home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / explorer / ie40en / branding.cab / install.inf < prev    next >
Windows Setup INFormation  |  1997-07-11  |  1KB  |  39 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. Description=Browser Customizations
  11. StubPath="RunDLL32 IEDKCS32.DLL,BrandIE4 SIGNUP"
  12. Revision="1,0,0,2"
  13. GUID={60B49E34-C7CC-11D0-8953-00A0C90347FF}MICROSO
  14. ClearStubsCmd="RUNDLL32 IEDKCS32.DLL,BrandCleanInstallStubs MICROSO"
  15. [DefaultInstall]
  16. CopyFiles=CopyFileSect
  17. CustomDestination=CustInstDestSection
  18. RequiredEngine=SetupAPI,"Fatal Error - Missing SETUPAPI.DLL"
  19. AddReg=AddRegSect
  20. [DestinationDirs]
  21. CopyFileSect=49100,SIGNUP
  22.  
  23. [ProgramFilesDir]
  24. HKLM,Software\Microsoft\Windows\CurrentVersion,ProgramFilesDir,,%24%
  25.  
  26. [IeFilesDir]
  27. HKLM,Software\Microsoft\IE4\Setup,Path,,%49000%\%IEDIR%
  28.  
  29. [CopyFileSect]
  30. "ie4setup.inf"
  31. "Install.INS"
  32.  
  33. [AddRegSect]
  34. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",Description,,"%Description%"
  35. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",StubPath,,"%StubPath%"
  36. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",Revision,,"%Revision%"
  37. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",IsInstalled,,"1"
  38. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",BrandClearStubs,,"%ClearStubsCmd%"
  39.