home *** CD-ROM | disk | FTP | other *** search
- ; Microsoft Internet Explorer v3.0 Add-ons Installation
- ; Copyright (c) 1996 Microsoft Corporation
-
-
- [Version]
- Signature="$CHICAGO$"
- SetupClass=Base
-
-
- ; INSTALLATION SECTIONS
-
- [Win95InstallSection]
- AddReg=Win95.AddReg
-
-
- [WinNTx86InstallSection]
- AddReg=WinNT.AddReg
-
-
- [WinNTxAlphaInstallSection]
- AddReg=WinNTAlpha.AddReg
- DelReg=
-
-
- [WinNTxMIPSInstallSection]
- AddReg=WinNTMIPS.AddReg
- DelReg=
-
-
- [WinNTxPPCInstallSection]
- AddReg=WinNTPPC.AddReg
- DelReg=
-
-
-
- [Win95.AddReg]
- HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/default.asp"
-
-
-
-
- [WinNT.AddReg]
- HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnt.asp"
-
-
-
-
- [WinNTAlpha.AddReg]
- HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnta.asp"
-
-
-
-
- [WinNTMIPS.AddReg]
- HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntm.asp"
-
-
-
-
- [WinNTPPC.AddReg]
- HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntp.asp"
-
-
-
-
-
-
-
- ; STRINGS
- [Strings]
-
- ;Non-Localizable
- FIRST_PAGE = "http://www.microsoft.com/ie"
-
-
-
- ;Localizable
- LOCALIZED_DIR = "_intl/de"
-
- ; The LOCALIZED_DIR should equal "" for English and "_intl/XX" for localized
- ; pages, where XX is the two letter language code found on:
- ; http://iptdweb/intloc/internal/redmond/projecsts/ie30w95/iso639.htm
- ; For Example
- ;
- ; Germain: LOCALIZED_DIR = "_intl/de"
- ; Spanish: LOCALIZED_DIR = "_intl/se"
- ; French: LOCALIZED_DIR = "_intl/fr"
-