home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 June
/
PCWorld_1998-06_cd.bin
/
komunike
/
browser
/
ie40_16
/
CHNLS.CAB
/
chnls.inf
< prev
next >
Wrap
Windows Setup INFormation
|
1998-01-06
|
4KB
|
166 lines
[Version]
Signature="$CHICAGO$"
SetupClass=BASE
AdvancedInf=2.5
[DefaultInstall]
CustomDestination = ie4.destination
Copyfiles = IE4.SysDir.COPYFILES, MSChan.Web.COPYFILES, MSChan.Chan.COPYFILES, ABay.Web.COPYFILES, ABay.Web.Images.COPYFILES, ABay.Web.Media.COPYFILES, ABay.Chan.COPYFILES
;RenFiles=Desktop.RENAME
RegisterOCXs=RegisterOCXSection.browser
AddReg = IE40.success.reg
RunPostSetupCommands=ModAttrib
[DefaultInstall.Uninstall]
CustomDestination = ie4.destination
DelFiles = IE4.SysDir.COPYFILES, MSChan.Web.COPYFILES, MSChan.Chan.DELFILES, ABay.Web.COPYFILES, ABay.Web.Images.COPYFILES, ABay.Web.Media.COPYFILES, ABay.Chan.DELFILES
UnRegisterOCXs=RegisterOCXSection.browser
AddReg = IE40.success.reg
;-------------------------------------------------------------------------
; self register all browser ocxs
; adpack will automatically call into the ocx dlls and call
; DllRegisterServer and then DllInst to register the ocx/dll
; to add another ocx, just make sure it's on the filecopy list and then
; add the destination dir below
;
;-------------------------------------------------------------------------
[RegisterOCXSection.browser]
%11%\cdfvw16.dll
[Browser.UpdateAutoExec]
PrefixPath=49000
[SourceDisksNames]
55 = "%SrcDsk55%","chnls.cab",1
[SourceDisksFiles]
[ie4.Destination]
49000,49001=ProgramFilesDir,5
[ProgramFilesDir]
HKLM,"Software\Microsoft\Active Setup\InstallInfo","Install Dir",,"%24%"
[DestinationDirs]
IE4.ProgDir.COPYFILES = 49000 ; default dir
IE4.SysDir.COPYFILES = 11 ;system directory
MSChan.Web.COPYFILES = 49000,web\chan1
MSChan.Chan.COPYFILES = 49000,profiles\defuser\favorite\channels\chan1
MSChan.Chan.DELFILES = 49000,profiles\defuser\favorite\channels\chan1
ABay.Web.COPYFILES = 49000,web\chan2
ABay.Web.Images.COPYFILES = 49000,web\chan2\Images
ABay.Web.Media.COPYFILES = 49000,web\chan2\Media
ABay.Chan.COPYFILES = 49000,profiles\defuser\favorite\channels\chan2
ABay.Chan.DELFILES = 49000,profiles\defuser\favorite\channels\chan2
[IE40.success.reg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\CHNLS40","DisplayName",,"TEST"
[IE4.SysDir.COPYFILES]
cdfvw16.dll,,,1
[MSChan.Web.COPYFILES]
bsplash.gif
e_small.gif
splash.htm
win31.cdf
[MSChan.Chan.COPYFILES]
desktop.ini,desktop1.ini,,1
[MSChan.Chan.DELFILES]
desktop.ini,,,1
[ABay.Web.COPYFILES]
ABC_SL.GIF
ABC_WL.GIF
ARCADIA.CDF
CORP.HTM
DEFAULT.HTM
FAQ.HTM
FRBANNER.HTM
FRMAIN.HTM
HELPDESK.HTM
HOME.HTM
;IMAGES
INV.TXT
LIST.HTM
LOGO.HTM
;MEDIA
MESSAGES.HTM
NEWS.ICO
PAGE2.HTM
TITLE.HTM
[ABay.Web.Images.COPYFILES]
ACCY.GIF
ALL.GIF
A_LOGO.GIF
BHISTORY.JPG
BHOME.JPG
BKGRND.JPG
BNEW.JPG
BSTORE.JPG
CHART.JPG
CLDBG.JPG
GLASSES.GIF
HOME.JPG
LOGO1.JPG
MAP.JPG
NEW.JPG
NEWS1.HTM
NEWS2.HTM
NEWS3.HTM
NEWS4.HTM
NEWS5.HTM
PAGELOGO.GIF
PEOPLE.GIF
SHIRT.GIF
SHIRT2.GIF
SHOES.GIF
[ABay.Web.Media.COPYFILES]
AB_LOGO.GIF
ARWTANLF.GIF
ARWTANRT.GIF
FISHNG.JPG
FRBKG0.JPG
FR_BKG.GIF
LTHOUS6.AVI
REFRESH.GIF
SPTLTLOW.GIF
[ABay.Chan.COPYFILES]
desktop.ini,desktop2.ini,,1
[ABay.Chan.DELFILES]
desktop.ini,,,1
;[Desktop.RENAME]
; rename the various desktopX.ini files to their proper name
; the syntax for rename sections is stupid: newFileName, oldFileName
;desktop.ini, desktop1.ini
;desktop.ini, desktop1.ini
[ModAttrib]
; add the system attribute to the favorite\channels\chanX folders
"rundll advpck16.dll,SetFileAttrib %49000%\profiles\defuser\favorite\channels\chan1 %ATTR_SYSTEM%"
"rundll advpck16.dll,SetFileAttrib %49000%\profiles\defuser\favorite\channels\chan2 %ATTR_SYSTEM%"
[Strings]
REG_EXPAND_SZ = 0x00020000
ATTR_SYSTEM = "FILE_ATTRIBUTE_SYSTEM"
; this number is FLG_ADDREG_TYPE_DWORD. See setupapi.h.
REG_COMPAT = 0x00010001
INTL_DATA = "Software\Microsoft\internet explorer\International"
;[End]