home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 3.12
/
1998-03_Disc_3.12.iso
/
EARTHL
/
IEXPLOR
/
ADDONS.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1997-03-22
|
2KB
|
88 lines
; 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 = ""
; 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"