home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1997 December / Hrac_16_1997-12_cd.bin / UTILS / Ie40 / ieak4opt.CAB / channels.inf < prev    next >
Windows Setup INFormation  |  1997-10-01  |  1KB  |  34 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. AdvancedINF=2.5
  4.  
  5. ;This section is used to delete existing channels
  6. [InstallPhase1]
  7. RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
  8. Delreg=IeakChan.DelReg
  9. Addreg=IeakChanPhase1.AddReg
  10. RegisterOCXs=IeakChan.Register
  11. ;This key is there to cause a shell refresh after processing this section
  12. DoShellRefresh=1
  13.  
  14. ;This section is used to add new channels
  15. [InstallPhase2]
  16. RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
  17. Delreg=IeakChan.DelReg
  18. Addreg=IeakChanPhase2.AddReg
  19. RegisterOCXs=IeakChan.Register
  20.  
  21. ;Calls DLL to update channels after adding them.
  22. [IeakChan.Register]
  23. %11%\webcheck.dll,IN,Policy
  24.  
  25. ;Deletes past channel list so will get reinstalled.
  26. [IeakChan.DelReg]
  27. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\CompletedModifications","ChannelDefault",,,
  28.  
  29. [Strings]
  30. DiskName="Channel Files"
  31. ChannelKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels"
  32. SubKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions"
  33. CleanKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\RemoveAllChannels"
  34.