home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy3.cab / vdolive.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-20  |  2.9 KB  |  116 lines

  1. [Version]
  2. signature  = "$CHICAGO$"
  3. ;AdvancedINF=2.5
  4. LayoutFile = layout.inf, layout1.inf
  5. SetupClass = BASE
  6.  
  7. ; Windows 98 entrypoint
  8. [BaseWinOptions]
  9. VDO.Base
  10.  
  11. [VDO.Base]
  12. ;Win95 entry point
  13. CopyFiles      = PLAYER.Files.Sys, PLAYER.Files.Inf   ;,PLAYER.IE.PLUGIN,PLAYER.NE.PLUGIN
  14. AddReg         = PLAYER.Add.Reg, PLAYER.Add.Reg.User
  15. DelReg         = DelUninstallKey
  16. Updateinis     = PLAYER.Update.Ini
  17. PerUserInstall = Player.Stub.Add
  18. ;CustomDestination = FileDest
  19.  
  20. [DefaultInstall]
  21. ;Right-click, Install entrypoint
  22. CopyFiles      = PLAYER.Files.Sys, PLAYER.Files.Inf   ;,PLAYER.IE.PLUGIN,PLAYER.NE.PLUGIN
  23. AddReg         = PLAYER.Add.Reg, PLAYER.Add.Reg.User
  24. DelReg         = DelUninstallKey
  25. Updateinis     = PLAYER.Update.Ini
  26. PerUserInstall = Player.Stub.Add
  27. ;CustomDestination = FileDest
  28.  
  29.  
  30. ;[FileDest]
  31. ;49001=TemplPathKey,5
  32. ;49002=TemplPathKey1,5
  33. ;49003=BogusRegKey,5 
  34. ;49004=BogusRegKey1,5 
  35.  
  36. ;[TemplPathKey]
  37. ;"HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE","Path","",""
  38.  
  39. ;[TemplPathKey1]
  40. ;"HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\NETSCAPE.EXE","Path","",""
  41.  
  42. ;[BogusRegKey]
  43. ;"HKLM","SOFTWARE\BogusApp\BogusKey","","","%49001%\plugins"
  44.  
  45. ;[BogusRegKey1]
  46. ;"HKLM","SOFTWARE\BogusApp\BogusKey","","","%49002%\plugins"
  47.  
  48. [DestinationDirs]
  49. PLAYER.Files.Inf  = 17   ; LDID_INF
  50. PLAYER.Files.Sys  = 11   ; LDID_SYS
  51. ;PLAYER.IE.PLUGIN  = 49003
  52. ;PLAYER.NE.PLUGIN  = 49004
  53.  
  54. [PerUserStub]
  55. AddReg     = PLAYER.Add.Reg.User
  56.  
  57.  
  58. [PLAYER.Files.Sys]
  59. VDOLIV32.EXE
  60. FDECTSP.DLL
  61. VDOPLSTR.DLL
  62. NPSMLVDO.DLL
  63.  
  64. [PLAYER.Files.Inf]
  65. VDOLIVE.INF
  66.  
  67. ;[PLAYER.IE.PLUGIN]
  68. ;NPSMLVDO.DLL
  69. ;
  70. ;[PLAYER.NE.PLUGIN]
  71. ;NPSMLVDO.DLL
  72.  
  73. [PLAYER.Add.Reg]
  74. HKLM,Software\Microsoft\Windows\CurrentVersion\Extensions,"vdo",,"VDOLIV32.EXE %1"
  75. HKCR,VDO,,,"URL: VDOLive Streaming Protocol"
  76. HKCR,VDO,"URL Protocol",,""
  77. HKCR,VDO\DefaultIcon,,,"VDOLIV32.EXE,0"
  78. HKCR,VDO\Shell,,,"play"
  79. HKCR,VDO\Shell\play\command,,,"VDOLIV32.EXE %1"
  80. HKCR,VDO\Shell\open\command,,,"VDOLIV32.EXE %1"
  81. HKCR,.vdo,,,"VDOFile"
  82. HKCR,.vdo,"Content Type",,"video/vdo"
  83. HKCR,"MIME\Database\Content Type\video/vdo","Extension",,".vdo"
  84. HKCR,VDOFile,,,"VDOLive Script (VDO)"
  85. HKCR,VDOFile\DefaultIcon,,,"VDOLIV32.EXE,0"
  86. HKCR,VDOFile\Shell,,,"play"
  87. HKCR,VDOFile\Shell\play\command,,,"VDOLIV32.EXE %1"
  88. HKCR,VDOFile\Shell\open\command,,,"VDOLIV32.EXE %1"
  89.  
  90.  
  91. [PLAYER.Add.Reg.User]
  92. HKCU,Software\VDO\Multimedia\VDOLive.ax,"Directory",,"%11%"
  93.  
  94. [DelUninstallKey]
  95. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PLAYER
  96.  
  97. [PLAYER.Update.Ini]
  98. win.ini,Extensions,,"vdo=VDOLIV32.EXE ^.vdo"
  99.  
  100.  
  101.  
  102. [Player.Stub.Add]
  103. DisplayName=%PackageName%
  104. ComponentID=VDOPlayer
  105. GUID={58A00AC3-777B-11CF-827D-0020AFF5FF72}
  106. IsInstalled=1
  107. Version=2,0,2,0
  108. Locale=EN
  109. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\vdolive.inf,PerUserstub
  110.  
  111. [Strings]
  112. ;VDOLIVE="VDOLive Player"
  113. PackageName="VDOLive Player"
  114. PackageDesc="VDOLive Player"
  115.  
  116.