home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1998 March / Image.iso / CD-ROM / ZUGANG / VOSSNET / WIN95 / MSIE30.EXE / addons.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-11-29  |  1.7 KB  |  86 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.  
  14.  
  15. [WinNTx86InstallSection]
  16.  
  17.  
  18. [WinNTxAlphaInstallSection]
  19. AddReg=WinNTAlpha.AddReg
  20. DelReg=
  21.  
  22.  
  23. [WinNTxMIPSInstallSection]
  24. AddReg=WinNTMIPS.AddReg
  25. DelReg=
  26.  
  27.  
  28. [WinNTxPPCInstallSection]
  29. AddReg=WinNTPPC.AddReg
  30. DelReg=
  31.  
  32.  
  33.  
  34. [Win95.AddReg]
  35. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/default.asp"
  36.  
  37.  
  38.  
  39.  
  40. [WinNT.AddReg]
  41. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnt.asp"
  42.  
  43.  
  44.  
  45.  
  46. [WinNTAlpha.AddReg]
  47. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnta.asp"
  48.  
  49.  
  50.  
  51.  
  52. [WinNTMIPS.AddReg]
  53. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntm.asp"
  54.  
  55.  
  56.  
  57.  
  58. [WinNTPPC.AddReg]
  59. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntp.asp"
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. ;    STRINGS
  68. [Strings]
  69.  
  70. ;Non-Localizable
  71. FIRST_PAGE = "http://www.microsoft.com/ie"
  72.  
  73.  
  74.  
  75. ;Localizable
  76. LOCALIZED_DIR = "_intl/de"
  77.  
  78. ; The LOCALIZED_DIR should equal "" for English and "_intl/XX" for localized
  79. ; pages, where XX is the two letter language code found on:
  80. ; http://iptdweb/intloc/internal/redmond/projecsts/ie30w95/iso639.htm
  81. ; For Example
  82. ;
  83. ; Germain: LOCALIZED_DIR                    = "_intl/de"
  84. ; Spanish: LOCALIZED_DIR                    = "_intl/se"
  85. ; French: LOCALIZED_DIR                        = "_intl/fr"
  86.