home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MegaZine 1998 April
/
MegaZine-98-04.iso
/
microsft
/
ie4setup
/
chlhe_il.cab
/
CHLHE-IL.INF
next >
Wrap
INI File
|
1998-02-24
|
4KB
|
119 lines
[Version]
Signature = "$CHICAGO$"
AdvancedINF = 2.5
;This section is used to start the main install.
[DefaultInstall]
Copyfiles=ChannelFiles,LocalINFFile
RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
Delreg=ChannelPrep.Reg
Addreg=ChannelInstall.Reg
PerUserInstall=StubSetup
;This section is run per user when they login based on stubpath.
[InstallUser]
RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
Delreg=ChannelPrep.Reg
Addreg=ChannelInstall.Reg
RegisterOCXs=Channel.Register
;This section deletes the channel resources on uninstall
[Uninstall]
DelFiles=ChannelFiles,LocalINFFile
Delreg=ChannelInstall.Reg,RemoveGUID
[RemoveGUID]
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%CompName%
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%CompName%"
;Final locations for files being copied.
[DestinationDirs]
ChannelFiles = 10,Web ;Windows\Web
LocalINFFile = 17 ;Windows\INF
;Required for Win95 INF
[SourceDisksNames]
1 = %DiskName%,,0
;Calls DLL to update channels after adding them.
[Channel.Register]
%11%\webcheck.dll,IN,Policy
;Sets entries to track item and stubpath for per user install.
[StubSetup]
DisplayName=%Channel%
ComponentName=%CompName%
GUID=%CompName%
Version=4,72,2021,0
Locale=%LangID%
IsInstalled=1
StubPath="rundll32.exe advpack.dll,LaunchINFSection %17%\chlhe-il.inf,InstallUser"
;Files to copy to local web folder.
[ChannelFiles]
heil010.ico
heil011.gif
heil014.gif
heil013.cdf
heil990.ico
heil993.cdf
;File for later per user stub running.
[LocalINFFile]
chlhe-il.inf
;Deletes past channel list so will get reinstalled.
[ChannelPrep.Reg]
HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\CompletedModifications","ChannelDefault",,,
;Actual entries to set values for channel. Four settings for each.
[ChannelInstall.Reg]
; Delete old PP2 channels
HKCU,"%CleanKey%\CleanUpA","OldIEVersion",,"4.71.1008.3"
HKCU,"%ChannelKey%\ChannelA","Title",,"Microsoft Channel Guide"
HKCU,"%ChannelKey%\ChannelA","URL",,"http://www.iechannelguide.com/guide.cdf?loc=he_il"
HKCU,"%ChannelKey%\ChannelA","PreloadURL",,"file://%10%\web\heil013.cdf"
HKCU,"%ChannelKey%\ChannelA","WideLogo",,"file://%10%\web\heil014.gif"
HKCU,"%ChannelKey%\ChannelA","Logo",,"file://%10%\web\heil011.gif"
HKCU,"%ChannelKey%\ChannelA","Icon",,"file://%10%\web\heil010.ico"
HKCU,"%ChannelKey%\ChannelA","ChannelGuide",65537,1
HKCU,"%ChannelKey%\ChannelZ","Title",,"Microsoft Internet Explorer"
HKCU,"%ChannelKey%\ChannelZ","Software",65537,1
HKCU,"%ChannelKey%\ChannelZ","URL",,"http://www.microsoft.com/ie_intl/he/ie40/download/cdf/ie4updates-he.cdf"
HKCU,"%ChannelKey%\ChannelZ","PreloadURL",,"file://%10%\web\heil993.cdf"
HKCU,"%ChannelKey%\ChannelZ","Icon",,"file://%10%\web\heil990.ico"
HKCU,"%SubKey%\SubZ","Title",,"Microsoft Internet Explorer"
HKCU,"%SubKey%\SubZ","URL",,"http://www.microsoft.com/ie_intl/he/ie40/download/cdf/ie4updates-he.cdf"
HKCU,"%SubKey%\SubZ","SubscriptionType",65537,1
HKCU,"%SubKey%\SubZ","ScheduleGroup",,"Manual"
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}\AuthorizedCDFPrefix","http://www.microsoft.com",,""
HKCU,"SOFTWARE\Microsoft\Internet Explorer\Main","ChannelsURL",,"http://www.iechannelguide.com/guide/he/he_il.asp"
HKCU,"SOFTWARE\Microsoft\Internet Explorer\Main","ChannelsFirstURL",,"res://ie4tour.dll/channels.htm"
; This key sets the size of the channel bar
HKCU,"SOFTWARE\Microsoft\Internet Explorer\Desktop","ChannelSize",65537,0x01
HKCU,"SOFTWARE\Microsoft\Internet Explorer\Desktop","OEMSize",65537,0x00
;Register for Uninstall
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%CompName%,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\chlhe-il.inf,Uninstall,5"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%CompName%,"RequiresIESysFile",,"4.71"
[Strings]
Channel="Hebrew Channel Setup"
CompName="chlhe-il"
LangID="he-il"
DiskName="Hebrew Channel Files"
ChannelKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels"
SubKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions"
CleanKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\RemoveAllChannels"