Jump to content

radix

Members
  • Joined

  • Last visited

  1. No problem, I've fixed myself the problem. Thanks for the new versions !
  2. Copy error: can't find CPU-Z.ini. In archive, the file name is CPUZ.ini.
  3. radix replied to radix's post in a topic in INF Discussion
    OK, thanks
  4. radix replied to radix's post in a topic in INF Discussion
    Thanks for your answers Rick. UpdateInis made the icon, but I'm interested to learn how to make the url file with RegisterDLLs. I've tested the next code, but didn't work using both Install or Advanced Install in Windows 7 (entries made by Kels Win7 UberpacK): File name test.inf [Version] Signature="$Windows NT$" [DefaultInstall] RegisterDLLs=IEXPLORE [IEXPLORE] 11,,rundll32.exe,,180,"advpack.dll,LaunchINFSection %01%\test.inf,BLA,2" [BLA] ProfileItems=Icon [Icon] Name = "Internet Explorer", 0x00000008, 2 URL = "http://windows.microsoft.com/en-us/internet-explorer/products/ie/home" SubDir = "IEXPLORE" ;IconPath = 16422,"Internet Explorer","iexplore.exe" ;IconIndex = 7 I guess I don't need the last two lines, so I commented both.
  5. radix replied to radix's post in a topic in INF Discussion
    I used the next code in Dropbox.inf, but the [icon1] section failed: [Version] Signature="$Windows NT$" [DefaultInstall] RegisterDLLs=Install.Dropbox [Install.Dropbox] 11,,rundll32.exe,,180,"advpack.dll,LaunchINFSection %01%\Dropbox.inf,Install,2" [Install] RunPreSetupCommands = Dropbox.Config:1 AddReg =REGEntries.AddReg DelReg =REGEntries.DelReg ProfileItems=Icon1,Icon2,Icon3 [Dropbox.Config] "xcopy /e /i /q /h /r /y ""%01%\16410"" ""%16410%""" "xcopy /e /i /q /h /r /y ""%01%\16424"" ""%16424%""" [REGEntries.AddReg] HKCU,"Software\Dropbox\","InstallPath",0x0,"%16410%\Dropbox\bin" HKCU,"Software\Dropbox\ks\","Client",0x1,00,00,00,00,f6,00,00,00,01,00,00,00,d0,8c,9d,df,01,15,d1,11,8c,7a,00,c0,4f,c2,97,eb,01,00,00,00,d6,5c,62,fd,14,95,d1,41,ad,51,84,60,c3,e9,f4,2d,00,00,00,00,02,00,00,00,00,00,10,66,00,00,00,01,00,00,20,00,00,00,55,37,ca,e7,c1,b6,06,be,10,aa,9d,25,be,ee,33,67,10,95,ab,05,69,41,6e,35,de,f8,73,f5,3f,78,4e,05,00,00,00,00,0e,80,00,00,00,02,00,00,20,00,00,00,75,5d,58,6d,b6,d7,8d,d4,9e,39,5d,46,95,54,d3,29,8b,1c,76,aa,fe,3c,70,18,39,a4,db,36,a6,76,37,0c,20,00,00,00,07,6b,ca,a4,ca,62,1f,65,94,2a,a0,d4,3f,08,d0,1f,ec,ef,0a,03,2e,bb,3e,63,74,db,a5,29,ad,6a,70,61,40,00,00,00,1b,bc,26,14,92,72,4d,5a,c7,10,36,94,1f,8d,2d,28,63,1a,0d,6b,36,50,29,65,49,41,ed,07,a6,29,ce,4e,e4,bd,30,e5,61,ab,fe,9e,ff,87,88,f2,95,45,1d,ac,6b,1c,0c,1f,a0,da,07,70,5a,8b,81,fb,5b,f2,a7,0f,76,3d,27,0d,f2,4a,16,ab,10,f1,9d,59,23,04,5c,ad,00 HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","Action",0x0,"Import pictures and videos" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","DefaultIcon",0x0,"%16410%\Dropbox\bin\Dropbox.exe" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","InvokeProgId",0x0,"Dropbox.AutoplayEventHandler" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","InvokeVerb",0x0,"import" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","ProgID",0x0,"Dropbox.AutoplayEventHandler" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","Provider",0x0,"Dropbox" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","DisplayIcon",0x0,"%16410%\Dropbox\bin\Dropbox.exe,0" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","DisplayName",0x0,"Dropbox" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","DisplayVersion",0x0,"1.4.11" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","HelpLink",0x0,"http://www.dropbox.com" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","InstallLocation",0x20000,"%16410%\Dropbox\bin" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","NoModify",0x10001,01,00,00,00 HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","NoRepair",0x10001,01,00,00,00 HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","Publisher",0x0,"Dropbox, Inc." HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","UninstallString",0x20000,"""%16410%\Dropbox\bin\Uninstall.exe""" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","URLInfoAbout",0x0,"http://www.dropbox.com" [REGEntries.DelReg] [Icon1] Name = "Dropbox Website", 0x00000008, 2 URL = "http://www.dropbox.com" SubDir = "Dropbox" IconPath = 16410,"Dropbox\bin","Dropbox.exe" IconIndex = 1 InfoTip = "Dropbox Website" [Icon2] Name = "Dropbox", 0x00000008, 2 CmdLine = 16410,"Dropbox\bin","Dropbox.exe /home" SubDir = "Dropbox" WorkingDir = 16410,"Dropbox\bin" [Icon3] Name = "Uninstall", 0x00000008, 2 CmdLine = 16410,"Dropbox\bin","Uninstall.exe" SubDir = "Dropbox" WorkingDir = 16410,"Dropbox\bin"
  6. radix posted a post in a topic in INF Discussion
    Hello, I can't create the url icon from [icon1] section as described below: [Version] Signature="$Windows NT$" [DefaultInstall] RunPreSetupCommands = Dropbox.Config:1 AddReg =REGEntries.AddReg DelReg =REGEntries.DelReg ProfileItems=Icon1,Icon2,Icon3 [Dropbox.Config] "xcopy /e /i /q /h /r /y ""%01%\16410"" ""%16410%""" "xcopy /e /i /q /h /r /y ""%01%\16424"" ""%16424%""" [REGEntries.AddReg] HKCU,"Software\Dropbox\","InstallPath",0x0,"%16410%\Dropbox\bin" HKCU,"Software\Dropbox\ks\","Client",0x1,00,00,00,00,f6,00,00,00,01,00,00,00,d0,8c,9d,df,01,15,d1,11,8c,7a,00,c0,4f,c2,97,eb,01,00,00,00,d6,5c,62,fd,14,95,d1,41,ad,51,84,60,c3,e9,f4,2d,00,00,00,00,02,00,00,00,00,00,10,66,00,00,00,01,00,00,20,00,00,00,55,37,ca,e7,c1,b6,06,be,10,aa,9d,25,be,ee,33,67,10,95,ab,05,69,41,6e,35,de,f8,73,f5,3f,78,4e,05,00,00,00,00,0e,80,00,00,00,02,00,00,20,00,00,00,75,5d,58,6d,b6,d7,8d,d4,9e,39,5d,46,95,54,d3,29,8b,1c,76,aa,fe,3c,70,18,39,a4,db,36,a6,76,37,0c,20,00,00,00,07,6b,ca,a4,ca,62,1f,65,94,2a,a0,d4,3f,08,d0,1f,ec,ef,0a,03,2e,bb,3e,63,74,db,a5,29,ad,6a,70,61,40,00,00,00,1b,bc,26,14,92,72,4d,5a,c7,10,36,94,1f,8d,2d,28,63,1a,0d,6b,36,50,29,65,49,41,ed,07,a6,29,ce,4e,e4,bd,30,e5,61,ab,fe,9e,ff,87,88,f2,95,45,1d,ac,6b,1c,0c,1f,a0,da,07,70,5a,8b,81,fb,5b,f2,a7,0f,76,3d,27,0d,f2,4a,16,ab,10,f1,9d,59,23,04,5c,ad,00 HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","Action",0x0,"Import pictures and videos" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","DefaultIcon",0x0,"%16410%\Dropbox\bin\Dropbox.exe" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","InvokeProgId",0x0,"Dropbox.AutoplayEventHandler" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","InvokeVerb",0x0,"import" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","ProgID",0x0,"Dropbox.AutoplayEventHandler" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\DropboxAutoplay\","Provider",0x0,"Dropbox" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","DisplayIcon",0x0,"%16410%\Dropbox\bin\Dropbox.exe,0" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","DisplayName",0x0,"Dropbox" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","DisplayVersion",0x0,"1.4.11" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","HelpLink",0x0,"http://www.dropbox.com" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","InstallLocation",0x20000,"%16410%\Dropbox\bin" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","NoModify",0x10001,01,00,00,00 HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","NoRepair",0x10001,01,00,00,00 HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","Publisher",0x0,"Dropbox, Inc." HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","UninstallString",0x20000,"""%16410%\Dropbox\bin\Uninstall.exe""" HKCU,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Dropbox\","URLInfoAbout",0x0,"http://www.dropbox.com" [REGEntries.DelReg] [Icon1] Name = "Dropbox Website", 0x00000008, 16386 URL = "http://www.dropbox.com" SubDir = "Dropbox" IconPath = 16410,"Dropbox\bin","Dropbox.exe" IconIndex = 1 InfoTip = "Dropbox Website" [Icon2] Name = "Dropbox", 0x00000008, 16386 CmdLine = 16410,"Dropbox\bin","Dropbox.exe /home" SubDir = "Dropbox" WorkingDir = 16410,"Dropbox\bin" [Icon3] Name = "Uninstall", 0x00000008, 16386 CmdLine = 16410,"Dropbox\bin","Uninstall.exe" SubDir = "Dropbox" WorkingDir = 16410,"Dropbox\bin" All other sections works fine except for [icon1]. Maybe someone can take a look and come with a solution. Thanks !
  7. Try these: http://www.wpiw.net/downloads/addons/Kels_CPLBonus_Win7_4.2.exe'>http://www.wpiw.net/downloads/addons/Kels_CPLBonus_Win7_4.2.exe http://www.wpiw.net/downloads/addons/
  8. Contain Microsoft .NET Framework 2.0SP1x64, 3.0SP1x64 and 3.5x64 (for Windows XP 64 bit only!). Inspired by instructions posted on Aaron Stebner's blog and some installers made by Rogue Spear. Unrar and copy the silent installer where you want. Installer size: 54.5 MB Rar password: netfx35 Rar hashes: CRC32: E385984A MD5: 2215227F7867B26CDE37D3B4940CB0A7 SHA-1: 751C657DDEA8826A93323395A527DA496BF43675 Link Edit: This is not an addon. If I posted on wrong forum please move it to right place (Switchless silent installers).
  9. Is posible to install Firefox with profile location into installation folder? On Mozilla suport site I founded information only how to delete and create new profile in another location.
  10. Sorry, but link is dead!