home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / madasafish / pcsw / BRANDING.CAB / install.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1999-05-19  |  1.6 KB  |  55 lines

  1. [Version]
  2. Signature=$Chicago$
  3. AdvancedInf=2.5
  4. LayoutFile=Setup.inf
  5. [CustInstDestSection]
  6. 49000,49001,49002,49003=ProgramFilesDir,5
  7. 49100,49101,49102,49103=IEFilesDir,5
  8. [Strings]
  9. IEDIR=Internet Explorer
  10. OLDGUID={C6092741-0DF9-11D3-ABF7-00C04F56278A}S02023
  11. Description=Browser Customizations
  12. StubPath="RunDLL32 IEDKCS32.DLL,BrandIE4 SIGNUP"
  13. Revision="5,0,2314,1003"
  14. GUID=>{C6092741-0DF9-11D3-ABF7-00C04F56278A}S02023
  15. ClearStubsCmd="RUNDLL32 IEDKCS32.DLL,BrandCleanInstallStubs >{C6092741-0DF9-11D3-ABF7-00C04F56278A}S02023"
  16. [DefaultInstall]
  17. CopyFiles=CopyFileSect
  18. CustomDestination=CustInstDestSection
  19. RequiredEngine=SetupAPI,"Fatal Error - Missing SETUPAPI.DLL"
  20. DelReg=DelRegSect
  21. AddReg=AddRegSect
  22. RunPostSetupCommands=PostCmdSect
  23. [DestinationDirs]
  24. CopyFileSect=49100,SIGNUP
  25.  
  26. [ProgramFilesDir]
  27. HKLM,Software\Microsoft\Windows\CurrentVersion,ProgramFilesDir,,%24%
  28.  
  29. [IeFilesDir]
  30. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE","Path",,"%24%\Program Files\%IEDIR%"
  31.  
  32. [CopyFileSect]
  33. "signup.isp"
  34. "cancel.ins"
  35. "signup.htm"
  36. "bottom.gif"
  37. "cancel.gif"
  38. "continue.gif"
  39. "fishtop.gif"
  40. "spacer.gif"
  41. "strip.gif"
  42. "INSTALL.INS"
  43. "fish_38.bmp"
  44. "fish_22.bmp"
  45. "fish22.bmp"
  46. "fish38.bmp"
  47.  
  48. [AddRegSect]
  49. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",StubPath,,"%StubPath%"
  50. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",IsInstalled,,"1"
  51. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",BrandClearStubs,,"%ClearStubsCmd%"
  52.  
  53. [DelRegSect]
  54. HKLM,"Software\Microsoft\Active Setup\Installed Components\%OLDGUID%"
  55.