home *** CD-ROM | disk | FTP | other *** search
/ Excalibur 71 / Excalibur_71_cd2.bin / Microsoft_Internet_50 / ieak5opt.CAB / homepage.inf < prev    next >
Windows Setup INFormation  |  1999-02-24  |  2KB  |  58 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. AdvancedINF=2.5
  4.  
  5. [DefaultInstall]
  6. ; WARNING - Don't add any more addreg entries without checking with IEAK dev
  7. ;   IEAK may nuke the addreg statement 
  8. ComponentName=IEHomePageInfo
  9. ComponentVersion=5.0
  10. AddReg=!StartHomePage, RegUpdateHelp
  11. UpdateInis=RemoveUpdate.Link
  12. ;PreRollBack=UpdateHelpKey.Remove
  13.  
  14. [DefaultInstall.NT]
  15. ComponentName=IEHomePageInfo
  16. ComponentVersion=5.0
  17. AddReg=!StartHomePage, RegUpdateHelp
  18. ;PreRollBack=UpdateHelpKey.Remove
  19.  
  20. [DelMongoKey]
  21. ; WARNING - Don't remove this section
  22. ;    Use by ie4stnt.cdf and ie4stw95.cdf
  23. DelReg=RemoveExtraKey
  24.  
  25. [RemoveExtraKey]
  26. ; WARNING - Don't remove this section
  27. ;    Use by ie4stnt.cdf and ie4stw95.cdf
  28. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40SetupFiles"
  29.  
  30. [UpdateHelpKey.Remove]
  31. DelReg=UpdateHelp.Remove
  32.  
  33. [UpdateHelp.Remove]
  34. HKLM,"Software\Microsoft\Internet Explorer\Help_Menu_URLs"
  35.  
  36. [!StartHomePage]
  37. ; WARNING - Don't add anything else to this section 
  38. ;   IEAK may nuke it if user requests no welcome page
  39. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",,%FirstHomePage%
  40.  
  41. [StartHomePage.Remove]
  42. ; WARNING - Don't nuke this section
  43. ;   IEAK needs it even tho it isn't referenced anywhere
  44. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page"
  45.  
  46. [RegUpdateHelp]
  47.  
  48.  
  49. [RemoveUpdate.Link]
  50. setup.ini, progman.groups,,"IE_INTERNET=%Browser_suite%"
  51. setup.ini, IE_INTERNET,, """%SHORTCUT_UPDATE%"""
  52.  
  53. [Strings]
  54. PROGRAMF="Program Files"
  55. FirstHomePage="http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=runonce&pver=5.0&O1=internal&plcid=1103"
  56. Browser_suite="Internet Explorer"
  57. SHORTCUT_UPDATE="Update Product"
  58.