home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / chip-cd_1997_06.zip / 06 / TOOLS / MSIE302 / PL302M95.EXE / 1033 / RCDATA / CABINET / addons.inf < prev    next >
Windows Setup INFormation  |  1997-04-15  |  2KB  |  93 lines

  1. ; Microsoft Internet Explorer v3.0 Add-ons Installation
  2. ; Copyright (c) 1996 Microsoft Corporation
  3.  
  4.  
  5. [Version]
  6. Signature="$CHICAGO$"
  7. SetupClass=Base
  8.  
  9.  
  10. ;    INSTALLATION SECTIONS
  11.  
  12. [Win95InstallSection]
  13. AddReg=Win95.AddReg
  14. DelReg=Java.DelReg
  15.  
  16.  
  17. [WinNTx86InstallSection]
  18. AddReg=WinNT.AddReg
  19. DelReg=Java.DelReg
  20.  
  21.  
  22. [WinNTxAlphaInstallSection]
  23. AddReg=WinNTAlpha.AddReg
  24. DelReg=
  25.  
  26.  
  27. [WinNTxMIPSInstallSection]
  28. AddReg=WinNTMIPS.AddReg
  29. DelReg=
  30.  
  31.  
  32. [WinNTxPPCInstallSection]
  33. AddReg=WinNTPPC.AddReg
  34. DelReg=
  35.  
  36.  
  37.  
  38. [Win95.AddReg]
  39. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/default.asp"
  40.  
  41.  
  42.  
  43.  
  44. [WinNT.AddReg]
  45. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnt.asp"
  46.  
  47.  
  48.  
  49.  
  50. [WinNTAlpha.AddReg]
  51. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnta.asp"
  52.  
  53.  
  54.  
  55.  
  56. [WinNTMIPS.AddReg]
  57. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntm.asp"
  58.  
  59.  
  60.  
  61.  
  62. [WinNTPPC.AddReg]
  63. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntp.asp"
  64.  
  65.  
  66.  
  67.  
  68. [Java.DelReg]
  69. HKLM,"Software\Microsoft\Java VM","IE 3.0 To Install ClassesBuild"
  70.  
  71.  
  72.  
  73.  
  74. ;    STRINGS
  75. [Strings]
  76.  
  77. ;Non-Localizable
  78. FIRST_PAGE = "http://www.microsoft.com/ie"
  79.  
  80.  
  81.  
  82. ;Localizable
  83. LOCALIZED_DIR = "_intl/pl"
  84.  
  85. ; The LOCALIZED_DIR should equal "" for English and "_intl/XX" for localized
  86. ; pages, where XX is the two letter language code found on:
  87. ; http://iptdweb/intloc/internal/redmond/projecsts/ie30w95/iso639.htm
  88. ; For Example
  89. ;
  90. ; Germain: LOCALIZED_DIR                    = "_intl/de"
  91. ; Spanish: LOCALIZED_DIR                    = "_intl/se"
  92. ; French: LOCALIZED_DIR                        = "_intl/fr"
  93.