Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.2 KiB

  1. [Version]
  2. Signature="$CHICAGO$"
  3. AdvancedINF=2.5
  4. [DefaultInstall]
  5. <BUILDTYPE=foo>
  6. ; WARNING - Don't add any more addreg entries without checking with IEAK dev
  7. ; IEAK may nuke the addreg statement
  8. </BUILDTYPE>
  9. ComponentName=IEHomePageInfo
  10. ComponentVersion=6.0
  11. AddReg=RegUpdateHelp
  12. DelReg=StartHomePage.Remove
  13. UpdateInis=RemoveUpdate.Link
  14. ;PreRollBack=UpdateHelpKey.Remove
  15. [DefaultInstall.NT]
  16. ComponentName=IEHomePageInfo
  17. ComponentVersion=6.0
  18. AddReg=RegUpdateHelp
  19. DelReg=StartHomePage.Remove
  20. ;PreRollBack=UpdateHelpKey.Remove
  21. [DelMongoKey]
  22. <BUILDTYPE=foo>
  23. ; WARNING - Don't remove this section
  24. ; Use by ie4stnt.cdf and ie4stw95.cdf
  25. </BUILDTYPE>
  26. DelReg=RemoveExtraKey
  27. [RemoveExtraKey]
  28. <BUILDTYPE=foo>
  29. ; WARNING - Don't remove this section
  30. ; Use by ie4stnt.cdf and ie4stw95.cdf
  31. </BUILDTYPE>
  32. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40SetupFiles"
  33. [UpdateHelpKey.Remove]
  34. DelReg=UpdateHelp.Remove
  35. [UpdateHelp.Remove]
  36. HKLM,"Software\Microsoft\Internet Explorer\Help_Menu_URLs"
  37. [!StartHomePage]
  38. <BUILDTYPE=foo>
  39. ; WARNING - Don't add anything else to this section
  40. ; IEAK may nuke it if user requests no welcome page
  41. </BUILDTYPE>
  42. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",,%FirstHomePage%
  43. [StartHomePage.Remove]
  44. <BUILDTYPE=foo>
  45. ; WARNING - Don't nuke this section
  46. ; IEAK needs it even tho it isn't referenced anywhere
  47. </BUILDTYPE>
  48. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page"
  49. [RegUpdateHelp]
  50. <BUILDTYPE=daily>
  51. HKLM,"Software\Microsoft\Internet Explorer\Help_Menu_URLs","3",,"TOK_ADDON_PAGE/download/addon.htm"
  52. </BUILDTYPE>
  53. <BUILDTYPE=trio>
  54. HKLM,"Software\Microsoft\Internet Explorer\Help_Menu_URLs","3",,"TOK_ADDON_PAGE/download/addon.htm"
  55. </BUILDTYPE>
  56. <BUILDTYPE=techbeta>
  57. HKLM,"Software\Microsoft\Internet Explorer\Help_Menu_URLs","3",,"TOK_ADDON_PAGE/download/addon.htm"
  58. </BUILDTYPE>
  59. <BUILDTYPE=rtw>
  60. </BUILDTYPE>
  61. [RemoveUpdate.Link]
  62. setup.ini, progman.groups,,"IE_INTERNET=%Browser_suite%"
  63. setup.ini, IE_INTERNET,, """%SHORTCUT_UPDATE%"""
  64. [Strings]
  65. PROGRAMF="Program Files"
  66. FirstHomePage="TOK_FIRSTNT_PAGE"
  67. Browser_suite="Internet Explorer"
  68. SHORTCUT_UPDATE="Update Product"