home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 17 / DOKAN17.iso / IE5 / PNFILTER.CAB / pnfilter.inf < prev    next >
INI File  |  1999-02-22  |  13KB  |  305 lines

  1. ; Localized    02/22/1999 05:28 PM (GMT)    7:4.2.169     pnfilter.inf
  2. [Version]
  3. Signature="$Chicago$"
  4. AdvancedINF=2.5, "%ERROR_WRONG_ADVPACK_VERSION%"
  5.  
  6. [DefaultInstall] 
  7. RequiredEngine=setupapi
  8. CustomDestination=DSPN.Destination
  9. RunPreSetupCommands=DSPN.ArchiveReg
  10. CopyFiles   =DSPNCopy.Core, DSPNCopy.INF, DSPNDependencyFiles
  11. AddReg      =DSPNUninstallKey.95, DSPN.Reg
  12. DelReg=Reg.Reset
  13. RegisterOCXs=DSPNOCX.Register
  14. RunPostSetupCommands=DSPN.RestoreReg,DSPN.Register
  15.  
  16. [DefaultInstall.NT]
  17. CustomDestination=DSPN.Destination
  18. RunPreSetupCommands=DSPN.ArchiveReg
  19. CopyFiles   =DSPNCopy.Core, DSPNCopy.INF, DSPNDependencyFiles
  20. AddReg      =DSPNUninstallKey.NT, DSPN.Reg
  21. DelReg=Reg.Reset
  22. RegisterOCXs=DSPNOCX.Register
  23. RunPostSetupCommands=DSPN.RestoreReg,DSPN.Register
  24.  
  25. [Uninstall]
  26. CustomDestination=DSPN.Destination.Remove
  27. BeginPrompt   =DSPNPrompt.ConfirmUninstall
  28. RunPreSetupCommands=DSPN.ArchiveReg.Path
  29. DelReg        =DSPN.Reg.Delete
  30. UnRegisterOCXs=DSPNOCX.UnRegister
  31. DelFiles      =DSPNCopy.Remove
  32. EndPrompt     =DSPNPrompt.UninstallComplete
  33. RunPostSetupCommands=DSPN.RestoreReg
  34. CleanUp=1
  35.  
  36. [Uninstall.NT]
  37. CustomDestination=DSPN.Destination.Remove
  38. BeginPrompt   =DSPNPrompt.ConfirmUninstall
  39. RunPreSetupCommands=DSPN.ArchiveReg.Path
  40. DelReg        =DSPN.Reg.Delete
  41. UnRegisterOCXs=DSPNOCX.UnRegister
  42. DelFiles      =DSPNCopy.Remove
  43. RunPostSetupCommands=DSPN.RestoreReg
  44. EndPrompt     =DSPNPrompt.UninstallComplete
  45. CleanUp=1
  46.  
  47. [DSPN.Destination]
  48. 49300,49301,49302=DSPNDirectory,7
  49.  
  50. [DSPN.Destination.Remove]
  51. 49400,49401,49402=DSPNDirectory.Save,5
  52.  
  53. [DestinationDirs]
  54. ; DSPNDirectory
  55. DSPNCopy.Core=49300
  56. DSPNCopy.Remove=49400
  57.  
  58. ;LDID_INF
  59. DSPNCopy.INF  =17
  60.  
  61. DSPNDependencyFiles=11
  62.  
  63. [DSPNDirectory]
  64. HKLM,"%KEY_MEDIA_PLAYER%","Installation DirectoryLFN","",""
  65. ,,,"%CONFIRM_ERROR%",""
  66.  
  67. [DSPNDirectory.Save]
  68. HKLM,"%KEY_MEDIA_PLAYER%","PNDir","","%49301%"
  69.  
  70. [DSPNPrompt.UninstallComplete]
  71. Prompt="%PROMPT_UNINSTALL_COMPLETE%"
  72.  
  73. [DSPNPrompt.ConfirmUninstall]
  74. Title="%TITLE_UNINSTALL%"
  75. ButtonType=YESNO
  76. Prompt="%CONFIRM_UNINSTALL%"
  77.  
  78. [DSPNUninstallKey.95] 
  79. HKLM,"Software\Microsoft\MediaPlayer\FilterUninstalls","PN",,"RunDll32 advpack.dll,LaunchINFSection %17%\%NS_INF_NAME%,Uninstall,1,N"
  80.  
  81. [DSPNUninstallKey.NT] 
  82. HKLM,"Software\Microsoft\MediaPlayer\FilterUninstalls","PN",,"RunDll32 advpack.dll,LaunchINFSection %17%\%NS_INF_NAME%,Uninstall.NT,1"
  83.  
  84. [DSPNOCX.UnRegister]
  85. "%49400%\pnwrap.dll"
  86.  
  87. [DSPNOCX.Register]
  88. "%49300%\pnwrap.dll"
  89.  
  90. [DSPN.ArchiveReg]
  91. unregpn.exe /ArchiveReg
  92.  
  93. [DSPN.ArchiveReg.Path]
  94. "%17%\unregpn.exe" /ArchiveReg
  95.  
  96. [DSPN.RestoreReg]
  97. "%17%\unregpn.exe" /RestoreReg
  98.  
  99. [DSPN.Register]
  100. ;;This adds the support for RA files, set up by the reg keys above
  101. "%17%\unregmp2.exe" /AddNewExtensions /V:KEEP
  102. ;;This adds the refcount on the PN codecs
  103. "%17%\unregpn.exe" /AddRef
  104.  
  105. [DSPN.UnRegister]
  106. ;;This removes the refcount on the PN codecs
  107. "%17%\unregpn.exe" /DeRef
  108.  
  109. [DSPN.Reg]
  110. ;;ASetup info
  111. HKLM, "SOFTWARE\Microsoft\Active Setup\Installed Components\{23064720-c4f8-11d1-994d-00c04f98bbc9}",,,"%PNFilter_Desc%"
  112. HKLM, "SOFTWARE\Microsoft\Active Setup\Installed Components\{23064720-c4f8-11d1-994d-00c04f98bbc9}", "ComponentID",,"%PNFilter_Desc%"
  113. HKLM, "SOFTWARE\Microsoft\Active Setup\Installed Components\{23064720-c4f8-11d1-994d-00c04f98bbc9}", "IsInstalled",0x00010001,1
  114. HKLM, "SOFTWARE\Microsoft\Active Setup\Installed Components\{23064720-c4f8-11d1-994d-00c04f98bbc9}", "Version",,"3,0,0,2702"
  115. HKLM, "SOFTWARE\Microsoft\Active Setup\Installed Components\{23064720-c4f8-11d1-994d-00c04f98bbc9}", "Locale",,"%LANGUAGE%"
  116. HKLM, "SOFTWARE\Microsoft\Active Setup\Installed Components\{23064720-c4f8-11d1-994d-00c04f98bbc9}", "StubPath",,""
  117.  
  118. ;;; Take over the "pnm:" protocol, so people can play progressive content
  119. HKCR,"PNM","Source Filter",,"{32CB4536-2EB2-11d1-BD46-00C04FB6B4CA}"
  120. HKCR,"PNM","Animation",,"dxmasf.dll,150"
  121.  
  122. HKCR,"HTTP\Extensions",".RA",,"{32CB4536-2EB2-11d1-BD46-00C04FB6B4CA}"
  123. HKCR,"HTTP\Extensions",".RM",,"{32CB4536-2EB2-11d1-BD46-00C04FB6B4CA}"
  124.  
  125. HKCR,"HTTP\AnimExtensions",".RA",,"dxmasf.dll,150"
  126. HKCR,"HTTP\AnimExtensions",".RMM",,"dxmasf.dll,150"
  127. HKCR,"HTTP\AnimExtensions",".RM",,"dxmasf.dll,150"
  128. HKCR,"HTTP\AnimExtensions",".RAM",,"dxmasf.dll,150"
  129.  
  130. HKLM,"%KEY_MEDIA_PLAYER%","PNDir","","%49301%"
  131.  
  132. ; .ram: look for pnm:
  133. HKCR,"Media Type\{E436EB83-524F-11CE-9F53-0020AF0BA770}\{A98C8400-4181-11d1-A520-00A0D10129C0}","0",,"0,4,dfdfdfff,706e6d3a"
  134. HKCR,"Media Type\{E436EB83-524F-11CE-9F53-0020AF0BA770}\{A98C8400-4181-11d1-A520-00A0D10129C0}","Source Filter",,"{e436ebb5-524f-11ce-9f53-0020af0ba770}"
  135.  
  136. HKCR,"Media Type\Extensions\.ram","Source Filter",,"{e436ebb5-524f-11ce-9f53-0020af0ba770}"
  137. HKCR,"Media Type\Extensions\.ram","Media Type",,"{E436EB83-524F-11CE-9F53-0020AF0BA770}"
  138. HKCR,"Media Type\Extensions\.ram","Subtype",,"{A98C8400-4181-11d1-A520-00A0D10129C0}"
  139.  
  140. HKCR,"Media Type\Extensions\.ra","Animation",,"dxmasf.dll,150"
  141. HKCR,"Media Type\Extensions\.rm","Animation",,"dxmasf.dll,150"
  142. HKCR,"Media Type\Extensions\.ram","Animation",,"dxmasf.dll,150"
  143. HKCR,"Media Type\Extensions\.rmm","Animation",,"dxmasf.dll,150"
  144.  
  145. ;look for PNM?
  146.  
  147. HKCR,"Media Type\{E436EB83-524F-11CE-9F53-0020AF0BA770}\{32CB4536-2EB2-11d1-BD46-00C04FB6B4CA}","0",,"0,4,,2e524d46"
  148. HKCR,"Media Type\{E436EB83-524F-11CE-9F53-0020AF0BA770}\{32CB4536-2EB2-11d1-BD46-00C04FB6B4CA}","1",,"0,4,,2e7261fd"
  149. HKCR,"Media Type\{E436EB83-524F-11CE-9F53-0020AF0BA770}\{32CB4536-2EB2-11d1-BD46-00C04FB6B4CA}","Source Filter",,"{32CB4536-2EB2-11d1-BD46-00C04FB6B4CA}"
  150.  
  151. HKLM,"%KEY_MEDIA_PLAYER%\Control\Advanced Options\Streaming Media (RealVideo)","Page1",,"{5E544444-764E-11d1-BD5E-00C04FB6B4CA}"
  152. HKLM,"%KEY_MEDIA_PLAYER%\Control\Advanced Options\Streaming Media (RealVideo)","Page2",,"{7AEDD30C-7682-11d1-BD5E-00C04FB6B4CA}"
  153. HKLM,"%KEY_MEDIA_PLAYER%\Control\Advanced Options\Streaming Media (RealVideo)","Page3",,"{7AEDD30D-7682-11d1-BD5E-00C04FB6B4CA}"
  154. HKLM,"%KEY_MEDIA_PLAYER%\Control\Advanced Options\Streaming Media (RealVideo)","Page4",,"{7AEDD30E-7682-11d1-BD5E-00C04FB6B4CA}"
  155.  
  156. HKLM,"%KEY_MEDIA_PLAYER%\Player\Extensions","%FILE_RM% (%TYPE_RM%)",,"%TYPE_RM%"
  157.  
  158. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ra", "AlreadyRegistered",, "no"
  159. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ra", "MediaType.Icon",,"%11%\quartz.dll,-201"
  160. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ra", "MediaType.Description",,"%FILE_RM%"
  161. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ra", "Extension.MIME",,"audio/x-pn-realaudio"
  162. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ra", "Extension.Handler",,"ramFile"
  163. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ra", "MCISupport",,"no"
  164. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ra", "ReplaceApps",,"mplayer2.exe|iexplore.exe"
  165. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ra", "open=play",,"yes"
  166. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ra", "ReuseExtHandler",,"yes"
  167.  
  168. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ram", "AlreadyRegistered",, "no"
  169. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ram", "MediaType.Icon",,"%11%\quartz.dll,-201"
  170. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ram", "MediaType.Description",,"%FILE_RM%"
  171. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ram", "Extension.MIME",,"audio/x-pn-realaudio"
  172. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ram", "Extension.Handler",,"ramFile"
  173. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ram", "MCISupport",,"no"
  174. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ram", "ReplaceApps",,"mplayer2.exe|iexplore.exe"
  175. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ram", "open=play",,"yes"
  176. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.ram", "ReuseExtHandler",,"yes"
  177.  
  178. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rm", "AlreadyRegistered",, "no"
  179. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rm", "MediaType.Icon",,"%11%\quartz.dll,-201"
  180. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rm", "MediaType.Description",,"%FILE_RM%"
  181. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rm", "Extension.MIME",,"audio/x-pn-realaudio"
  182. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rm", "Extension.Handler",,"ramFile"
  183. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rm", "MCISupport",,"no"
  184. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rm", "ReplaceApps",,"mplayer2.exe|iexplore.exe"
  185. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rm", "open=play",,"yes"
  186. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rm", "ReuseExtHandler",,"yes"
  187.  
  188. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rmm", "AlreadyRegistered",, "no"
  189. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rmm", "MediaType.Icon",,"%11%\quartz.dll,-201"
  190. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rmm", "MediaType.Description",,"%FILE_RM%"
  191. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rmm", "Extension.MIME",,"audio/x-pn-realaudio"
  192. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rmm", "Extension.Handler",,"ramFile"
  193. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rmm", "MCISupport",,"no"
  194. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rmm", "ReplaceApps",,"mplayer2.exe|iexplore.exe"
  195. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rmm", "open=play",,"yes"
  196. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Extensions\.rmm", "ReuseExtHandler",,"yes"
  197.  
  198. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Groups\Video\RA",,,"%FILE_RM%"
  199. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Groups\Video\RA","Extensions",,".ra .ram .rm .rmm"
  200. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Groups\Video\RA","MIME Types",,"audio/x-pn-realaudio"
  201.  
  202. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\MIME Types\audio/x-pn-realaudio", "AlreadyRegistered",, "no"
  203. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\MIME Types\audio/x-pn-realaudio", ,,"%FILE_RM%"
  204. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\MIME Types\audio/x-pn-realaudio", "Extensions.CommaSep",,"ra,ram,rm,rmm"
  205. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\MIME Types\audio/x-pn-realaudio", "Extensions.SpaceSep",,".ra .ram .rm .rmm"
  206. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\MIME Types\audio/x-pn-realaudio", "Extension.Key",,".ra"
  207. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\MIME Types\audio/x-pn-realaudio", "NavPrereg",,"No"
  208. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\MIME Types\audio/x-pn-realaudio", "ReplaceApps",,"mplayer2.exe|iexplore.exe"
  209.  
  210. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Protocols\pnm", "AlreadyRegistered",, "no"
  211. HKLM,"SOFTWARE\Microsoft\Multimedia\MPlayer2\Protocols\pnm", "MIMEType",, "audio/x-pn-realaudio"
  212.  
  213. [Reg.Reset]
  214. HKLM,"%KEY_MEDIA_PLAYER%\Control\Advanced Options\Streaming Media with RealVideo"
  215.  
  216. [DSPN.Reg.Delete]
  217. HKLM, "SOFTWARE\Microsoft\Active Setup\Installed Components\{11820ee0-b3c2-11d1-9948-00c04f98bbc9}"
  218. HKLM, "SOFTWARE\Microsoft\Active Setup\Installed Components\{23064720-c4f8-11d1-994d-00c04f98bbc9}"
  219.  
  220. HKCR,"PNM", "Source Filter"
  221. HKCR,"PNM","Animation"
  222.  
  223. HKLM,"%KEY_MEDIA_PLAYER%","PNDir"
  224.  
  225. HKCR,"HTTP\Extensions",".RA"
  226. HKCR,"HTTP\Extensions",".RM"
  227.  
  228. HKLM,"%KEY_MEDIA_PLAYER%\Control\Advanced Options\Streaming Media (RealVideo)"
  229.  
  230. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%"
  231. HKLM,"Software\Microsoft\Active Setup\Installed Components\{23064720-c4f8-11d1-994d-00c04f98bbc9}"
  232.  
  233. HKLM,"%KEY_MEDIA_PLAYER%\Player\Extensions","%FILE_RM% (%TYPE_RM%)"
  234.  
  235. HKCR,"HTTP\AnimExtensions",".RA"
  236. HKCR,"HTTP\AnimExtensions",".RMM"
  237. HKCR,"HTTP\AnimExtensions",".RM"
  238. HKCR,"HTTP\AnimExtensions",".RAM"
  239.  
  240. HKCR,"Media Type\Extensions\.ra"
  241. HKCR,"Media Type\Extensions\.rm"
  242. HKCR,"Media Type\Extensions\.ram"
  243. HKCR,"Media Type\Extensions\.rmm"
  244.  
  245. HKLM, "Software\Microsoft\MediaPlayer", "PNCodecRefCount"
  246.  
  247. [SourceDisksNames]
  248. 3677 = "Microsoft Windows Media Player with RealVideo(R) Install",,0
  249.  
  250. [SourceDisksFiles]
  251. pnwrap.dll=3677
  252. dsrvui32.dll=3677
  253. pnfilter.inf=3677
  254. nsrven32.dll=3677
  255. unregpn.exe=3677
  256.  
  257. [DSPNCopy.Core]
  258. pnwrap.dll,,,97
  259. dsrvui32.dll,,,97
  260. nsrven32.dll,,,97
  261.  
  262. [DSPNCopy.Remove]
  263. pnwrap.dll,,,1
  264. dsrvui32.dll,,,1
  265. nsrven32.dll
  266.  
  267. [DSPNCopy.INF]
  268. pnfilter.inf
  269. unregpn.exe,,,33
  270.  
  271. [DSPNDependencyFiles]
  272. ;ATL.dll,,,1
  273. ;msvcrt.dll,,,1
  274.  
  275.  
  276. [Strings]
  277. NS_INF_NAME = "pnfilter.inf"
  278. KEY_MEDIA_PLAYER = "Software\Microsoft\MediaPlayer"
  279.  
  280. GUID = "{32CB4536-2EB2-11d1-BD46-00C04FB6B4CA}"
  281.  
  282. TYPE_RM = "*.ra;*.rm;*.ram;*.rmm"
  283.  
  284. ;////////////////////////////////////////////////////////
  285. ;// Only localize strings below this line
  286. ;////////////////////////////////////////////////////////
  287. LANGUAGE = "ES"
  288.  
  289. FILE_RM = "Archivo RealMedia"
  290.  
  291. PROMPT_UNINSTALL_COMPLETE = "Se complet≤ la desinstalaci≤n de Reproductor multimedia con RealVideo(R)."
  292.  
  293. TITLE_UNINSTALL = "Instalaci≤n de Reproductor multimedia con RealVideo(R)"
  294.  
  295. ;Error Messages
  296. ERROR_WRONG_ADVPACK_VERSION = "Necesita una versi≤n mßs reciente del archivo Advpack.dll."
  297.  
  298. CONFIRM_ERROR = "Debe tener instalado Reproductor multimedia 5.2 o superior para poder instalar este software."
  299.  
  300. CONFIRM_UNINSTALL = "┐Realmente desea desinstalar Reproductor multimedia con RealVideo(R)?"
  301.  
  302. PNFilter_Desc = "Compatibilidad de Reproductor multimedia con RealNetworks"
  303.  
  304. VERSION = "6,1,05,0128"
  305.