home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 November / VPR9711A.ISO / MS_IE40J / IE4P2 / echlja-j.cab / CHLJA-JA.INF
Windows Setup INFormation  |  1997-06-19  |  2KB  |  60 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.  
  31. ;File for later per user stub running.
  32. [localINFFile]
  33. chlja-ja.inf
  34.  
  35. ;Calls DLL to update channels after adding them.
  36. [Channel.Register]
  37. %11%\webcheck.dll,IN,Policy
  38.  
  39. ;Sets entries to track item and stubpath for per user install.
  40. [StubSetup]
  41. DisplayName=%Channel%
  42. ComponentName=%CompName%
  43. GUID=%CompName%
  44. Version=4,71,0,920
  45. Locale=%LangID%
  46. IsInstalled=1
  47. StubPath="rundll32.exe advpack.dll,LaunchINFSection %17%\chlja-ja.inf,InstallUser"
  48.  
  49. ;Deletes past channel list so will get reinstalled.
  50. [ChannelPrep.Reg]
  51. HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\CompletedModifications","ChannelDefault",,,
  52.  
  53. ;Actual entries to set values for channel. Four settings for each.
  54. [ChannelInstall.Reg]
  55.  
  56. [Strings]
  57. Channel="Default Channel Setup"
  58. CompName="Chlja-ja"
  59. LangID="ja"
  60. DiskName="Default Channel Files"