ricktendo Posted June 8, 2009 Author Posted June 8, 2009 Its easy once you know what the different sections do Quote
chicho1970 Posted July 16, 2009 Posted July 16, 2009 Hi Ricktendo64, your tutorials are great & your knowledge of infs is astounding. Just wondering if it's possible to make an office 2007 addon in the same manner that you demonstrate in the videos with imgburn. I am about to give it a try even though it has been done before as it is for my own xp install CD.Thanks for all the information you make available. Quote
ricktendo Posted July 16, 2009 Author Posted July 16, 2009 No too complicated, best to install silently Quote
Guest Posted September 26, 2011 Posted September 26, 2011 (edited) hi friendi have problem on create shortcut,when the target file have space in the file name dont create shortcut.and make link totarget file and open folder.so please help on this.[dektop]Name = Show DesktopCmdLine = 16422,"Utilities\ShowDesktop",Show Desktop.exeSubDir = UtilitiesWorkingDir = 16422,Utilities,ShowDesktopInfoTip = "Show Desktop button and Aero Peek"complete inf[Version]Signature=$Windows NT$[Defaultinstall]CopyFiles = CopyShowdes,CopyShowdesCAddreg = ShowDesktop.addregProfileItems = dektop[Optional Components]notepad[Notepad]OptionDesc = "ShowDesktop For XP"Tip = "ShowDesktop"Modes = 0,1,2,3CopyFiles = CopyShowdes,CopyShowdesCAddreg = ShowDesktop.addregProfileItems = dektop[SourceDisksNames.x86]1="Notepad2 Install Files","ShowDe.cab",,"i386"[DestinationDirs]CopyShowdes = 16422,"Utilities\ShowDesktop"CopyShowdesC = 16412,"Ceiiular\Show_Desktop.exe_Url_cszrhgmsvhupvp4i4tlw2pjbhakhgx3l\1.0.42.1"[SourceDisksFiles]user.con=1Ssktop.exe=1[CopyShowdes]Show Desktop.exe,Ssktop.exe[CopyShowdesC]user.config,user.con[dektop]Name = Show DesktopCmdLine = 16422,"Utilities\ShowDesktop",Show Desktop.exeSubDir = UtilitiesWorkingDir = 16422,Utilities,ShowDesktopInfoTip = "Show Desktop button and Aero Peek"[ShowDesktop.addreg]HKLM,"%RemoveM%\ShowDesk","Comments",0,"Show Desktop button and Aero Peek for Windows XP, Windows Vista, and Windows 7."HKLM,"%RemoveM%\ShowDesk","DisplayIcon",0,"%16422%\Utilities\ShowDesktop\Show Desktop.exe"HKLM,"%RemoveM%\ShowDesk","DisplayName",0,"Show Desktop V1.0.42.1"HKLM,"%RemoveM%\ShowDesk","DisplayVersion",0,"1.0.42.1"HKLM,"%RemoveM%\ShowDesk","NoModify",0x00010001,01,00,00,00HKLM,"%RemoveM%\ShowDesk","NoRepair",0x00010001,01,00,00,00HKLM,"%RemoveM%\ShowDesk","Publisher",0,"Copyright Ceiiular © 2009"HKLM,"%RemoveM%\ShowDesk","ParentDisplayName",0,"UltraPacK Software V3.0"HKLM,"%RemoveM%\ShowDesk","ParentKeyName",0,"UltraPack Software"HKLM,"%RemoveM%\ShowDesk","UninstallString",0,"rundll32.exe advpack.dll,LaunchINFSection UltrMona.inf,dektopuninstall"HKLM,"%RemoveM%\ShowDesk","URLInfoAbout",0,"http://ceiiular.deviantart.com/art/Show-Desktop-XP-133022210"HKLM,"%RemoveM%\ShowDesk","HelpLink",0,"http://ceiiular.deviantart.com/art/Show-Desktop-XP-133022210"HKLM,"%RemoveM%\ShowDesk","URLUpdateInfo",0,"http://www.wincert.net/forum/index.php"[Strings]RemoveM ="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"[dektopuninstall]BeginPrompt = BeginUnInsPromptdektopEndPrompt = EndUnInsPromptdektopRunPreSetupCommands = Kill.oz:1DelReg = ShowDesktop.addregDelFiles = CopyShowdesC,CopyShowdesAddReg = dektopreg.addregDelDirs = dektop.DelDirsProfileItems = dektop.DelShortcut,dektop.DelShortcut2[Kill.oz]TASKKILL /F /IM Show Desktop.exetskill Show Desktop.exe[dektopreg.addreg]HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\UltraPacK","Delete45",0,"cmd /c RD /S /Q ""%programfiles%\Utilities\ShowDesktop"""HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\UltraPacK","Delete46",0,"cmd /c RD /S /Q ""%userprofile%\Local Settings\Application Data\Ceiiular"""[dektop.DelDirs]%16422%\Utilities\ShowDesktop"%16412%\Ceiiular"[dektop.DelShortcut]Name = Show Desktop,0x00000002SubDir = Utilities[dektop.DelShortcut2]Name = Show Desktop,0x00000003SubDir = Utilities[BeginUnInsPromptdektop]Prompt = %UninsQuestdektop%Title = %UninsTitle%ButtonType = OKCANC[EndUnInsPromptdektop]Prompt = %UninsFinaldektop% Edited September 26, 2011 by mona Quote
ricktendo Posted September 26, 2011 Author Posted September 26, 2011 I cant remember off the top of my head who came up with this trick (I think it was DaRk MaDnEsS) but here is the fix for you[dektop]Name = Show DesktopCmdLine = 16422,"Utilities\ShowDesktop\Show Desktop.exe",SubDir = UtilitiesWorkingDir = 16422,Utilities,ShowDesktopInfoTip = "Show Desktop button and Aero Peek"Its basically the same way you do a shortcut for a folder, only with a folder you need to specify a iconpath/index...but because this is a exe the .LNK automatically picks up on thisMore infoBTW you could also use the 8.3 filename of the fileCmdLine = 16422,Utilities\ShowDesktop,SHOWDE~1.EXE mona 1 Quote
Guest Posted September 26, 2011 Posted September 26, 2011 Hello Rickperfect work,thanks for help mealso try Show Desktop nice program.http://ceiiular.deviantart.com/art/Show-Desktop-XP-133022210 Quote
Guest Posted December 4, 2011 Posted December 4, 2011 hi ricki need a way to break line for install & uninstall questionso dialog get more height instened of wide message when is to long.UninsQuestpowerm = "Do You Want Uninstall PowerMenu?xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"UninsFinalpowerm = "PowerMenu was successfully uninstalled!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" Quote
Guest Posted December 4, 2011 Posted December 4, 2011 ok also i forgot about this.i try to make addon of InstEd but when right-click msi file and select Inst&Ed It!dont open it or it go to small window that need orginall setup filelink Quote
ricktendo Posted December 4, 2011 Author Posted December 4, 2011 Try Orca, and search for the error code usually you find the cause of the warning (its usually in CustomAction) Quote
Guest Posted December 4, 2011 Posted December 4, 2011 (edited) sorry i bad say to youi say i installed my addon (InstEd)then right click on any msi file wont open itjust right click not work but if launch program its worki want know this bug for software or my addonalso this problem available in Orca And Super Orcaorca and other tools have some registry like below and i thinks it just work on my pcso when disable it right click not workInstaller\UserData\S-1-5-18HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BCBC4F58CBB905B47A8D1E01761794D8",,0x10edit:can you try this and see rightclick work or not?thanksOrca.7z Edited December 4, 2011 by mona Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.