home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June B / Pcwk6b98.iso / Outlk98 / En / DOWNLOAD / ODWLOC / CHANNELS.INF < prev    next >
Windows Setup INFormation  |  1997-11-29  |  922b  |  31 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. AdvancedINF=2.5
  4.  
  5. ;This section is used to start the main install.
  6. [DefaultInstall]
  7. RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
  8. Copyfiles=IeakChan.CopyFiles
  9. Delreg=IeakChan.DelReg
  10. Addreg=IeakChan.AddReg
  11. RegisterOCXs=IeakChan.Register
  12.  
  13. [SourceDisksNames]
  14. 1=%DiskName%,,0
  15.  
  16. [DestinationDirs]
  17. IeakChan.CopyFiles=17
  18.  
  19. ;Calls DLL to update channels after adding them.
  20. [IeakChan.Register]
  21. %11%\webcheck.dll,IN,Policy
  22.  
  23. ;Deletes past channel list so will get reinstalled.
  24. [IeakChan.DelReg]
  25. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\CompletedModifications","ChannelDefault",,,
  26.  
  27. [Strings]
  28. DiskName="Channel Files"
  29. ChannelKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels"
  30. SubKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions"
  31.