home *** CD-ROM | disk | FTP | other *** search
/ PC Player 6: The Biggest …s Hacks & Codes CD EVER! / PCP6.iso / TFI / win16 / chnls.cab / chnls.inf < prev    next >
INI File  |  1998-08-25  |  4KB  |  164 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. SetupClass=BASE
  4. AdvancedInf=2.5
  5.  
  6. [DefaultInstall]
  7. CustomDestination = ie4.destination
  8. Copyfiles = IE4.SysDir.COPYFILES, MSChan.Web.COPYFILES, ABay.Web.COPYFILES, ABay.Web.Images.COPYFILES, ABay.Web.Media.COPYFILES
  9. ;RenFiles=Desktop.RENAME
  10. RegisterOCXs=RegisterOCXSection.browser
  11. Delreg=ChannelPrep.Reg
  12. AddReg = IE40.success.reg,Microsoft.Channel.reg,Arcadia.Bay.reg
  13. RunPostSetupCommands=ModAttrib
  14.  
  15. [DefaultInstall.Uninstall]
  16. CustomDestination = ie4.destination
  17. DelFiles = IE4.SysDir.COPYFILES, MSChan.Web.COPYFILES, MSChan.Chan.DELFILES, ABay.Web.COPYFILES, ABay.Web.Images.COPYFILES, ABay.Web.Media.COPYFILES, ABay.Chan.DELFILES
  18. UnRegisterOCXs=RegisterOCXSection.browser
  19. AddReg = IE40.success.reg
  20.  
  21. ;-------------------------------------------------------------------------
  22. ; self register all browser ocxs
  23. ; adpack will automatically call into the ocx dlls and call
  24. ; DllRegisterServer and then DllInst to register the ocx/dll
  25. ; to add another ocx, just make sure it's on the filecopy list and then
  26. ; add the destination dir below
  27. ;
  28. ;-------------------------------------------------------------------------
  29. [RegisterOCXSection.browser]
  30. %11%\cdfvw16.dll
  31.  
  32.  
  33. [Browser.UpdateAutoExec]
  34. PrefixPath=49000
  35.  
  36. [SourceDisksNames]
  37. 55 = "%SrcDsk55%","chnls.cab",1
  38.  
  39.  
  40. [SourceDisksFiles]
  41.  
  42.  
  43. [ie4.Destination]
  44. 49000,49001=ProgramFilesDir,5
  45.  
  46. [ProgramFilesDir]
  47. HKLM,"Software\Microsoft\Active Setup\InstallInfo","Install Dir",,"%24%"
  48.  
  49. [DestinationDirs]
  50. IE4.ProgDir.COPYFILES = 49000 ; default dir
  51. IE4.SysDir.COPYFILES = 11                               ;system directory
  52. MSChan.Web.COPYFILES = 49000,web\chan1
  53. ABay.Web.COPYFILES = 49000,web\chan2
  54. ABay.Web.Images.COPYFILES = 49000,web\chan2\Images
  55. ABay.Web.Media.COPYFILES = 49000,web\chan2\Media
  56.  
  57. ;Deletes past channel list so will get reinstalled.
  58. [ChannelPrep.Reg]
  59. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\CompletedModifications","ChannelDefault",,,
  60.  
  61. [IE40.success.reg]
  62. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\CHNLS40","DisplayName",,"TEST"
  63.  
  64.  
  65.  
  66. [IE4.SysDir.COPYFILES]
  67. cdfvw16.dll,,,1
  68.  
  69. [MSChan.Web.COPYFILES]
  70. bsplash.gif
  71. e_small.gif
  72. splash.htm
  73. win31.cdf
  74.  
  75. [ABay.Web.COPYFILES]
  76. ABC_SL.GIF
  77. ABC_WL.GIF
  78. ARCADIA.CDF
  79. CORP.HTM
  80. DEFAULT.HTM
  81. FAQ.HTM
  82. FRBANNER.HTM
  83. FRMAIN.HTM
  84. HELPDESK.HTM
  85. HOME.HTM
  86. ;IMAGES
  87. INV.TXT
  88. LIST.HTM
  89. LOGO.HTM
  90. ;MEDIA
  91. MESSAGES.HTM
  92. NEWS.ICO
  93. PAGE2.HTM
  94. TITLE.HTM
  95.  
  96. [ABay.Web.Images.COPYFILES]
  97. ACCY.GIF
  98. ALL.GIF
  99. A_LOGO.GIF
  100. BHISTORY.JPG
  101. BHOME.JPG
  102. BKGRND.JPG
  103. BNEW.JPG
  104. BSTORE.JPG
  105. CHART.JPG
  106. CLDBG.JPG
  107. GLASSES.GIF
  108. HOME.JPG
  109. LOGO1.JPG
  110. MAP.JPG
  111. NEW.JPG
  112. NEWS1.HTM
  113. NEWS2.HTM
  114. NEWS3.HTM
  115. NEWS4.HTM
  116. NEWS5.HTM
  117. PAGELOGO.GIF
  118. PEOPLE.GIF
  119. SHIRT.GIF
  120. SHIRT2.GIF
  121. SHOES.GIF
  122.  
  123. [ABay.Web.Media.COPYFILES]
  124. AB_LOGO.GIF
  125. ARWTANLF.GIF
  126. ARWTANRT.GIF
  127. FISHNG.JPG
  128. FRBKG0.JPG
  129. FR_BKG.GIF
  130. LTHOUS6.AVI
  131. REFRESH.GIF
  132. SPTLTLOW.GIF
  133.  
  134. [ModAttrib]
  135. ; add the system attribute to the favorite\channels\chanX folders
  136. "rundll advpck16.dll,SetFileAttrib %49000%\profiles\defuser\favorite\channels\chan1 %ATTR_SYSTEM%"
  137. "rundll advpck16.dll,SetFileAttrib %49000%\profiles\defuser\favorite\channels\chan2 %ATTR_SYSTEM%"
  138.  
  139. [Strings]
  140.  
  141. REG_EXPAND_SZ                       = 0x00020000
  142. ATTR_SYSTEM = "FILE_ATTRIBUTE_SYSTEM"
  143.  
  144. ; this number is FLG_ADDREG_TYPE_DWORD.  See setupapi.h.
  145. REG_COMPAT                          = 0x00010001
  146.  
  147. INTL_DATA  = "Software\Microsoft\internet explorer\International"
  148.  
  149. ChannelKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels"
  150. ChannelATitle="Microsoft Channel"
  151. ChannelBTitle="Arcadia Bay"
  152.  
  153. [Channel Add]
  154. ; information IEAK uses to process Channels
  155. ChTitle0   = "Microsoft Channel"
  156. CDFUrl0    = "file://%webdir%/chan1/win31.cdf"
  157.  
  158. ChTitle1   = "Arcadia Bay"
  159. CDFUrl1    = "file://%webdir%/chan2/arcadia.cdf"
  160.  
  161. ;[End]
  162. [Microsoft.Channel.reg]
  163. [Arcadia.Bay.reg]
  164.