clik!84
Erfahrener Benutzer
Beiträge: 10.067
Registriert seit: Oct 2009
WMP8-Setup
So, habe jetzt den MP3-Codec in die WMP.inf integriert, nach der Installation von WMP8 geht jetzt auch das CD-Rippen. Immer wenn man den WMP8 deinstalliert bleibt die l3codecp.acm noch in system32 drin. Was mache ich falsch, bzw. wo muss die l3codecp.acm in die wmp.inf eingetragen werden, sodass sie auch gelöscht wird?
Im Spoiler ist der Inhalt der WMP.inf drin. Ich verstehe es nicht. Was stimmt da nicht?
Sitze schon seit 3 Stunden an dem Problem. Die Deinstallierung tut bloß die Registrierung von l3codecp.acm aufheben.
Ich hoffe, ihr könnt mir da helfen.
lg clik!84
Spoiler anzeigen
[Version]
Signature="$Chicago$"
AdvancedINF=2.5,"You need a newer version of advpack.dll"
[DefaultInstall]
RequiredEngine=Setupapi
RunPreSetupCommands=HelperUtility.RunPreEverything
CustomDestination=WMP.Destination
CopyFiles =V7Copy.System, V7Copy.Core, V7Copy.INF, V7Copy.Help
DelFiles =V7Copy.Legacy
UpdateInis =UpdateIni.DVDLinks.Rmv
DelReg =V7Reg.Reset
AddReg =V7Reg.Core, WMPUninstKey, V7Reg.Univ, V7Reg.Encoder, WMPReg.Uninst, V7.RegPUI
RegisterOCXs=V7OCX.Register
RunPostSetupCommands=HelperUtility.Install
ShouldShutdownApps=ShutDownWMP
[DefaultInstall.NT]
RunPreSetupCommands=HelperUtility.RunPreEverything
CustomDestination=WMP.Destination
CopyFiles =V7Copy.System, V7Copy.Core, V7Copy.INF, V7Copy.Help
DelFiles =V7Copy.Legacy
UpdateInis =UpdateIni.DVDLinks.Rmv
DelReg =V7Reg.Reset
AddReg =V7Reg.Core, WMPUninstKey, V7Reg.Univ, V7Reg.Encoder, WMPReg.Uninst, V7.RegPUI
RegisterOCXs=V7OCX.Register
RunPostSetupCommands=HelperUtility.Install
ShouldShutdownApps=ShutDownWMP
[DefaultInstall.NT5]
RunPreSetupCommands=HelperUtility.RunPreEverything
CustomDestination=WMP.Destination
CopyFiles =V7Copy.System, V7Copy.Core, V7Copy.INF, V7Copy.Help
DelFiles =V7Copy.Legacy
UpdateInis =UpdateIni.DVDLinks.Rmv
DelReg =V7Reg.Reset
AddReg =V7Reg.Core, WMPUninstKey, V7Reg.Univ, V7Reg.Encoder, WMPReg.Uninst, V7.RegPUI
RegisterOCXs=V7OCX.Register
RunPostSetupCommands=HelperUtility.Install
ShouldShutdownApps=ShutDownWMP
[Uninstall]
CustomDestination=WMP.Destination
RunPreSetupCommands=HelperUtility.UnAssoc
AddReg =V7Reg.Univ.Rmv, V7.UnRegPUI
DelReg =V7Reg.Core, V7Reg.Rmv
UnRegisterOCXs=V7OCX.Register
DelFiles =V7Copy.Help, V7Copy.System.Rmv, V7Copy.Core.Rmv, Uninst.Del, V7Copy.MP8
RunPostSetupCommands=Run.FileTypeHelper
NamedEvents=WMCSetup_SysTray
ShouldShutdownApps=ShutDownWMP
[Uninstall.NT]
CheckAdminRights = 1
CustomDestination=WMP.Destination
RunPreSetupCommands=HelperUtility.UnAssoc
AddReg =V7Reg.Univ.Rmv, V7.UnRegPUI
DelReg =V7Reg.Core, V7Reg.Rmv
UnRegisterOCXs=V7OCX.Register
DelFiles =V7Copy.Help, V7Copy.System.Rmv, V7Copy.Core.Rmv, Uninst.Del, V7Copy.MP8
RunPostSetupCommands=Run.FileTypeHelper
NamedEvents=WMCSetup_SysTray
ShouldShutdownApps=ShutDownWMP
[ShutDownWMP]
WMPlayerApp,, %WMP_NAME%
[PerUserStub]
AddReg=WMPAddReg.PUI
RunPostSetupCommands=Run.FileTypeHelper
[PerUserRemove]
DelReg=WMPDelReg.PUI
[WMPReg.Uninst]
HKLM,"%KEY_WIN_CURVER%\App Management\System Programs", "wmplayer",, "wmplayer.exe"
HKCR,"Software\Microsoft\Multimedia\Components\Installed\playback_wmp\Uninstall", "InstallFile",,"%17%\wmp.inf"
HKCR,"Software\Microsoft\Multimedia\Components\Installed\playback_wmp\Uninstall", "InstallType",,"advinf"
[WMP.Destination]
49000,49001,49002=ProgramFilesDir,5
49300,49301,49302=WMP.Directory,5
49400,49401,49402=SkinDirectory,5
[DestinationDirs]
V7Copy.Core= 49300
V7Copy.Core.Rmv= 49300
V7Copy.System = 11
V7Copy.System.Rmv = 11
V7Copy.WinDir = 25
V7Copy.Legacy = 11
V7Copy.INF = 17
V7Copy.MP8 = 17
V7Copy.Help = 18
Uninst.Del = 25
[ProgramFilesDir]
HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir","","%24%\%PROGRAMFILES%"
[WMP.Directory]
HKLM,"Software\Microsoft\MediaPlayer","Installation DirectoryLFN","","%49001%\%MP2_FOLDER%"
[SkinDirectory]
HKLM,"Software\Microsoft\MediaPlayer","SkinsDir","","%49301%\Skins"
[UpdateIni.DVDLinks.Rmv]
;setup.ini,progman.groups,,"dvdfolder=%FOLDER_DESC%"
;setup.ini,dvdfolder,,"""%DVDPLAY_DESC%""" ; delete
[V7.RegPUI]
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%",,2,"%NEW_INSTALLNAME% 8"
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","ComponentID",2,"%NEW_INSTALLNAME% 8"
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","DontAsk",0x00010001,2
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","Locale",,"%LANGUAGE%"
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","StubPath",2,"rundll32.exe advpack.dll,LaunchINFSection %17%\wmp.inf,PerUserStub"
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","IsInstalled",0x00010001,1
[V7.UnRegPUI]
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","StubPath",,"rundll32.exe advpack.dll,LaunchINFSection %17%\wmp.inf,PerUserRemove"
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","IsInstalled",0x00010001,0
[WMPAddReg.PUI]
HKCU,"Software\Microsoft\Keyboard\Native Media Players\WMP","AppName",,"%WMP_NAME%"
HKCU,"Software\Microsoft\Keyboard\Native Media Players\WMP","ExePath",,"%49301%\wmplayer.exe"
[WMPDelReg.PUI]
HKCU,"Software\Microsoft\Keyboard\Native Media Players\WMP"
[HelperUtility.RunPreEverything]
unregmp2.exe /PreInstall
[HelperUtility.Install]
"""%17%\unregmp2.exe""" /MigrateLibrary
"""%11%\wmpstub.exe""" /RegServer
"""%16422%\%MP2_FOLDER%\wmplayer.exe""" /RegServer
""""%17%\unregmp2.exe""" /Shortcuts /RegExts"
[HelperUtility.UnAssoc]
"""%17%\unregmp2.exe""" /UnRegExts
[Run.FileTypeHelper]
""""%17%\unregmp2.exe""" /Shortcuts /RegExts"
[V7Reg.Univ]
HKLM,"%KEY_DXMEDIA%",".Prog",,"""%49301%\wmplayer.exe"""
HKLM,"%KEY_DXMEDIA%","OCX.ocx",,"""%49301%\wmplayer.exe"""
HKLM,"%KEY_WMP%","Installation Directory","","%49301%"
HKLM,"%KEY_WMP%","Installation DirectoryLFN","","%49001%\%MP2_FOLDER%"
HKLM,"%KEY_FILETYPEDB%","Player.Path",, "%49301%\mplayer2.exe"
HKLM,"%KEY_FILETYPEDB%","Player.Name",, "mplayer2.exe"
HKLM,"%KEY_FILETYPEDB%","CLSID",,"%DSHOW_GUID%"
HKLM,"Software\Microsoft\Multimedia\WMPlayer","Text.OpenVerb",,"%OPENTEXT%"
HKLM,"Software\Microsoft\Multimedia\WMPlayer","Text.PlayVerb",,"%PLAYTEXT%"
HKLM,"Software\Microsoft\Multimedia\WMPlayer","Player.Path",, "%49301%\wmplayer.exe"
HKLM,"Software\Microsoft\Multimedia\WMPlayer","Player.Name",, "wmplayer.exe"
HKLM,"Software\Microsoft\Multimedia\WMPlayer","Shell.Open",," /Open ""%L"""
HKLM,"Software\Microsoft\Multimedia\WMPlayer","Shell.Play",," /Play ""%L"""
HKLM,"Software\Microsoft\Multimedia\WMPlayer","StandardVerb",,"play"
HKLM,"Software\Microsoft\Multimedia\WMPlayer","CLSID",,"{CD3AFA70-B84F-48f0-9393-7EDC34128127}"
HKCR,"Applications\wmplayer.exe",,,%WMP_NAME%
HKCR,"Applications\wmplayer.exe","OpenWithExclude",,QT:MOV
HKCR,"Applications\wmplayer.exe\shell",,, "open"
HKCR,"Applications\wmplayer.exe\shell", "FriendlyCache",, "%WMP_NAME%"
HKCR,"Applications\wmplayer.exe\shell\open",,, "%OPENTEXT%"
HKCR,"Applications\wmplayer.exe\shell\play",,, "%PLAYTEXT%"
HKCR,"SystemFileAssociations\audio\OpenWithList\wmplayer.exe",,,""
HKCR,"SystemFileAssociations\video\OpenWithList\wmplayer.exe","OpenWithExclude",,QT:MOV
HKCR,"SystemFileAssociations\audio\shellex\ContextMenuHandlers\WMPAddToPlaylist",,, "{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}"
HKCR,"SystemFileAssociations\audio\shellex\ContextMenuHandlers\WMPAddToPlaylist","CheckSupportedTypes",, ""
HKCR,"SystemFileAssociations\audio\shellex\ContextMenuHandlers\WMPPlayAsPlaylist",,,"{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}"
HKCR,"SystemFileAssociations\audio\shellex\ContextMenuHandlers\WMPPlayAsPlaylist","CheckSupportedTypes",, ""
HKCR,"SystemFileAssociations\video\shellex\ContextMenuHandlers\WMPAddToPlaylist",,, "{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}"
HKCR,"SystemFileAssociations\video\shellex\ContextMenuHandlers\WMPAddToPlaylist","CheckSupportedTypes",, ""
HKCR,"SystemFileAssociations\video\shellex\ContextMenuHandlers\WMPPlayAsPlaylist",,,"{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}"
HKCR,"SystemFileAssociations\video\shellex\ContextMenuHandlers\WMPPlayAsPlaylist","CheckSupportedTypes",, ""
HKCR,"SystemFileAssociations\Directory.Audio\shellex\ContextMenuHandlers\WMPAddToPlaylist",,, "{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}"
HKCR,"SystemFileAssociations\Directory.Audio\shellex\ContextMenuHandlers\WMPPlayAsPlaylist",,,"{7D4734E6-047E-41e2-AEAA-E763B4739DC4}"
HKCR,"SystemFileAssociations\Directory.Video\shellex\ContextMenuHandlers\WMPAddToPlaylist",,, "{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}"
HKCR,"SystemFileAssociations\Directory.Video\shellex\ContextMenuHandlers\WMPPlayAsPlaylist",,,"{7D4734E6-047E-41e2-AEAA-E763B4739DC4}"
;HKCR,"SystemFileAssociations\.mp3\shellex\ContextMenuHandlers\WMPBurnAudioCD",,,"{8DD448E6-C188-4aed-AF92-44956194EB1F}"
;HKCR,"SystemFileAssociations\.wav\shellex\ContextMenuHandlers\WMPBurnAudioCD",,,"{8DD448E6-C188-4aed-AF92-44956194EB1F}"
;HKCR,"SystemFileAssociations\.wma\shellex\ContextMenuHandlers\WMPBurnAudioCD",,,"{8DD448E6-C188-4aed-AF92-44956194EB1F}"
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayCDAudioOnArrival",MSPlayCDAudioOnArrival,,""
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayCDAudioOnArrival","Action",,"@wmploc.dll,-6503"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayCDAudioOnArrival","Provider",,"@wmploc.dll,-6502"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayCDAudioOnArrival","InvokeProgID",,"WMP.AudioCD"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayCDAudioOnArrival","InvokeVerb",,"play"
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayDVDMovieOnArrival",MSPlayDVDMovieOnArrival,,""
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayDVDMovieOnArrival","Action",,"@wmploc.dll,-6504"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayDVDMovieOnArrival","Provider",,"@wmploc.dll,-6502"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayDVDMovieOnArrival","InvokeProgID",,"WMP.DVD"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayDVDMovieOnArrival","InvokeVerb",,"play"
HKCR,"WMP.PlayMedia\shell\play\DropTarget", "clsid",,"{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}"
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayVideoFilesOnArrival", "MSOpenFolder",,""
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayVideoFilesOnArrival", "MSPlayMediaOnArrival",,""
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayMusicFilesOnArrival", "MSOpenFolder",,""
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayMusicFilesOnArrival", "MSPlayMediaOnArrival",,""
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayMediaOnArrival", "Action",,"@wmploc.dll,-1800"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayMediaOnArrival", "Provider",,"@wmploc.dll,-6502"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayMediaOnArrival", "InvokeProgid",,"WMP.PlayMedia"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayMediaOnArrival", "InvokeVerb",,"play"
HKCR,"Applications\wmplayer.exe\DefaultIcon",,, "%49301%\wmplayer.exe,-120"
HKCR,"Applications\wmplayer.exe\shell\open\command",,, "%49301%\wmplayer.exe /Open ""%L"""
HKCR,"Applications\wmplayer.exe\shell\play\command",,, "%49301%\wmplayer.exe /Play ""%L"""
HKCR,"SystemFileAssociations\audio\DefaultIcon",,, "%49301%\wmplayer.exe,-120"
HKCR,"SystemFileAssociations\video\DefaultIcon",,, "%49301%\wmplayer.exe,-120"
HKCR,"WMP.AudioCD\Shell\Play\Command",,,"""%49301%\wmplayer.exe"" /prefetch:3 /device:AudioCD ""%L"""
HKCR,"WMP.DVD\Shell\Play\Command",,,"""%49301%\wmplayer.exe"" /prefetch:4 /device:DVD ""%L"""
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayCDAudioOnArrival","DefaultIcon",,"%49301%\wmplayer.exe,0"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayDVDMovieOnArrival","DefaultIcon",,"%49301%\wmplayer.exe,0"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayMediaOnArrival", "DefaultIcon",,"%49301%\wmplayer.exe,0"
[V7Reg.Univ.Rmv]
HKLM,"%KEY_DXMEDIA%",".Prog",,"""%49301%\mplayer2.exe"""
HKLM,"%KEY_DXMEDIA%","OCX.ocx",,"""%49301%\mplayer2.exe"""
HKLM,"%KEY_WIN_CURVER%\Uninstall\MPlayer2","UninstallString",,"%17%\unregmp2.exe /SafeUninstall:%17%\mplayer2.inf"
HKLM,"%KEY_WIN_CURVER%\Uninstall\MPlayer2","QuietUninstallString",,"%17%\unregmp2.exe /Quiet /IE5Uninst /SafeUninstall:%17%\mplayer2.inf"
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","IsInstalled",0x00010001,0
[V7Reg.Reset]
HKCR,"Software\Microsoft\Multimedia\Components\Installed\playback_WMP\Uninstall"
HKLM,"Software\Microsoft\MediaPlayer\Setup","IEGroupShortcut"
HKLM,"Software\Microsoft\MediaPlayer\Setup","DesktopShortcut"
HKLM,"Software\Microsoft\MediaPlayer\Setup","RedistPackage"
HKLM,"Software\Microsoft\MediaPlayer\PlayerUpgrade","UpgradeServer"
HKLM,"Software\Microsoft\MediaPlayer\PlayerUpgrade","UpgradeTimeStamp"
HKLM,"Software\Microsoft\MediaPlayer\PlayerUpgrade","UpgradeURL"
HKLM,"Software\Microsoft\MediaPlayer\PlayerUpgrade","UpgradeVersion"
HKLM,"Software\Microsoft\MediaPlayer\Control\Advanced Options\Streaming Media (NetShow)"
HKLM,"Software\Microsoft\MediaPlayer\Control\Advanced Options\Windows Media"
HKLM,"Software\Microsoft\MediaPlayer\Player\Extensions\Types","6"
HKLM,"Software\Microsoft\MediaPlayer\Player\Extensions\Descriptions","6"
HKLM,"Software\Microsoft\Multimedia\MPlayer2\Extensions\.pls"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\Extensions\.pls"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.aif","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.aifc","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.aiff","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.asf","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.asx","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.au","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.avi","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.cda","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.ivf","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.m1v","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.m3u","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.mid","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.midi","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.mp2","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.mp2v","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.mp3","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.mpa","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.mpe","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.mpeg","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.mpg","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.mpv2","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.rmi","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.snd","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.wav","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.wax","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.wm","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.wma","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.wmd","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.wmp","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.wms","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.wmv","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.wmx","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.wmz","UserApprovedOwning"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\extensions\.wvx","UserApprovedOwning"
HKLM,"Software\Microsoft\MediaPlayer\7.0\Registration", "OEMId"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","WMC_AutoUpdate"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WMP7"
[V7Reg.Core]
HKLM,"%KEY_WMP%\Setup","FavoritesURLs",,"no"
HKLM,"%KEY_WMP%\Setup","HandImportTrack",,"yes"
HKCR,"WMPlayer.OCX","EditFlags",1,00,00,01,00
HKCR,"WMPlayer.OCX.7","EditFlags",1,00,00,01,00
HKLM,"%KEY_WMP%","IEInstall",,"no"
HKLM,"Software\Clients\Media",,,"Windows Media Player"
HKLM,"Software\Clients\Media\Windows Media Player",,,"%WMP_NAME%"
HKLM,"Software\Clients\Media\Windows Media Player\shell\open\command",,,"%49301%\wmplayer.exe"
HKLM,"%KEY_WMP%","SkinsDir",,"%49301%\Skins"
HKLM,"%KEY_WMP%","VisualizationsDir",,"%49301%\Visualizations"
HKLM,"%KEY_WIN_CURVER%\App Paths\wmplayer.exe",,,"%49301%\wmplayer.exe"
HKLM,"%KEY_WIN_CURVER%\App Paths\wmplayer.exe","Path",,"%49301%"
HKLM,"%KEY_WMP%\PlayerUpgrade","EnableAutoUpgrade",2,"no"
HKLM,"%KEY_WMP%\Player\Extensions\Types","8",,"%TYPE_CDA%"
HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","8",,"%FILE_CDA% (%TYPE_CDA%)"
HKLM,"%KEY_WMP%\Player\Extensions\MUIDescriptions","1",,"@%17%\unregmp2.exe,-9995"
HKLM,"%KEY_WMP%\Player\Extensions\MUIDescriptions","2",,"@%17%\unregmp2.exe,-9993"
HKLM,"%KEY_WMP%\Player\Extensions\MUIDescriptions","3",,"@%17%\unregmp2.exe,-10003"
HKLM,"%KEY_WMP%\Player\Extensions\MUIDescriptions","4",,"Medienwiedergabeliste"
HKLM,"%KEY_WMP%\Player\Extensions\MUIDescriptions","5",,"@%17%\unregmp2.exe,-9996"
HKLM,"%KEY_WMP%\Player\Extensions\MUIDescriptions","7",,"@%17%\unregmp2.exe,-9997"
HKLM,"%KEY_WMP%\Player\Extensions\MUIDescriptions","8",,"@%17%\unregmp2.exe,-9918"
HKLM,"%KEY_WMP%\8.0\Registration","UDBVersion",,"%VERSION%"
HKCU,"Software\Microsoft\Keyboard\Native Media Players\WMP","ExePath",,"%49301%\wmplayer.exe"
HKCU,"%KEY_WMP%\Preferences","FullmodeTaskbar",1,01
HKCU,"%KEY_WMP%\Preferences","X",, "135"
HKCU,"%KEY_WMP%\Preferences","Y",, "50"
HKCU,"%KEY_WMP%\Preferences","Width" ,,"535"
HKCU,"%KEY_WMP%\Preferences","Height",,"400"
[V7Reg.Rmv]
HKLM,"%KEY_WMP%\Settings\MP3Encoding"
HKLM,"%KEY_WMP%\7.0\Registration","UDBVersion"
HKLM,"%KEY_WMP%\7.0\Registration","UDBRev"
HKLM,"%KEY_WMP%\8.0\Registration","UDBVersion"
HKLM,"%KEY_WMP%\8.0\Registration","UDBRev"
HKLM,"%KEY_WIN_CURVER%\Run","WMC_AutoUpdate"
HKLM,"%KEY_WIN_CURVER%\App Paths\wmplayer.exe"
HKLM,"%KEY_WIN_CURVER%\Uninstall\WMP8"
HKCU,"Software\Microsoft\MediaPlayer\Battery"
[V7Reg.Encoder]
HKLM, "SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding", "LowRate", 0x00010001, 128000
HKLM, "SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding", "MediumRate", 0x00010001, 192000
HKLM, "SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding", "MediumHighRate", 0x00010001, 256000
HKLM, "SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding", "HighRate", 0x00010001, 320000
HKLM, "SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding", "PreferredCodecName", , "mp3"
HKLM, "SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding", "PreferredCodecPath", , "%11%\l3codecp.acm"
HKCU,"%KEY_WMP%\Preferences","CDRecordDRM",1,00
HKCU,"%KEY_WMP%\Preferences","CDRecordMP3",1,01
[WMPUninstKey]
HKLM,"%KEY_WIN_CURVER%\Uninstall\WMP8", "UninstallString",, "%49300%\setup_wm.exe /Uninstall"
HKLM,"%KEY_WIN_CURVER%\Uninstall\WMP8", "DisplayName",, "%WMP_DISPLAYNAME%"
HKLM,"%KEY_WIN_CURVER%\Uninstall\WMP8", "DisplayIcon",, "%49300%\wmplayer.exe"
HKLM,"%KEY_WIN_CURVER%\Uninstall\WMP8", "RequiresIESysFile",, "4.70.0.1155"
[V7OCX.Register]
"%11%\l3codecp.acm"
"%11%\wmpui.dll"
"%11%\wmpshell.dll"
"%11%\wmp.ocx"
"%11%\wmpcore.dll"
"%11%\wmpcd.dll"
[SourceDisksNames]
4343 = "Microsoft Windows Media Player 8.0",,0
[SourceDisksFiles]
wmp.inf=4343
wmerrenu.dll=4343
unregmp2.exe=4343
wmpui.dll=4343
wmpcore.dll=4343
wmpcd.dll=4343
wmpshell.dll=4343
wmp.ocx=4343
wmplayer.exe=4343
wmploc.dll=4343
wmpstub.exe=4343
dlimport.exe=4343
asferror.dll=4343
l3codecp.acm=4343
[V7Copy.Core]
wmplayer.exe,,,97
dlimport.exe,,,97
[V7Copy.Core.Rmv]
wmplayer.exe,,,1
dlimport.exe,,,1
setup_wm.exe,,,1
[V7Copy.WinDir]
[V7Copy.System]
wmpui.dll,,,97
wmpstub.exe,,,97
wmp.ocx,,,97
wmploc.dll,,,0x01000061
wmpcore.dll,,,97
wmpcd.dll,,,97
wmpshell.dll,,,97
asferror.dll,,,97
wmerrenu.dll,,,97
l3codecp.acm,,,97
[V7Copy.System.Rmv]
wmpui.dll,,,1
wmpstub.exe,,,1
wmp.ocx,,,1
wmploc.dll,,,1
wmpcore.dll,,,1
wmpcd.dll,,,1
wmpshell.dll,,,1
asferror.dll,,,1
wmerrenu.dll,,,1
wmpsch~1.xml,,,1
[V7Copy.Help]
wmplayer.chm
plyr_err.chm
[V7Copy.INF]
wmp.inf
unregmp2.exe,,,4
[Uninst.Del]
wmsysprx.prx,,,1
l3codecp.acm,,,1
[V7Copy.MP8]
mp8.exe,,,1
[V7Copy.Legacy]
wmv8dmoe.dll,,,1
pdbrowse.dll,,,1
pdbrowse.bmp,,,1
[Strings]
KEY_DXMEDIA="Software\Microsoft\Multimedia\DirectXMedia"
KEY_NETSHOW="Software\Microsoft\NetShow\Player"
KEY_FILETYPEDB ="Software\Microsoft\Multimedia\MPlayer2"
KEY_WMP ="SOFTWARE\Microsoft\MediaPlayer"
KEY_WIN_CURVER ="Software\Microsoft\Windows\CurrentVersion"
KEY_ACTIVESETUP="SOFTWARE\Microsoft\Active Setup\Installed Components"
DSHOW_GUID ="{22d6f312-b0f6-11d0-94ab-0080c74c7e95}"
WMP_GUID ="{6BF52A52-394A-11d3-B153-00C04F79FAA6}"
PATH_AUTOPLAY ="Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers"
MPLAYER2_MIMETYPE = "video/x-ms-asf"
MPLAYER2_INSTALLNAME = "MPlayer2"
NEW_INSTALLNAME="Microsoft Windows Media Player"
THIS_INF_NAME = "wmp.inf"
MPLAYER2_INSTALLNAME= "MPlayer2"
NEW_INSTALLNAME= "Microsoft Windows Media Player"
TYPE_AUDIO ="*.wav;*.snd;*.au;*.aif;*.aifc;*.aiff;*.wma;*.mp3"
TYPE_MIDI ="*.mid;*.rmi;*.midi"
TYPE_MPEG ="*.mpeg;*.mpg;*.m1v;*.mp2;*.mpa;*.mpe"
TYPE_NETSHOW ="*.asf;*.wm;*.wma;*.wmv"
TYPE_PLAYLIST = "*.asx;*.wax;*.m3u;*.wvx;*.wmx"
TYPE_VIDEO ="*.avi;*.wmv"
TYPE_CDA = "*.cda"
;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
LANGUAGE="DE"
LCID="1031"
MP2_FOLDER = "Windows Media Player"
FILE_AUDIO ="Audiodatei"
FILE_MIDI ="MIDI-Sequenz"
FILE_MPEG ="Videodatei (MPEG)"
FILE_MP3 ="MP3-Audioformat"
FILE_M3U ="M3U-Wiedergabeliste"
FILE_NETSHOW ="Windows Media-Datei"
FILE_VIDEO ="Videodatei"
FILE_PLAYLIST = "Medienwiedergabeliste"
FILE_CDA = "CD-Audiospur"
DESCRIPTION_AIFF = "AIFF-Audioformat"
DESCRIPTION_AU = "AU-Audioformat"
DESCRIPTION_VIDEO = "Videoclip"
DESCRIPTION_AUDIO = "Soundclip"
DESCRIPTION_MOVIE = "Videoclip"
DESCRIPTION_MIDI = "MIDI-Sequenz"
DESCRIPTION_WAVE = "Wavesound"
DESCRIPTION_IVF = "Indeo-Videodatei"
MPLAYER2_HELPSHORTCUT_DISPLAYNAME ="NetShow Player Help"
MPLAYER2_PLAYERSHORTCUT_DISPLAYNAME="NetShow Player"
NETSHOW2_PROGRAMFOLDER="Microsoft NetShow"
NS_IE_PROGRAMFOLDER = "Internet Explorer"
PROGRAMFILES="Program Files"
DVDPLAY_DESC="DVD Player"
FOLDER_DESC ="Accessories\Entertainment"
WMP_DISPLAYNAME="Windows Media Player 8.0"
OPENTEXT="&Öffnen"
PLAYTEXT="&Wiedergabe"
WMP_NAME="Windows Media Player"
REG_DWORD=0x00010001
Version="8.0.0.4477"
(Dieser Beitrag wurde zuletzt bearbeitet: 23.03.2018 01:41 von clik!84 .)