home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 November / VPR9711A.ISO / MS_IE40J / IE4P2 / chlde-at.cab / chlde-at.inf next >
Windows Setup INFormation  |  1997-07-07  |  4KB  |  91 lines

  1. [Version]
  2. Signature        = "$CHICAGO$"
  3. AdvancedINF        = 2.5
  4.  
  5. ;This section is used to start the main install.
  6. [DefaultInstall]
  7. Copyfiles=ChannelFiles,localINFFile
  8. Delreg=ChannelPrep.Reg
  9. Addreg=ChannelInstall.Reg
  10. ;RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
  11. PerUserInstall=StubSetup
  12. RegisterOCXs=Channel.Register
  13.  
  14. ;This section is run per user when they login based on stubpath.
  15. [InstallUser]
  16. Addreg=ChannelInstall.Reg
  17. RegisterOCXs=Channel.Register
  18.  
  19. ;Final locations for files being copied.
  20. [DestinationDirs]
  21. ChannelFiles    = 10,Web ;Windows\Web
  22. localINFFile    = 17     ;Windows\INF
  23.  
  24. ;Required for Win95 INF
  25. [SourceDisksNames]
  26. 1 = %DiskName%,,0
  27.  
  28. ;Files to copy to local web folder.
  29. [ChannelFiles]
  30. deat010.gif
  31. deat011.gif
  32. deat013.cdf
  33.  
  34. deat020.ico
  35. deat021.gif
  36. deat023.cdf
  37.  
  38.  
  39.  
  40. ;File for later per user stub running.
  41. [localINFFile]
  42. chlde-at.inf
  43.  
  44. ;Calls DLL to update channels after adding them.
  45. [Channel.Register]
  46. %11%\webcheck.dll,IN,Policy
  47.  
  48. ;Sets entries to track item and stubpath for per user install.
  49. [StubSetup]
  50. DisplayName=%Channel%
  51. ComponentName=%CompName%
  52. GUID=%CompName%
  53. Version=4,0,0,1008
  54. Locale=%LangID%
  55. IsInstalled=1
  56. StubPath="rundll32.exe advpack.dll,LaunchINFSection %17%\chlde-at.inf,InstallUser"
  57.  
  58. ;Deletes past channel list so will get reinstalled.
  59. [ChannelPrep.Reg]
  60. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\CompletedModifications","ChannelDefault",,,
  61.  
  62. ;Actual entries to set values for channel. Four settings for each.
  63. [ChannelInstall.Reg]
  64. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions\SubZ","Title",,"Internet Explorer Updates"
  65. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions\SubZ","URL",,"http://www.microsoft.com/ie/ie40/download/cdf/ie4updates-de.cdf"
  66. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions\SubZ","SubscriptionType",65537,1
  67. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions\SubZ","ScheduleGroup",,"Auto"
  68.  
  69. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions\SubX","Title",,"Channel Guide"
  70. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions\SubX","URL",,"http://channels.microsoft.com/guide/chguide.cdf"
  71. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions\SubX","SubscriptionType",65537,1
  72. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions\SubX","ScheduleGroup",,"Auto"
  73.  
  74. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels\ChannelX","Icon",,"file://%10%\web\deat010.gif"
  75. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels\ChannelX","Logo",,"file://%10%\web\deat011.gif"
  76. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels\ChannelX","Title",,"Channel Guide"
  77. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels\ChannelX","URL",,"file://%10%\web\deat013.cdf"
  78.  
  79. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels\ChannelW","Icon",,"file://%10%\web\deat020.ico"
  80. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels\ChannelW","Logo",,"file://%10%\web\deat021.gif"
  81. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels\ChannelW","Title",,"Austria Online Channels"
  82. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels\ChannelW","URL",,"file://%10%\web\deat023.cdf"
  83.  
  84.  
  85.  
  86. [Strings]
  87. Channel="Austria Channel Setup"
  88. CompName="chlde-at"
  89. LangID="de"
  90. DiskName="Austria Channel Files"
  91.