Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.0 KiB

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