home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 13 / MOBICLIC_13.ISO / pc / wanadoo / divers / pln95 / wie4i.cab / ADDONS.INF < prev    next >
INI File  |  1997-12-08  |  2KB  |  91 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. DelReg=Java.DelReg
  14.  
  15.  
  16. [WinNTx86InstallSection]
  17. DelReg=Java.DelReg
  18.  
  19.  
  20. [WinNTxAlphaInstallSection]
  21. AddReg=WinNTAlpha.AddReg
  22. DelReg=
  23.  
  24.  
  25. [WinNTxMIPSInstallSection]
  26. AddReg=WinNTMIPS.AddReg
  27. DelReg=
  28.  
  29.  
  30. [WinNTxPPCInstallSection]
  31. AddReg=WinNTPPC.AddReg
  32. DelReg=
  33.  
  34.  
  35.  
  36. [Win95.AddReg]
  37. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/default.asp"
  38.  
  39.  
  40.  
  41.  
  42. [WinNT.AddReg]
  43. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnt.asp"
  44.  
  45.  
  46.  
  47.  
  48. [WinNTAlpha.AddReg]
  49. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnta.asp"
  50.  
  51.  
  52.  
  53.  
  54. [WinNTMIPS.AddReg]
  55. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntm.asp"
  56.  
  57.  
  58.  
  59.  
  60. [WinNTPPC.AddReg]
  61. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntp.asp"
  62.  
  63.  
  64.  
  65.  
  66. [Java.DelReg]
  67. HKLM,"Software\Microsoft\Java VM","IE 3.0 To Install ClassesBuild"
  68.  
  69.  
  70.  
  71.  
  72. ;    STRINGS
  73. [Strings]
  74.  
  75. ;Non-Localizable
  76. FIRST_PAGE = "http://www.microsoft.com/ie"
  77.  
  78.  
  79.  
  80. ;Localizable
  81. LOCALIZED_DIR = "_intl/fr"
  82.  
  83. ; The LOCALIZED_DIR should equal "" for English and "_intl/XX" for localized
  84. ; pages, where XX is the two letter language code found on:
  85. ; http://iptdweb/intloc/internal/redmond/projecsts/ie30w95/iso639.htm
  86. ; For Example
  87. ;
  88. ; Germain: LOCALIZED_DIR                    = "_intl/de"
  89. ; Spanish: LOCALIZED_DIR                    = "_intl/se"
  90. ; French: LOCALIZED_DIR                        = "_intl/fr"
  91.