史萊姆論壇

返回   史萊姆論壇 > 教學文件資料庫 > 作業系統操作技術文件
忘記密碼?
論壇說明

歡迎您來到『史萊姆論壇』 ^___^

您目前正以訪客的身份瀏覽本論壇,訪客所擁有的權限將受到限制,您可以瀏覽本論壇大部份的版區與文章,但您將無法參與任何討論或是使用私人訊息與其他會員交流。若您希望擁有完整的使用權限,請註冊成為我們的一份子,註冊的程序十分簡單、快速,而且最重要的是--註冊是完全免費的!

請點擊這裡:『註冊成為我們的一份子!』

Google 提供的廣告


 
 
主題工具 顯示模式
舊 2005-02-17, 01:02 AM   #1
psac
榮譽會員
 
psac 的頭像
榮譽勳章
UID - 3662
在線等級: 級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時
註冊日期: 2002-12-07
住址: 木柵市立動物園
文章: 17381
現金: 5253 金幣
資產: 33853 金幣
預設 自己製作 WMP10 在 Win2003 下的安裝文件(適用於新版 WMP 10.0.0.3802)

自己製作 WMP10 在 Win2003 下的安裝文件(適用於新版 WMP 10.0.0.3802)

VSirius 2005.2.16

微軟的 Windows Media Player 10 (以下簡稱WMP 10)本身只能在 WinXP 下安裝;通過以下方法可以在 Win2003 下安裝 WMP10。

一、安裝文件的修改
這部分是 VSirius 自己摸索出來低^_^
1、從微軟官方網站下載 WMP10 安裝文件:MP10Setup.exe;
2、用 WinRAR 解壓 MP10Setup.exe 到一個新資料夾(如 D:\MP10Setup);
3、依次開啟D:\MP10Setup 下的 *.inf文件,將inf文件裡諸如 ClassGUID = {...}的整行移除;
4、編寫一個註冊表,命名為 WMP10_Win2003.reg,內容如下:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Setup\Installed Versions]
"wmp.dll"=hex:00,00,0a,00,da,0e,00,00
"wmploc.dll"=hex:00,00,0a,00,da,0e,00,00
"wmplayer.exe"=hex:00,00,0a,00,da,0e,00,00



其中,其中0a對應主版本號10(10的十六進制為0a),da,0e 對應 3802 版本(註:3802 的十六進制為0eDa)。

二、安裝
網上普遍流行的方法,整理如下:
1、執行 sfc /purgecache 將系統備份檔案清空;
2、選 MP10Setup 資料夾中除 wmp10.inf 以外的所有 .inf 文件,點擊右鍵---->安裝。
如果彈出系統檔案保護對話視窗(好幾次),點擊該對話視窗上的取消;如果提示重啟,仍點擊取消。
3、在 wmp10.inf 上點擊右鍵---->安裝。
4、雙按 WMP10_Win2003.reg 按確定。
5、執行 MP10Setup 資料夾中 setup_wm.exe。
6、移除 MP10Setup 所在分區根目錄下的 *.wpl、*.wmz 文件。

附件:
附件是修改好的WMP 10.0.0.3802 在Win2003的安裝文件,供大家參考。
WMP 10.0.0.3802 的下載位址:
http://download.microsoft.com/downlo.../MP10Setup.exe
=================================================
codecs10.inf

[Version]
signature = "$Windows NT$"
Class = %ExceptionClassDesc%
Provider = %Msft%
CatalogFile = codecs10.cat
ComponentId = {a47b3654-48ee-48a5-b629-97d70175e58f} ; GUID assigned to wm codecs comp
DriverVer= 01/28/2005,10.0.0.3802

[DefaultInstall]
RequiredEngine = Setupapi
CopyFiles = wm.copy
CopyINF = inf.copy
Registerdlls = regwmp.dlls
AddReg = Reg.Codecs
DelReg = DelReg.Uninst
RegisterOCXs = regwmp.codecs

[DefaultUninstall]
RequiredEngine = Setupapi
DelFiles = wm.uninst,inf.copy
UnRegisterdlls = regwmp.dlls
DelReg = Reg.Codecs
AddReg = DelReg.Uninst
Registerdlls = regwmp.dlls

[RegSection]
Registerdlls = regwmp.dlls

[DestinationDirs]
DefaultDestDir=11
wm.copy=11
wm.uninst=11
inf.copy=17
Del.OldCodecs=11

[SourceDisksNames]
4659 = %SourceFileDesc%,,0

[SourceDisksFiles]
wmadmod.dll=4659
wmsdmod.dll=4659
wmspdmod.dll=4659
wmvdmod.dll=4659
wmvadvd.dll=4659
codecs.%PROD_VER%=4659

[wm.copy]
wmadmod.dll,,,97
wmsdmod.dll,,,97
wmspdmod.dll,,,97
wmvdmod.dll,,,97
wmvadvd.dll,,,97

[wm.uninst]
wmadmod.dll,,,1
wmsdmod.dll,,,1
wmspdmod.dll,,,1
wmvdmod.dll,,,1
wmvadvd.dll,,,1

[inf.copy]
codecs%PROD_VER%.inf

[regwmp.dlls]
11,,wmadmod.dll,1
11,,wmsdmod.dll,1
11,,wmspdmod.dll,1
11,,wmvdmod.dll,1
11,,wmvadvd.dll,1

[regwmp.codecs]
%11%\wmadmod.dll
%11%\wmsdmod.dll
%11%\wmspdmod.dll
%11%\wmvdmod.dll
%11%\wmvadvd.dll

[DelReg.Uninst]
HKCR,"windows media\WMSDK\AudioDecode\10"
HKCR, Windows Media\WMSDK\AudioDecode\352
HKCR, Windows Media\WMSDK\AudioDecode\353
HKCR,"windows media\WMSDK\AudioDecode\354"
HKCR,"windows media\WMSDK\AudioDecode\355"

HKCR, Windows Media\WMSDK\VideoDecode\MSS1
HKCR,"windows media\WMSDK\VideoDecode\MSS2"
HKCR,"windows media\WMSDK\VideoDecode\WMV1"
HKCR,"windows media\WMSDK\VideoDecode\WMV2"
HKCR,"windows media\WMSDK\VideoDecode\WMV3"
HKCR,"windows media\WMSDK\VideoDecode\WMVP"
HKCR,"windows media\WMSDK\VideoDecode\MP4S"
HKCR,"windows media\WMSDK\VideoDecode\M4S2"

HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc", "wma9dmod.dll"
HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc", "wms9dmod.dll"
HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc", "wmspdmod.dll"
HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc", "wmv9dmod.dll"
HKLM, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc", "mp4sdmod.dll"

HKCR,%KEY_DMO1%\73646976-0000-0010-8000-00aa00389b71\3334504d-0000-0010-8000-00aa00389b71
HKCR,%KEY_DMO1%\73646976-0000-0010-8000-00aa00389b71\3334706d-0000-0010-8000-00aa00389b71
HKCR,%KEY_DMO1%\73646976-0000-0010-8000-00aa00389b71\5334504d-0000-0010-8000-00aa00389b71
HKCR,%KEY_DMO1%\73646976-0000-0010-8000-00aa00389b71\7334706d-0000-0010-8000-00aa00389b71

HKCR,%KEY_DMO%\73646976-0000-0010-8000-00aa00389b71\Subtypes\3334504d-0000-0010-8000-00aa00389b71
HKCR,%KEY_DMO%\73646976-0000-0010-8000-00aa00389b71\Subtypes\3334706d-0000-0010-8000-00aa00389b71
HKCR,%KEY_DMO%\73646976-0000-0010-8000-00aa00389b71\Subtypes\5334504d-0000-0010-8000-00aa00389b71
HKCR,%KEY_DMO%\73646976-0000-0010-8000-00aa00389b71\Subtypes\7334706d-0000-0010-8000-00aa00389b71


[Reg.Codecs]
HKCR, "Windows Media\%REGKEY_WMSDK%\AudioDecode",,,
HKCR, "Windows Media\%REGKEY_WMSDK%\VideoDecode",,,

HKCU, "Software\Microsoft\Windows Media\%REGKEY_WMSDK%",,,
HKCU, "Software\Microsoft\Windows Media\%REGKEY_WMSDK%\General",,,
HKCU, "Software\Microsoft\Windows Media\%REGKEY_WMSDK%\Local",,,
HKCU, "Software\Microsoft\Windows Media\%REGKEY_WMSDK%\Remote",,,
HKCU, "Software\Microsoft\Windows Media\%REGKEY_WMSDK%\AudioDecode",,,
HKCU, "Software\Microsoft\Windows Media\%REGKEY_WMSDK%\VideoDecode",,,

[Strings]
KEY_NETSHOW = "Software\Microsoft\NetShow\Player"
REGKEY_WMSDK="WMSDK"
KEY_DMO1 = "DirectShow\MediaObjects\82d353df-90bd-4382-8bc2-3f6192b76e34\InputTypes"
KEY_DMO="DirectShow\MediaObjects\Categories\4a69b442-28be-4991-969c-b500adf5d8a8\InputTypes"
ExceptionClassDesc = "Windows Media Files"
SourceFileDesc = "Windows Media Files"

;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;------------------------------------------
Msft = "Microsoft"
PROD_VER=10

=====================================================
DRM10.inf


[Version]
signature = "$Windows NT$"
Class = %ExceptionClassDesc%
Provider = %Msft%
CatalogFile = drm10.cat
ComponentId = {c5b8fbe9-645e-4484-a7aa-e8da9a70dd77} ; GUID assigned to drmv2
DriverVer= 01/28/2005,10.0.0.3802

[DefaultInstall]
RequiredEngine = Setupapi
CopyFiles = DRM.copy
Registerdlls = regwmp.dlls
CopyINF = inf.copy
DelReg = DelReg.Uninst
RunPreSetupCommands = PreSetupCommandsSection

[DefaultUninstall]
RequiredEngine = Setupapi
DelFiles = DRM.uninst,inf.copy
UnRegisterdlls = regwmp.dlls
AddReg = DelReg.Uninst
Registerdlls = regwmp.dlls

[RegSection]
Registerdlls = regwmp.dlls

[DestinationDirs]
DRM.copy=11
inf.copy=17
DRMCopy.Core=16422,%MP2_FOLDER%
DRM.uninst=11
DRMCopy.uninst=16422,%MP2_FOLDER%


[SourceDisksNames]
3878= %SourceFileDesc%,,0

[SourceDisksFiles]
msnetobj.dll=3878
blackbox.dll=3878
drmv2clt.dll=3878
drmclien.dll=3878
drmstor.dll=3878

drm%PROD_VER%.inf=3878

[DRM.copy]
drmclien.dll,,,97
drmstor.dll,,,97
drmv2clt.dll,,,97
blackbox.dll,,,97
msnetobj.dll,,,97

[DRM.uninst]
drmclien.dll,,,1
drmstor.dll,,,1
drmv2clt.dll,,,1
blackbox.dll,,,1
msnetobj.dll,,,1


[inf.copy]
drm%PROD_VER%.inf

[DelReg.Uninst]
HKCR, "Software\Microsoft\Multimedia\Components\Installed\DRM_DRM\Uninstall"


[regwmp.dlls]
11,,drmstor.dll,1
11,,drmclien.dll,1
11,,drmv2clt.dll,1
11,,blackbox.dll,1
11,,msnetobj.dll,1

[PreSetupCommandsSection]
drmupgds.exe

[Strings]
Msft = "Microsoft"
ExceptionClassDesc = "Windows Media Files"
SourceFileDesc = "Windows Media Files"
;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
MP2_FOLDER = "Windows Media Player"
PROD_VER=10
============================================
MPCD10.inf

[Version]
signature = "$Windows NT$"
Class = %ExceptionClassDesc%
Provider = %Msft%
CatalogFile = mpcd10.cat
ComponentId = {cfb4b314-0328-45e1-94af-45a3f5f48e0b} ; GUID assigned to MP Stubs CD comp
DriverVer= 01/28/2005,10.0.0.3802

[DefaultInstall]
RequiredEngine = Setupapi
CopyFiles = wm.copy
CopyINF = inf.copy

[DefaultUninstall]
RequiredEngine = Setupapi
DelFiles = wm.uninst,inf.copy
Registerdlls = regwmp.dlls

[DestinationDirs]
DefaultDestDir=11
wm.copy=11
wm.uninst=11
inf.copy=17

[SourceDisksNames]
3984 = %SourceFileDesc%,,0

[SourceDisksFiles]
wmp.ocx = 3984
wmpcd.dll = 3984
mpcd%PROD_VER%.inf = 3984

[wm.copy]
wmp.ocx,,,97
wmpcd.dll,,,97


[wm.copyuninst]
wmp.ocx,,,1
wmpcd.dll,,,1

[inf.copy]
mpcd%PROD_VER%.inf

[regwmp.dlls]
11,,wmp.ocx,1
11,,wmpcd.dll,1

[Strings]
Msft = "Microsoft"
ExceptionClassDesc = "Windows Media Files"
SourceFileDesc = "Windows Media Files"

;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
PROD_VER=10
=========================================
MPPRE10.inf

[Version]
signature = "$Windows NT$"
Class = %ExceptionClassDesc%
Provider = %Msft%
CatalogFile = mppre10.cat
ComponentId = {077acec7-979c-40ab-9835-435ba1511e0d} ; GUID assigned to MP core comp
DriverVer= 01/28/2005,10.0.0.3802

[DefaultInstall]
DelFiles = Del.OldCodecs
UnRegisterdlls = WM8.UnReg
RunPreSetupCommands = PreSetupCommandsSection

[DefaultUninstall]
CopyFiles = Del.OldCodecs
Registerdlls = WM8.UnReg

[DestinationDirs]
V9Copy.Del.XP = 16422,%MP2_FOLDER%
Del.OldCodecs=11
V9Copy.RmvLegacySys = 11

[WM8.UnReg]
11,,wmv8dmod.dll,1
11,,wmv9dmod.dll,1
11,,wma9dmod.dll,1
11,,wms9dmod.dll,1
11,,wmadmoe.dll,1
11,,wmadmod.dll,1
11,,wmvdmod.dll,1
11,,wmsdmod.dll,1
11,,wmsdmoe2.dll,1
11,,wmvdmoe2.dll,1
11,,wmspdmoe.dll,1
11,,wmspdmod.dll,1

[Del.OldCodecs]
wmv9dmod.dll
wma9dmod.dll
wms9dmod.dll


[Strings]
KEY_WMP = "SOFTWARE\Microsoft\MediaPlayer"
KEY_WIN_CURVER="Software\Microsoft\Windows\CurrentVersion"
Msft = "Microsoft"
ExceptionClassDesc = "Windows Media Files"
SourceFileDesc = "Windows Media Files"

;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------

MP2_FOLDER = "Windows Media Player"

PROGRAMFILES = "Program Files"


[PreSetupCommandsSection]
========================================

MPSTUB10.inf

[Version]
signature = "$Windows NT$"
Class = %ExceptionClassDesc%
Provider = %Msft%
CatalogFile = mpstub10.cat
ComponentId = {60204bb3-7078-4f70-8f69-68297621941c} ; GUID assigned to MP Core Stubs comp
DriverVer= 01/28/2005,10.0.0.3802

[DefaultInstall]
RequiredEngine = Setupapi
CopyFiles = wm.copy
CopyINF = inf.copy

[DefaultUninstall]
RequiredEngine = Setupapi
DelFiles = wm.uninst,inf.copy
Registerdlls = regwmp.dlls

[DestinationDirs]
DefaultDestDir=11
wm.copy=11
wm.uninst=11
inf.copy=17

[SourceDisksNames]
9238 = %SourceFileDesc%,,0

[SourceDisksFiles]
wmpcore.dll = 9238
wmpui.dll = 9238
MPSTUB%PROD_VER%.inf = 9238

[wm.copy]
wmpcore.dll,,,97
wmpui.dll,,,97

[wm.uninst]
wmpcore.dll,,,1
wmpui.dll,,,1

[regwmp.dlls]
11,,wmpui.dll,1
11,,wmpcore.dll,1

[inf.copy]
MPSTUB%PROD_VER%.inf

[Strings]
ExceptionClassDesc = "Windows Media Files"
SourceFileDesc = "Windows Media Files"
;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
Msft = "Microsoft"

PROD_VER=10
============================================

mymusic.inf















[Version]
Signature="$Chicago$"
AdvancedINF=2.5, "You need a newer version of Advpack.dll."

[DefaultInstall]





CopyFiles =Copy.Playlists


AddReg=SetRegKeys

CustomDestination=WMP.Destination
RequiredEngine=setupapi

[DefaultInstall.NT]
CustomDestination=WMP.Destination
CopyFiles =Copy.Playlists, Copy.SyncPlaylists
AddReg=SetRegKeys

[DefaultInstall.NT5.2]
CustomDestination=WMP.Destination
CopyFiles =Copy.Playlists
AddReg=SetRegKeys
RunPostSetupCommands=Run.Migrate

[WMP.Destination]
49000,49001,49002=ProgramFilesDir,5
49300,49301,49302=WMPDirectory,5
49400,49401,49402=Win9xDocsDir,5
49500,49501,49502=DocsDir,5
49600,49601,49602=CommonMusicDir,5
49650,49651,49652=MyPlaylistsDirectory,5
49750,49751,49752=MySyncPlaylistsDirectory,5


[DestinationDirs]



Copy.Playlists=49650
Copy.SyncPlaylists=49750

[ProgramFilesDir]
HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir","","%24%\%PROGRAMFILES%"

[Win9xDocsDir]
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Personal","","%24%\%MYDOCSDIR%"

[DocsDir]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common Documents","","%49401%"

[CommonMusicDir]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","CommonMusic","","%49500%\%MYMUSICSTR%"


[MyPlaylistsDirectory]
,,,,"%49600%\Sample Playlists"

[MySyncPlaylistsDirectory]
,,,,"%49600%\Sync Playlists"


[WMPDirectory]
HKLM,"Software\Microsoft\MediaPlayer","Installation DirectoryLFN","","%16422%\Windows Media Player"

[Run.Migrate]












[SetRegKeys]




HKLM,"%KEY_WMP%\Preferences", "MyPlayLists",,"%49650%"
HKLM,"%KEY_WMP%\Preferences", "MySyncPlayLists",,"%49750%"



HKLM,"%KEY_WMP%\Preferences", "FirstTime",0x00010001,1

HKLM,"%KEY_WMP%\Setup", "PlaylistsVersion",,"0.0.0.6"


[SourceDisksNames]
4669 = "Windows Media Playlist Install",,0

[SourceDisksFiles]
mymusic.inf=4669



[Copy.Playlists]
%Plylst1.wpl%,Plylst1.wpl
%Plylst10.wpl%,Plylst10.wpl
%Plylst11.wpl%,Plylst11.wpl
%Plylst12.wpl%,Plylst12.wpl
%Plylst13.wpl%,Plylst13.wpl
%Plylst14.wpl%,Plylst14.wpl
%Plylst15.wpl%,Plylst15.wpl
%Plylst2.wpl%,Plylst2.wpl
%Plylst3.wpl%,Plylst3.wpl
%Plylst4.wpl%,Plylst4.wpl
%Plylst5.wpl%,Plylst5.wpl
%Plylst6.wpl%,Plylst6.wpl
%Plylst7.wpl%,Plylst7.wpl
%Plylst8.wpl%,Plylst8.wpl
%Plylst9.wpl%,Plylst9.wpl
[Copy.SyncPlaylists]
%syncpl01.wpl%,syncpl01.wpl
%syncpl02.wpl%,syncpl02.wpl
%syncpl03.wpl%,syncpl03.wpl
%syncpl04.wpl%,syncpl04.wpl
%syncpl05.wpl%,syncpl05.wpl
%syncpl06.wpl%,syncpl06.wpl
%syncpl07.wpl%,syncpl07.wpl
%syncpl08.wpl%,syncpl08.wpl
%syncpl09.wpl%,syncpl09.wpl
%syncpl10.wpl%,syncpl10.wpl
%syncpl11.wpl%,syncpl11.wpl
%syncpl12.wpl%,syncpl12.wpl

[Strings]
KEY_WMP = "SOFTWARE\Microsoft\MediaPlayer"
MP2_FOLDER = "Windows Media Player"

;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
LANGUAGE="CN"



MYMUSICSTR = "My Music"
PROGRAMFILES = "Program Files"
MYDOCSDIR="My Documents"

PLYLST1.wpl="Favorites -- 4 and 5 star rated.wpl"
PLYLST2.wpl="Favorites -- Have not heard recently.wpl"
PLYLST3.wpl="Favorites -- Listen to late at night.wpl"
PLYLST4.wpl="Favorites -- One Audio CD worth.wpl"
PLYLST5.wpl="Favorites -- Listen to on Weekends.wpl"
PLYLST6.wpl="Favorites -- Listen to on Weekdays.wpl"
PLYLST7.wpl="Fresh tracks -- yet to be played.wpl"
PLYLST8.wpl="Fresh tracks -- yet to be rated.wpl"
PLYLST9.wpl="Fresh tracks.wpl"
PLYLST10.wpl="High bitrate media in my library.wpl"
PLYLST11.wpl="Low bitrate media in my library.wpl"
PLYLST12.wpl="Favorites -- One Data CD-R worth.wpl"
PLYLST13.wpl="Music tracks I have not rated.wpl"
PLYLST14.wpl="Music tracks I dislike.wpl"
PLYLST15.wpl="Music tracks with content protection.wpl"
syncpl01.wpl="01_Music_auto_rated_at_5_stars.wpl"
syncpl10.wpl="10_All_Music.wpl"
syncpl11.wpl="11_All_Pictures.wpl"
syncpl12.wpl="12_All_Video.wpl"
syncpl02.wpl="02_Music_added_in_the_last_month.wpl"
syncpl03.wpl="03_Music_rated_at_4_or_5_stars.wpl"
syncpl04.wpl="04_Music_played_in_the_last_month.wpl"
syncpl05.wpl="05_Pictures_taken_in_the_last_month.wpl"
syncpl06.wpl="06_Pictures_rated_4_or_5_stars.wpl"
syncpl07.wpl="07_TV_recorded_in_the_last_week.wpl"
syncpl08.wpl="08_Video_rated_at_4_or_5_stars.wpl"
syncpl09.wpl="09_Music_played_the_most.wpl"


========================================

skins.inf














[Version]
Signature="$Chicago$"
AdvancedINF=2.5, "You need a newer version of Advpack.dll."

[DefaultInstall]
RequiredEngine=setupapi
CustomDestination=WMP.Destination

AddReg=setskindir, AddReg.Rename, AddReg.Uninst



CopyFiles =Copy.Skin, Copy.INF, Copy.Skin.Downlevel




[DefaultInstall.NT]
CustomDestination=WMP.Destination
CopyFiles =Copy.Skin, Copy.INF, Copy.Skin.Downlevel
AddReg=setskindir, AddReg.Rename, AddReg.Uninst

[DefaultInstall.NT5.1]
CustomDestination=WMP.Destination
CopyFiles =Copy.Skin, Copy.INF, Copy.Skin.XP
AddReg=setskindir, AddReg.Rename, AddReg.Uninst

[Uninstall]
CustomDestination=WMP.Destination


[WMP.Destination]
49000,49001,49002=ProgramFilesDir,5
49300,49301,49302=WMPDirectory,5
49400,49401,49402=SkinDirectory,5


[DestinationDirs]








Copy.Skin =49400
Copy.Skin.XP =49400
Copy.Skin.Downlevel =49400

Copy.INF=17









[ProgramFilesDir]
HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir","","%24%\%PROGRAMFILES%"

[WMPDirectory]
HKLM,"%KEY_WMP%","Installation DirectoryLFN","","%49001%\%MP2_FOLDER%"

[SkinDirectory]
HKLM, "%KEY_WMP%","SkinsDir","","%49301%\Skins"

[SourceDisksNames]
4627 = "Skin Install",,0


[setskindir]



HKLM,"%KEY_WMP%","SkinsDir",,"%49401%"






[AddReg.Uninst]

HKCR, "Software\Microsoft\Multimedia\Components\Installed\playback_skins\Uninstall", "InstallFile",2, "%17%\skins.inf"
HKCR, "Software\Microsoft\Multimedia\Components\Installed\playback_skins\Uninstall", "InstallType",, "advinf"



[Strings]
KEY_WMP = "SOFTWARE\Microsoft\MediaPlayer"
;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
LANGUAGE="CN"

MP2_FOLDER = "Windows Media Player"
PROGRAMFILES = "Program Files"















[Copy.INF]
skins.inf

[Copy.Skin.XP]

9SeriesDefault.wmz,9SeriesD.wmz

[Copy.Skin.Downlevel]


[Copy.Skin]
Compact.wmz
Revert.wmz

[AddReg.Rename]

[SourceDisksFiles]
9SeriesD.wmz=4627
Compact.wmz=4627

Revert.wmz=4627

================================

skinsmui.inf













[Version]
Signature="$Chicago$"
AdvancedINF=2.5, "You need a newer version of Advpack.dll."

[DefaultInstall]
RequiredEngine=setupapi
CustomDestination=WMP.Destination

AddReg=setskindir, AddReg.Rename, AddReg.Uninst



CopyFiles =Copy.Skin, Copy.INF, Copy.Skin.Downlevel




[DefaultInstall.NT]
CustomDestination=WMP.Destination
CopyFiles =Copy.Skin, Copy.INF, Copy.Skin.Downlevel
AddReg=setskindir, AddReg.Rename, AddReg.Uninst

[DefaultInstall.NT5.1]
CustomDestination=WMP.Destination
CopyFiles =Copy.Skin, Copy.INF, Copy.Skin.XP
AddReg=setskindir, AddReg.Rename, AddReg.Uninst

[Uninstall]
CustomDestination=WMP.Destination


[WMP.Destination]
49000,49001,49002=ProgramFilesDir,5
49300,49301,49302=WMPDirectory,5
49400,49401,49402=SkinDirectory,5


[DestinationDirs]

Copy.Skin =16422,%MP2_FOLDER%\MUI\%LCID%\Skins
Copy.Skin.XP=16422,%MP2_FOLDER%\MUI\%LCID%\Skins
Copy.Skin.Downlevel=16422,%MP2_FOLDER%\MUI\%LCID%\Skins








Copy.INF=17


Del.Skins =16422,%MP2_FOLDER%\MUI\%LCID%\Skins

[Del.Dirs]
%16422%\%MP2_FOLDER%\MUI\%LCID%\Skins



[ProgramFilesDir]
HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir","","%24%\%PROGRAMFILES%"

[WMPDirectory]
HKLM,"%KEY_WMP%","Installation DirectoryLFN","","%49001%\%MP2_FOLDER%"

[SkinDirectory]
HKLM, "%KEY_WMP%","SkinsDir","","%49301%\Skins"

[SourceDisksNames]
4627 = "Skin Install",,0


[setskindir]



HKLM,"%KEY_WMP%","SkinsDir",,"%49401%"



HKLM,"%KEY_WMP%","MUISkinsDir",,"%16422%\%MP2_FOLDER%\MUI"


[AddReg.Uninst]

HKCR, "Software\Microsoft\Multimedia\Components\Installed\playback_skins\Uninstall", "InstallFile",2, "%17%\skins.inf"
HKCR, "Software\Microsoft\Multimedia\Components\Installed\playback_skins\Uninstall", "InstallType",, "advinf"
















[Uninstall]
DelFiles=Del.Skins
DelDirs=Del.Dirs

[Copy.INF.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"

[Copy.Skin.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"


[Copy.INF]
skins.inf

[Copy.Skin.XP]

9SeriesDefault.wmz,9SeriesD.wmz

[Copy.Skin.Downlevel]


[Copy.Skin]
Compact.wmz
Revert.wmz

[AddReg.Rename]

[SourceDisksFiles]
9SeriesD.wmz=4627
Compact.wmz=4627

Revert.wmz=4627

====================================
WMDM10.inf


[Version]
signature = "$Windows NT$"
Class = %ExceptionClassDesc%
Provider = %Msft%
CatalogFile = wmdm10.cat
ComponentId = {30c7234b-6482-4a55-a11d-ecd9030313f2} ; GUID assigned to wmdm core
DriverVer= 01/28/2005,10.0.0.3802

[DefaultInstall]
RequiredEngine = Setupapi
CopyFiles = WMDM.copy
Registerdlls = regwmp.dlls
AddReg = reg.devices,reg.wmdm.autoplay
CopyINF = inf.copy
DelReg = DelReg.Uninst

[DefaultUninstall]
RequiredEngine = Setupapi
DelFiles = WMDM.uninst,inf.copy
UnRegisterdlls = regwmp.dlls
DelReg = reg.devices,reg.wmdm.autoplay
Registerdlls = regwmp.dlls

[DestinationDirs]
WMDM.copy=11
WMDM.uninst=11
inf.copy=17

[RegSection]
Registerdlls = regwmp.dlls

[SourceDisksNames]
3898= %SourceFileDesc%,,0

[SourceDisksFiles]
MsPMSNSv.dll=3898
MsPMSP.dll=3898
MSSCP.dll=3898
MSWMDM.dll=3898
WMDMLOG.dll=3898
WMDMPS.dll=3898
cewmdm.dll=3898
wmdm%PROD_VER%.inf=3898

[WMDM.copy]
MSWMDM.dll,,,97
MSSCP.dll,,,97
MsPMSP.dll,,,97
WMDMPS.dll,,,97
WMDMLOG.dll,,,97
cewmdm.dll,,,97
MsPMSNSv.dll,,,97

[WMDM.uninst]
MSWMDM.dll,,,1
MSSCP.dll,,,1
MsPMSP.dll,,,1
WMDMPS.dll,,,1
WMDMLOG.dll,,,1
cewmdm.dll,,,1
MsPMSNSv.dll,,,1

[inf.copy]
wmdm%PROD_VER%.inf


[regwmp.dlls]
11,,MSWMDM.dll,1
11,,MSSCP.dll,1
11,,MsPMSP.dll,1
11,,WMDMPS.dll,1
11,,WMDMLOG.dll,1
11,,cewmdm.dll,1
11,,MsPMSNSv.dll,1

[DelReg.Uninst]
HKCR, "Software\Microsoft\Multimedia\Components\Installed\playback_wmdm\Uninstall"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MSWMDMHandler","InitCmdLine"

[reg.devices]
HKLM,"Software\Microsoft\Windows Media Device Manager\Plugins\SP\MSPMSP\KBDeviceList","SanDiskIM",, "SanDisk ;ImageMate III ;2.3"
HKLM,"Software\Microsoft\Windows Media Device Manager\Plugins\SP\MSPMSP\KBDeviceList","SanDiskIMb",, "E-USB Fl;ash ; "
HKLM,"Software\Microsoft\Windows Media Device Manager\Plugins\SP\MSPMSP\KBDeviceList","Lexmark",, "Parallel; Flash Unit;"

[reg.wmdm.autoplay]

; Windows Media Player AppID
HKCR,"CLSID\{91778246-9BE4-4713-A651-E833B853CC30}","AppID",,"{B8C54A54-355E-11D3-83EB-00A0C92A2F2D}"

; Required to be invoked from a service process.
HKCR,"AppID\{B8C54A54-355E-11D3-83EB-00A0C92A2F2D}","RunAs",,"Interactive User"

; Required to be able to register in the Running Object Table with the ROTFLAGS_ALLOWANYCLIENT flag
HKCR,"AppID\wmplayer.exe","AppID",,"{B8C54A54-355E-11D3-83EB-00A0C92A2F2D}"

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Rio One
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5081","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5081","Label",,"Rio One Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5081","DeviceHandlers",,"RioOneHandler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\RioOneHandler\EventHandlers\DeviceArrival","RioOneArrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\RioOneArrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Rio 600
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5001","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5001","Label",,"Rio 600 Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5001","DeviceHandlers",,"Rio600Handler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\Rio600Handler\EventHandlers\DeviceArrival","Rio600Arrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\Rio600Arrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Rio 800
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5002","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5002","Label",,"Rio 800 Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5002","DeviceHandlers",,"Rio800Handler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\Rio800Handler\EventHandlers\DeviceArrival","Rio800Arrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\Rio800Arrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Nike psaplay
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5003","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5003","Label",,"Nike psaplay Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5003","DeviceHandlers",,"NikepsaplayHandler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\NikepsaplayHandler\EventHandlers\DeviceArrival","NikepsaplayArrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\NikepsaplayArrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Compaq PA-1/2
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_049F&PID_0018","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_049F&PID_0018","Label",,"Compaq PA Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_049F&PID_0018","DeviceHandlers",,"CompaqPA1Handler"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_049F&PID_0018","AutoplayOnSpecialInterface",,"{A5DCBF10-6530-11D2-901F-00C04FB951ED}"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\CompaqPA1Handler\EventHandlers\DeviceArrival","CompaqPA1Arrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\CompaqPA1Arrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Digisette Duo-64
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_05B4&PID_6002","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_05B4&PID_6002","Label",,"Digisette Duo-64 Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_05B4&PID_6002","DeviceHandlers",,"DigisetteDuo64Handler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\DigisetteDuo64Handler\EventHandlers\DeviceArrival","DigisetteDuo64Arrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\DigisetteDuo64Arrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Creative Nomad II
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_1002","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_1002","Label",,"Creative Nomad II Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_1002","DeviceHandlers",,"CreativeNomadIIHandler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\CreativeNomadIIHandler\EventHandlers\DeviceArrival","CreativeNomadIIArrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\CreativeNomadIIArrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Creative Nomad IIc
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_1002","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_1002","Label",,"Creative Nomad IIc Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_1002","DeviceHandlers",,"CreativeNomadIIcHandler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\CreativeNomadIIcHandler\EventHandlers\DeviceArrival","CreativeNomadIIcArrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\CreativeNomadIIcArrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Creative Nomad II MG
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_4004","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_4004","Label",,"Creative Nomad II MG Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_4004","DeviceHandlers",,"CreativeNomadIIMGHandler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\CreativeNomadIIMGHandler\EventHandlers\DeviceArrival","CreativeNomadIIMGArrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\CreativeNomadIIMGArrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Creative Nomad Jukebox
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0471&PID_0222","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0471&PID_0222","Label",,"Creative Nomad Jukebox Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0471&PID_0222","DeviceHandlers",,"CreativeNomadJukeboxHandler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\CreativeNomadJukeboxHandler\EventHandlers\DeviceArrival","CreativeNomadJukeboxArrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\CreativeNomadJukeboxArrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Intel Pocket Concert
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_1101","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_1101","Label",,"Intel Pocket Concert Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_1101","DeviceHandlers",,"IntelPocketConcertHandler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\IntelPocketConcertHandler\EventHandlers\DeviceArrival","IntelPocketConcertArrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\IntelPocketConcertArrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Intel 3000
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_0100","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_0100","Label",,"Intel 3000 Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_0100","DeviceHandlers",,"Intel3000Handler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\Intel3000Handler\EventHandlers\DeviceArrival","Intel3000Arrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\Intel3000Arrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Iomega HipZip
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_006D","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_006D","Label",,"Iomega HipZip Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_006D","DeviceHandlers",,"IomegaHipZipHandler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\IomegaHipZipHandler\EventHandlers\DeviceArrival","IomegaHipZipArrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\IomegaHipZipArrival","MSWMDMHandler",,""
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\IomegaHipZipArrival","MSOpenFolder",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Rave mp2300
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_0061","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_0061","Label",,"Rave mp2300 Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_0061","DeviceHandlers",,"Ravemp2300Handler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\Ravemp2300Handler\EventHandlers\DeviceArrival","Ravemp2300Arrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\Ravemp2300Arrival","MSWMDMHandler",,""

;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; D-Link DMP-110
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_090A&PID_1042","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_090A&PID_1042","Label",,"D-Link DMP-110 Player"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_090A&PID_1042","DeviceHandlers",,"DLinkDMP110Handler"
;
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\DLinkDMP110Handler\EventHandlers\DeviceArrival","DLinkDMP110Arrival",,""
;
; EventHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\DLinkDMP110Arrival","MSWMDMHandler",,""





[Strings]
ExceptionClassDesc = "Windows Media Files"
SourceFileDesc = "Windows Media Files"
;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
Msft = "Microsoft"
STR_TRANSFER = "將媒體文件同步到此設備"

PROD_VER=10
========================================

WMFSDK10.inf


[Version]
signature = "$Windows NT$"
Class = %ExceptionClassDesc%
Provider = %Msft%
CatalogFile = wmfsdk10.cat
ComponentId = {aac1d942-0b38-4e37-9e4e-5b96a9dd2170} ; GUID assigned to wmfsdk comp
DriverVer= 01/28/2005,10.0.0.3802

[DefaultInstall]
RequiredEngine = Setupapi
CopyFiles = wm.copy,wm.copy.cache
CopyINF = inf.copy
Registerdlls = regwmp.dlls
AddReg = Reg.Codecs,WMP.ARP
DelReg = DelReg.Uninst
RunPostSetupCommands = RunPost

[DefaultUninstall]
RequiredEngine = Setupapi
DelFiles = wm.uninst,inf.copy,wm.copy.cache
UnRegisterdlls = regwmp.dlls
DelReg = WMP.ARP.Del
AddReg = DelReg.Uninst
RunPostSetupCommands = RunPost
Registerdlls = regwmp.dlls

[RegSection]
Registerdlls = regwmp.dlls

[DestinationDirs]
DefaultDestDir=11
wm.copy=11
wm.copy.uninst=11
inf.copy=17
Del.OldCodecs=11
wm.copy.cache=11,Dllcache

[SourceDisksNames]
4659 = %SourceFileDesc%,,0

[SourceDisksFiles]
laprxy.dll=4659
wmidx.dll=4659
wmasf.dll=4659
wmfsdk%PROD_VER%.inf=4659
wmadmoe.dll=4659
wmsdmoe2.dll=4659
wmspdmoe.dll=4659
wmvdmoe2.dll=4659
WMVADVE.DLL=4659
qasf.dll=4659
logagent.exe=4659
wmnetmgr.dll=4659
wmvcore.dll=4659



WMDRMNet.dll=4659
WMDRMdev.dll=4659

[wm.copy]
wmasf.dll,,,97
wmidx.dll,,,97
laprxy.dll,,,97
qasf.dll,,,97



logagent.exe,,,97
wmnetmgr.dll,,,97
wmvcore.dll,,,97


wmadmoe.dll,,,97
wmsdmoe2.dll,,,97
wmspdmoe.dll,,,97
wmvdmoe2.dll,,,97
WMVADVE.DLL,,,97
WMDRMNet.dll,,,97
WMDRMdev.dll,,,97

[wm.copy.uninst]
wmasf.dll,,,1
wmidx.dll,,,1
laprxy.dll,,,1
qasf.dll,,,1
wmadmoe.dll,,,1
wmsdmoe2.dll,,,1
wmspdmoe.dll,,,1
wmvdmoe2.dll,,,1
WMVADVE.DLL,,,1
logagent.exe,,,1
wmnetmgr.dll,,,1
wmvcore.dll,,,1
WMDRMNet.dll,,,1
WMDRMdev.dll,,,1

[inf.copy]
wmfsdk%PROD_VER%.inf

[regwmp.dlls]
11,,laprxy.dll,1
11,,wmadmoe.dll,1
11,,wmsdmoe2.dll,1
11,,wmspdmoe.dll,1
11,,wmvdmoe2.dll,1
11,,qasf.dll,1
11,,WMVADVE.DLL,1
11,,wmnetmgr.dll,1
11,,wmvcore.dll,1
11,,WMDRMNet.dll,1
11,,WMDRMDev.dll,1

[DelReg.Uninst]
HKCR, "Software\Microsoft\Multimedia\Components\Installed\playback_wmfsdk\Uninstall"

[Reg.Codecs]
HKCR, "Windows Media\%REGKEY_WMSDK%\AudioEncode", "10",,""
HKCR, "Windows Media\%REGKEY_WMSDK%\AudioEncode", "304",,""
HKCR, "Windows Media\%REGKEY_WMSDK%\AudioEncode", "353",,""
HKCR, "Windows Media\%REGKEY_WMSDK%\AudioEncode", "354",,""
HKCR, "Windows Media\%REGKEY_WMSDK%\AudioEncode", "355",,""

HKCR, "Windows Media\%REGKEY_WMSDK%\VideoEncode", "MSS1",,""
HKCR, "Windows Media\%REGKEY_WMSDK%\VideoEncode", "MSS2",,""

HKCR, "Windows Media\%REGKEY_WMSDK%\VideoEncode", "MP4S",,""

HKCR, "Windows Media\%REGKEY_WMSDK%\VideoEncode", "WMV1",,""
HKCR, "Windows Media\%REGKEY_WMSDK%\VideoEncode", "WMV2",,""
HKCR, "Windows Media\%REGKEY_WMSDK%\VideoEncode", "WMV3",,""

HKCR, "Windows Media\%REGKEY_WMSDK%\VideoEncode", "WMVP",,""
HKCR, "Windows Media\%REGKEY_WMSDK%\VideoEncode", "WMVA",,""
HKCR, "Windows Media\%REGKEY_WMSDK%\VideoEncode", "WMVB",,""

HKCR, "Windows Media\%REGKEY_WMSDK%\VideoEncode", "WVP2",,""

[WMP.ARP]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Format Runtime","DisplayName",,"%ARP_NAME%"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Format Runtime","UninstallString",,"""%16422%\%MP2_FOLDER%\wmsetsdk.exe"" /UninstallAll"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Format Runtime", "DisplayIcon",,%16422%\%MP2_FOLDER%\wmplayer.exe
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Format Runtime", "ParentKeyName",,"OperatingSystem"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Format Runtime", "ParentDisplayName",,"Windows Updates"


[WMP.ARP.Del]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Format Runtime"

[RunPost]
"""%11%\logagent.exe""" /RegServer

[Strings]
KEY_NETSHOW = "Software\Microsoft\NetShow\Player"
REGKEY_WMSDK="WMSDK"
KEY_DMO1 = "DirectShow\MediaObjects\82d353df-90bd-4382-8bc2-3f6192b76e34\InputTypes"
KEY_DMO="DirectShow\MediaObjects\Categories\4a69b442-28be-4991-969c-b500adf5d8a8\InputTypes"
ExceptionClassDesc = "Windows Media Files"
SourceFileDesc = "Windows Media Files"
;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
Msft = "Microsoft"
MP2_FOLDER = "Windows Media Player"




ARP_NAME = "Windows Media Format Runtime"


PROD_VER=10
==============================
psac 目前離線  
送花文章: 3, 收花文章: 1631 篇, 收花: 3205 次
舊 2005-02-17, 01:06 AM   #2 (permalink)
榮譽會員
 
psac 的頭像
榮譽勳章
UID - 3662
在線等級: 級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時
註冊日期: 2002-12-07
住址: 木柵市立動物園
文章: 17381
現金: 5253 金幣
資產: 33853 金幣
預設

WMP10.0.0.3802_Win2003.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Setup\Installed Versions]
"wmp.dll"=hex:00,00,0a,00,da,0e,00,00
"wmploc.dll"=hex:00,00,0a,00,da,0e,00,00
"wmplayer.exe"=hex:00,00,0a,00,da,0e,00,00

===============================

WMP10.inf


[Version]
signature = "$Windows NT$"
Class = %ExceptionClassDesc%
Provider = %Msft%
CatalogFile = wmp10.cat
ComponentId = {dd90d410-1823-43eb-9a16-a2331bf08799} ; GUID assigned to MP core comp
DriverVer= 01/28/2005,10.0.0.3802

[DefaultInstall]
RequiredEngine = Setupapi
CopyFiles = wm.copy,wm.player.copy,V9Copy.Core, V9Copy.Help, V9Copy.INF.NT
CopyINF = inf.copy
Registerdlls = regwmp.dlls
DelReg = V9Reg.Reset,WMPPUI.CleanUp,V9.Filetype.Reset
AddReg = V9Reg.Core,V9Reg.Core.AddOnly, V9Reg.Univ,WMP.ARP, V9.RegPUI, WMPAddReg.PUI,WMPAddReg.OSPUI,V9Reg.XP, WMP.SPAD, WMP.Reg.IEHard, Reg.WMDMHandler, Fraunhofer.Reg
DelFiles = V9Copy.Del.XP
RunPreSetupCommands = HelperUtility.RunPreEverything
RunPostSetupCommands = HelperUtility.Install

[DefaultUninstall]
RequiredEngine = Setupapi
DelFiles = wm.uninst,wm.player.uninst,inf.copy,V9Copy.Core, V9Copy.Help, V9Copy.INF.NT.uninst
UnRegisterdlls = regwmp.dlls
AddReg = V9Reg.Reset,WMP.MediaLib
DelReg = V9Reg.Core, V9.RegPUI, WMPAddReg.PUI,WMPAddReg.OSPUI,V9Reg.XP,WMP.ARP.Del, WMP.Srv.Del, WMP.Reg.IEHard, Reg.WMDMHandler, Reg.Playlist.Del, Fraunhofer.Reg
CopyFiles = V9Copy.Del.XP
Registerdlls = reg.dlls
RunPreSetupCommands = HelperUtility.PreUninstall
RunPostSetupCommands = HelperUtility.Uninstall

[RegSection]
Registerdlls = regwmp.dlls


[DestinationDirs]
DefaultDestDir=11
wm.copy=11
wm.player.copy=16422,%MP2_FOLDER%
wm.uninst=11
wm.player.uninst=16422,%MP2_FOLDER%
V9Copy.Core = 16422,%MP2_FOLDER%
V9Copy.Del.XP = 16422,%MP2_FOLDER%
V9Copy.INF.NT =17
V9Copy.INF.NT.uninst =17
inf.copy=17
V9Copy.Help =18

[SourceDisksNames]
5655 = %SourceFileDesc%,,0

[SourceDisksFiles]
wmp.dll = 5655
wmplayer.exe = 5655
wmlaunch.exe = 5655
asferror.dll = 5655
wmpdxm.dll = 5655
custsat.dll = 5655
wmpasf.dll = 5655
wmpshell.dll = 5655
mpvis.dll = 5655
wmploc.dll = 5655
migrate.exe = 5655
%LOCALIZATION_DLL_NAME% = 5655
unregmp2.exe = 5655
wmpband.dll = 5655
wmp10.chm = 5655
wmperr10.chm = 5655
wmplayer.adm = 5655
eula.txt = 5655
wmpenc.exe = 5655
wmpencen.dll = 5655
wmpsrcwp.dll = 5655
Audiodev.dll = 5655
wmp%PROD_VER%.inf = 5655
l3codecp.acm=5655

[wm.copy]
wmp.dll,,,97
asferror.dll,,,97
wmpdxm.dll,,,97
wmpasf.dll,,,97
wmpshell.dll,,,97
wmploc.dll,,,97
%LOCALIZATION_DLL_NAME%,,,97
wmpencen.dll,,,97
wmpsrcwp.dll,,,97
Audiodev.dll,,,97
l3codecp.acm,,,97

[wm.player.copy]
wmplayer.exe,,,97
wmlaunch.exe,,,97
custsat.dll,,,97
mpvis.dll,,,97
migrate.exe,,,97
wmpband.dll,,,97
wmpenc.exe,,,97


[wm.uninst]
wmp.dll,,,1
asferror.dll,,,1
wmpdxm.dll,,,1
wmpasf.dll,,,1
wmpshell.dll,,,1
wmploc.dll,,,1
%LOCALIZATION_DLL_NAME%,,,1
wmpencen.dll,,,1
wmpsrcwp.dll,,,1
Audiodev.dll,,,1
l3codecp.acm,,,1

[wm.player.uninst]
wmplayer.exe,,,1
wmlaunch.exe,,,1
custsat.dll,,,1
mpvis.dll,,,1
migrate.exe,,,1
wmpband.dll,,,1
wmpenc.exe,,,1


[V9Copy.INF.NT.uninst]
wmplayer.adm
unregmp2.exe,,,1

[V9Copy.Core]
eula.txt

[inf.copy]
wmp%PROD_VER%.inf

[V9Copy.INF.NT]
wmplayer.adm
unregmp2.exe,,,97


[V9Copy.Del.XP]
wmdband.dll,,,1


[V9Copy.Help]
wmp10.chm,,,4
wmperr10.chm,,,4

[regwmp.dlls]
11,,msdxm.ocx,1
11,,wmp.dll,1
11,,wmpshell.dll,1
11,,wmpdxm.dll,1
11,,wmpasf.dll,1
11,,wmpencen.dll,1
11,,wmpsrcwp.dll,1
11,,Audiodev.dll,1
16422,%MP2_FOLDER%,mpvis.dll,1
16422,%MP2_FOLDER%,wmpband.dll,1
11,,l3codecp.acm,1

[reg.dlls]
11,,msdxm.ocx,1
11,,wmpcore.dll,1
11,,wmpshell.dll,1
11,,wmpui.dll,1
11,,wmp.ocx,1

[WMP.MediaLib]
HKCU,"software\microsoft\mediaplayer\preferences","LibraryHasBeenRun",0x00010001,0

[HelperUtility.Install]
%16422%\%MP2_FOLDER%\WMPEnc.exe /RegServer
%17%\unregmp2.exe /Shortcuts /RegExts


[HelperUtility.PreUninstall]
%16422%\%MP2_FOLDER%\WMPEnc.exe /UnregServer

[HelperUtility.Uninstall]
%17%\unregmp2.exe /Shortcuts /RegExts

[HelperUtility.RunPreEverything]
unregmp2.exe /PreInstall
unregmp2.exe /RegUniv
migrate.exe /s


[Fraunhofer.Reg]
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"



[Reg.Playlist.Del]
HKLM,"%KEY_WMP%\Setup", "PlaylistsVersion"
HKLM,"%KEY_WMP%\Player\Extensions\Types","8",,"%TYPE_PICTURE%"
HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","8",,"%FILE_PICTURE% (%TYPE_PICTURE%)"
HKLM,"%KEY_WMP%\Player\Extensions\MUIDescriptions","8",,"@%17%\unregmp2.exe,-10005"

HKLM,"%KEY_WMP%\Player\Extensions\Types","9"
HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","9"
HKLM,"%KEY_WMP%\Player\Extensions\MUIDescriptions","9"

[V9.RegPUI]
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%",,,"%NEW_INSTALLNAME%"
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","ComponentID",,"%NEW_INSTALLNAME%"
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","DontAsk",0x00010001,2
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","Locale",,"%LANGUAGE%"
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","StubPath",,"rundll32.exe advpack.dll,LaunchINFSection %17%\wmp10.inf,PerUserStub"
HKLM,"%KEY_ACTIVESETUP%\%WMP_GUID%","IsInstalled",0x00010001,1

HKLM,"%KEY_ACTIVESETUP%\%DSHOW_GUID%","DontAsk",0x00010001,2
HKLM,"%KEY_ACTIVESETUP%\%DSHOW_GUID%","Locale",,"%LANGUAGE%"

HKLM,"%KEY_ACTIVESETUP%\%DSHOW_GUID%","StubPath"
HKLM,"%KEY_ACTIVESETUP%\%DSHOW_GUID%","IsInstalled",0x00010001,1


[WMP.ARP]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Player","DisplayName",,"%ARP_MP2%"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Player","UninstallString",,"""%16422%\%MP2_FOLDER%\Setup_wm.exe"" /Uninstall"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Player", "DisplayIcon",,%16422%\%MP2_FOLDER%\wmplayer.exe
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Player", "ParentKeyName",,"OperatingSystem"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Player", "ParentDisplayName",,"Windows Updates"
HKCR, "Software\Microsoft\WindowsMedia\Setup\BlockingRefCounts\App", "WindowsMediaPlayer",, "%ARP_MP2%"

[WMP.ARP.Del]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows Media Player"
HKCR, "Software\Microsoft\WindowsMedia\Setup\BlockingRefCounts\App", "WindowsMediaPlayer"

[WMP.SPAD]
HKLM,"Software\Clients\Media",,,"Windows Media Player"
HKLM,"Software\Clients\Media\Windows Media Player",,,"%WMP_NAME%"
HKLM,"Software\Clients\Media\Windows Media Player\InstallName","OCName",,"WMPOCM"
HKLM,"Software\Clients\Media\Windows Media Player\InstallInfo","HideIconsCommand",,"%17%\unregmp2.exe /HideWMP /SetShowState"
HKLM,"Software\Clients\Media\Windows Media Player\InstallInfo","ShowIconsCommand",,"%17%\unregmp2.exe /ShowWMP /SetShowState"
HKLM,"Software\Clients\Media\Windows Media Player\InstallInfo","ReinstallCommand",,"%17%\unregmp2.exe /SetWMPAsDefault"
HKLM,"Software\Clients\Media\Windows Media Player\shell\open\command",,,"%16422%\%MP2_FOLDER%\wmplayer.exe"


[V9Reg.Univ]

HKCR, WMP.Device,,,%WMP_DEVICE_AUTOPLAY%
HKCR, WMP.Device\CLSID,,,"{94E03510-31B9-47a0-A44E-E932AC86BB17}"

HKCR, WMP.Device\CurVer,,,"WMP.Device.1"
HKCR, WMP.Device.1,,,%WMP_DEVICE_AUTOPLAY%

HKCR, WMP.Device.1\CLSID,,,"{94E03510-31B9-47a0-A44E-E932AC86BB17}"
HKCR, CLSID\{94E03510-31B9-47a0-A44E-E932AC86BB17},,,%WMP_DEVICE_AUTOPLAY%
HKCR, CLSID\{94E03510-31B9-47a0-A44E-E932AC86BB17},"AppID",,"{ED6BB178-B06A-47ad-98B3-6066E0CF0147}"

HKCR, CLSID\{94E03510-31B9-47a0-A44E-E932AC86BB17}\LocalServer32,,,""""%16422%\%MP2_FOLDER%\wmlaunch.exe""""
HKCR, CLSID\{94E03510-31B9-47a0-A44E-E932AC86BB17}\ProgID,,,"WMP.Device.1"
HKCR, CLSID\{94E03510-31B9-47a0-A44E-E932AC86BB17}\VersionIndependentProgID,,,"WMP.Device"

HKCR, AppID\{ED6BB178-B06A-47ad-98B3-6066E0CF0147},,,"Windows Media Player Launch"
HKCR, AppID\{ED6BB178-B06A-47ad-98B3-6066E0CF0147},"RunAs",,"Interactive User"


HKLM,%KEY_DXMEDIA%,".Prog",,"""%16422%\%MP2_FOLDER%\wmplayer.exe"""
HKLM,%KEY_DXMEDIA%,"OCX.ocx",,"""%16422%\%MP2_FOLDER%\wmplayer.exe"""
HKLM,"%KEY_WMP%","Installation Directory","","%16422%\%MP2_FOLDER%"
HKLM,"%KEY_WMP%","Installation DirectoryLFN","","%16422%\%MP2_FOLDER%"

HKLM,"%KEY_OLDFILETYPEDB%","Player.Path",, "%16422%\%MP2_FOLDER%\mplayer2.exe"

HKLM,"%KEY_OLDFILETYPEDB%","Player.Name",, "mplayer2.exe"
HKLM,"%KEY_OLDFILETYPEDB%","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",, "%16422%\%MP2_FOLDER%\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","FriendlyAppName",,"%WMP_NAME%"
HKCR, "Applications\wmplayer.exe\shell",,, "open"
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}"

; let autoplay know we like this event
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayCDAudioOnArrival",MSPlayCDAudioOnArrival,,""
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayCDAudioOnArrival",MSRipCDAudioOnArrival,,""
; then setup the AutoPlay handler entry to point to our progids
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%\Handlers\MSRipCDAudioOnArrival","Action",,"@wmploc.dll,-6506"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSRipCDAudioOnArrival","Provider",,"@wmploc.dll,-6502"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSRipCDAudioOnArrival","InvokeProgID",,"WMP.RipCD"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSRipCDAudioOnArrival","InvokeVerb",,"Rip"

; let autoplay know we like this event
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayDVDMovieOnArrival",MSPlayDVDMovieOnArrival,,""
; then setup the AutoPlay handler entry to point to our progid
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\PlayMusicFilesOnArrival, "MSOpenFolder",,""

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"

HKLM, %PATH_AUTOPLAY%\Handlers\MSWMPBurnCDOnArrival, "Action",,"@wmploc.dll,-6505"
HKLM, %PATH_AUTOPLAY%\Handlers\MSWMPBurnCDOnArrival, "Provider",,"@wmploc.dll,-6502"
HKLM, %PATH_AUTOPLAY%\Handlers\MSWMPBurnCDOnArrival, "InvokeProgid",,"WMP.BurnCD"
HKLM, %PATH_AUTOPLAY%\Handlers\MSWMPBurnCDOnArrival, "InvokeVerb",,"Burn"

HKCR, WMP.BurnCD\Shell\Burn, ,,"%TEXT_BURN%"
HKCR, WMP.BurnCD\Shell\Burn, MUIVerb,,"@wmploc.dll,-6502"
HKCR, WMP.RipCD\Shell\Rip, ,,"%TEXT_RIP%"
HKCR, WMP.RipCD\Shell\Rip, MUIVerb,,"@wmploc.dll,-6506"

HKCR, WMP.AudioCD\Shell\Play,,,"%PLAYTEXT%"
HKCR, WMP.AudioCD\Shell\Play, MUIVerb,,"@wmploc.dll,-6503"

HKCR, WMP.PlayCD\Shell\Play,,,"%PLAYTEXT%"
HKCR, WMP.PlayCD\Shell\Play, MUIVerb,,"@wmploc.dll,-6503"

HKCR, WMP.PlayMedia\Shell\Play,,,"%PLAYTEXT%"
HKCR, WMP.PlayMedia\Shell\Play, MUIVerb,,"@wmploc.dll,-1800"

HKCR, WMP.DVD\Shell\Play,,,"%PLAYTEXT%"
HKCR, WMP.DVD\Shell\Play, MUIVerb,,"@wmploc.dll,-6504"

HKCR, "Applications\wmplayer.exe\DefaultIcon",,, "%16422%\%MP2_FOLDER%\wmplayer.exe,-120"
HKCR, "Applications\wmplayer.exe\shell\open\command",,, "%16422%\%MP2_FOLDER%\wmplayer.exe /Open ""%L"""
HKCR, "Applications\wmplayer.exe\shell\play\command",,, "%16422%\%MP2_FOLDER%\wmplayer.exe /Play ""%L"""
HKCR, "SystemFileAssociations\audio\DefaultIcon",,, "%16422%\%MP2_FOLDER%\wmplayer.exe,-120"
HKCR, "SystemFileAssociations\video\DefaultIcon",,, "%16422%\%MP2_FOLDER%\wmplayer.exe,-120"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayCDAudioOnArrival","DefaultIcon",,"%16422%\%MP2_FOLDER%\wmplayer.exe,0"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSRipCDAudioOnArrival","DefaultIcon",,"%16422%\%MP2_FOLDER%\wmplayer.exe,0"
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPlayDVDMovieOnArrival","DefaultIcon",,"%16422%\%MP2_FOLDER%\wmplayer.exe,0"
HKLM, %PATH_AUTOPLAY%\Handlers\MSPlayMediaOnArrival, "DefaultIcon",,"%16422%\%MP2_FOLDER%\wmplayer.exe,0"
HKLM, %PATH_AUTOPLAY%\Handlers\MSWMPBurnCDOnArrival, "DefaultIcon",,"%16422%\%MP2_FOLDER%\wmplayer.exe,0"
HKCR, WMP.BurnCD\Shell\Burn\Command, ,,"""%16422%\%MP2_FOLDER%\wmplayer.exe"" /prefetch:3 /Task:CDWrite /Device:""%L"""
HKCR, WMP.RipCD\Shell\Rip\Command, ,,"""%16422%\%MP2_FOLDER%\wmplayer.exe"" /prefetch:3 /RipAudioCD ""%L"""

HKLM,"%KEY_WIN_CURVER%\App Paths\wmplayer.exe",,,"%16422%\%MP2_FOLDER%\wmplayer.exe"
HKLM,"%KEY_WIN_CURVER%\App Paths\wmplayer.exe","Path",,"%16422%\%MP2_FOLDER%"

HKLM, "%KEY_WMP%","SkinsDir",,"%16422%\%MP2_FOLDER%\Skins"

[V9Reg.Core.AddOnly]

HKLM,"%KEY_WMP%\Player\Extensions\Types","1",,"%TYPE_AUDIO%"
HKLM,"%KEY_WMP%\Player\Extensions\Types","2",,"%TYPE_MIDI%"
HKLM,"%KEY_WMP%\Player\Extensions\Types","3",,"%TYPE_MPEG%"
HKLM,"%KEY_WMP%\Player\Extensions\Types","4",,"%TYPE_PLAYLIST%"
HKLM,"%KEY_WMP%\Player\Extensions\Types","5",,"%TYPE_NETSHOW%"
HKLM,"%KEY_WMP%\Player\Extensions\Types","7",,"%TYPE_VIDEO%"
HKLM,"%KEY_WMP%\Player\Extensions\Types","8",,"%TYPE_PICTURE%"


HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","1",,"%FILE_AUDIO% (%TYPE_AUDIO%)"
HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","2",,"%FILE_MIDI% (%TYPE_MIDI%)"
HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","3",,"%FILE_MPEG% (%TYPE_MPEG%)"
HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","4",,"%FILE_PLAYLIST% (%TYPE_PLAYLIST%)"
HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","5",,"%FILE_NETSHOW% (%TYPE_NETSHOW%)"
HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","7",,"%FILE_VIDEO% (%TYPE_VIDEO%)"
HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","8",,"%FILE_PICTURE% (%TYPE_PICTURE%)"


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",,"@%17%\unregmp2.exe,-9922"
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,-10005"

HKLM, %KEY_WMPEXT%\.aif, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.aifc, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.aiff, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.asf, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.asx, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.au, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.avi, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.bmp, "Permissions", 0x00010001, 0x00000001
HKLM, %KEY_WMPEXT%\.cda, "Permissions", 0x00010001, 0x00000001
HKLM, %KEY_WMPEXT%\.dat, "Permissions", 0x00010001, 0x00000001
HKLM, %KEY_WMPEXT%\.gif, "Permissions", 0x00010001, 0x00000001
HKLM, %KEY_WMPEXT%\.jfif, "Permissions", 0x00010001, 0x00000001
HKLM, %KEY_WMPEXT%\.jpe, "Permissions", 0x00010001, 0x00000001
HKLM, %KEY_WMPEXT%\.jpeg, "Permissions", 0x00010001, 0x00000001
HKLM, %KEY_WMPEXT%\.jpg, "Permissions", 0x00010001, 0x00000001
HKLM, %KEY_WMPEXT%\.m1v, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.m3u, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.mid, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.midi, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.mp2, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.mp2v, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.mp3, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.mpa, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.mpe, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.mpeg, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.mpg, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.mpv2, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.nsc, "Permissions", 0x00010001, 0x00000001
HKLM, %KEY_WMPEXT%\.png, "Permissions", 0x00010001, 0x00000001
HKLM, %KEY_WMPEXT%\.rmi, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.snd, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.swf, "Permissions", 0x00010001, 0x00000001
HKLM, %KEY_WMPEXT%\.wav, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.wax, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.wm, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.wma, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.wmv, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.wmx, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.wpl, "Permissions", 0x00010001, 0x0000000f
HKLM, %KEY_WMPEXT%\.wvx, "Permissions", 0x00010001, 0x0000000f


[V9Reg.Core]
HKCR, "Applications\msdxm.ocx","NoOpenWith"

HKLM,"%KEY_WMP%\Setup","FavoritesURLs",,"no"

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, "%KEY_WMP%\PlayerUpgrade", "EnableAutoUpgrade",2, "no"

HKLM, "%KEY_WMPSCHEME%\vnd.ms.wmhtml", "Runtime",0x00010001,0x00000001


HKLM, "%KEY_WMP%","MetadataTemplatesDir",,"%16422%\%MP2_FOLDER%\Templates"
HKLM, "%KEY_WMP%","VisualizationsDir",,"%16422%\%MP2_FOLDER%\Visualizations"
HKCU,Software\Microsoft\Keyboard\Native Media Players\WMP,ExePath,,"%16422%\%MP2_FOLDER%\wmplayer.exe"


[V9.Filetype.Reset]

HKLM,"%KEY_WMP%\Player\Extensions\Types","6"
HKLM,"%KEY_WMP%\Player\Extensions\MUIDescriptions","6"
HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","6"

HKLM,"%KEY_WMP%\Player\Extensions\Types","8"
HKLM,"%KEY_WMP%\Player\Extensions\MUIDescriptions","8"
HKLM,"%KEY_WMP%\Player\Extensions\Descriptions","8"

[V9Reg.Reset]
HKCR,Software\Microsoft\Multimedia\Components\Installed\playback_WMP\Uninstall
HKLM,"%KEY_WMP%\Setup","IEGroupShortcut"
HKLM,"%KEY_WMP%\Setup","DesktopShortcut"

HKLM, "%KEY_WMP%\9.0\Registration,"UDBVer"
HKLM, "%KEY_WMP%\PlayerUpgrade","UpgradeURL"
HKLM, "%KEY_WMP%\PlayerUpgrade","UpgradeServer"
HKLM, "%KEY_WMP%\PlayerUpgrade","UpgradeTimeStamp"
HKLM, "%KEY_WMP%\PlayerUpgrade","UpgradeVersion"

HKCR, ".cda", "PerceivedType"

HKCR, wmpbd

HKLM,"Software\Microsoft\Multimedia\MPlayer2\Extensions\.pls"
HKLM,"Software\Microsoft\Multimedia\WMPlayer\Extensions\.pls"


HKCR,.ivf,"PerceivedType"
HKCR,.ivf\OpenWithList\wmplayer.exe
HKCR,IVFFile,FriendlyTypeName
HKCR,IVFfile\shellex\ContextMenuHandlers\WMPAddToPlaylist
HKCR,IVFfile\shellex\ContextMenuHandlers\WMPPlayAsPlaylist
HKCR,applications\wmplayer.exe\SupportedTypes,".ivf"
HKCR,WMTContent
HKCR,WMTMedia


HKLM,"%KEY_WMPEXT%\.aif","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.aifc","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.aiff","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.asf","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.asx","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.au","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.avi","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.cda","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.dvr-ms","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.ivf","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.m1v","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.m3u","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.mid","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.midi","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.mp2","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.mp2v","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.mp3","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.mpa","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.mpe","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.mpeg","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.mpg","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.mpv2","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.rmi","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.snd","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.wav","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.wax","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.wm","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.wma","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.wmd","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.wmp","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.wms","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.wmv","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.wmx","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.wmz","%TEXT_UAO%"
HKLM,"%KEY_WMPEXT%\.wvx","%TEXT_UAO%"

HKLM,"%KEY_WMPMIME%\application/x-mplayer2","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\application/x-ms-wmd","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\application/x-ms-wms","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\application/x-ms-wmz","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/aiff","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/basic","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/mid","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/midi","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/mp3","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/mpeg","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/mpegurl","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/mpg","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/wav","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/x-aiff","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/x-mid","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/x-midi","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/x-mp3","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/x-mpeg","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/x-mpegurl","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/x-mpg","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/x-ms-wax","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/x-ms-wma","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\audio/x-wav","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\midi/mid","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\unknown","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/avi","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/mpeg","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/mpg","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/msvideo","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/x-ivf","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/x-mpeg","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/x-mpeg2a","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/x-ms-asf","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/x-ms-asf-plugin","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/x-msvideo","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/x-ms-wm","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/x-ms-wmp","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/x-ms-wmv","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/x-ms-wmx","%TEXT_UAO%"
HKLM,"%KEY_WMPMIME%\video/x-ms-wvx","%TEXT_UAO%"

HKLM, "%KEY_WIN_CURVER%\Run", "WMC_AutoUpdate"

HKLM,"%KEY_WMP%\Control\Advanced Options\Streaming Media (NetShow)"
HKLM,"%KEY_WMP%\Control\Advanced Options\Windows Media"

HKCR, CLSID\{22D6F312-B0F6-11D0-94AB-0080C74C7E95}\Control
HKCR, CLSID\{22D6F312-B0F6-11D0-94AB-0080C74C7E95}\Insertable
HKCR, MediaPlayer.MediaPlayer.1\Insertable

HKCR, CLSID\{2179C5D3-EBFF-11CF-B6FD-00AA00B4E220}\Control
HKCR, CLSID\{2179C5D3-EBFF-11CF-B6FD-00AA00B4E220}\Insertable

HKCR, CLSID\{05589FA1-C356-11CE-BF01-00AA0055595A}\Control
HKCR, CLSID\{05589FA1-C356-11CE-BF01-00AA0055595A}\Insertable

HKLM, %PATH_AUTOPLAY%\ContentTypeHandlers\MusicFilesContentHandler\EventHandlers\MediaArrival, "PlayMusicFilesOnArrival"

HKLM, %PATH_AUTOPLAY%\ContentTypeHandlers\VideoFilesContentHandler\EventHandlers\MediaArrival, "PlayVideoFilesOnArrival"

HKLM, %PATH_AUTOPLAY%\Handlers\MSPlayMusicFilesOnArrival
HKLM, %PATH_AUTOPLAY%\Handlers\MSPlayVideoFilesOnArrival

HKCR, "AppID\WMPStub.exe"
HKCR, "AppID\{7167298A-5579-43C7-A1F7-61D2533938B4}"
HKCR, "CLSID\{9B186A8F-F520-4eeb-B553-118304AC46C5}"
HKCR, "TypeLib\{4B288991-E57A-4400-B6A2-89CE10F9F520}"

[WMPPUI.CleanUp]
HKCU,Software\Microsoft\Keyboard\NativeMediaPlayers\WMP
HKCU,Software\Microsoft\MediaPlayer\Setup\UserOptions,DesktopShortcut
HKCU,Software\Microsoft\MediaPlayer\Setup\UserOptions,QuickLaunchShortcut
HKCU, "Software\Microsoft\MediaPlayer\Setup", "UDBLocalPath"

[V9Reg.XP]
HKCR, "Applications\wmplayer.exe","FriendlyAppName",,"@wmploc.dll,-102"

[WMP.Srv.Del]
HKCU, "Software\Microsoft\MediaPlayer\Preferences", "DefaultSubscriptionService"
HKLM, "Software\Microsoft\MediaPlayer\Services

[WMPAddReg.PUI]
HKCU,Software\Microsoft\Keyboard\Native Media Players\WMP,AppName,,"%WMP_NAME%"
HKCU,Software\Microsoft\Keyboard\Native Media Players\WMP,ExePath,,"%16422%\%MP2_FOLDER%\wmplayer.exe"
HKCU, "Software\Microsoft\MediaPlayer\Preferences", "AcceptedPrivacyStatement",0x00010001,0
HKCU, "Software\Microsoft\MediaPlayer\Preferences", "UpgradeCheckFrequency", 1, 01,00,00,00
HKCU, "Software\Microsoft\MediaPlayer\Preferences", "StretchToFit",0x00010001,1

[WMPAddReg.OSPUI]
HKCU,"%KEY_ACTIVESETUP%\%WMP_GUID%","Locale",,"%LANGUAGE%"

[PerUserStub]
AddReg=WMPAddReg.PUI,WMPAddReg.OSPUI
DelReg=WMPPUI.CleanUp
RunPostSetupCommands=Run.PUI

[WMP.Reg.IEHard]
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WEBOC_POPUPMANAGEMENT", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ADDON_MANAGEMENT", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_VALIDATE_NAVIGATE_URL", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SAFE_BINDTOOBJECT", "WMPlayer.exe", 0x00010001, 1
HKLM, "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_UNC_SAVEDFILECHECK", "WMPlayer.exe", 0x00010001, 1

[Reg.WMDMHandler]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MSWMDMHandler","Action",,"@wmploc.dll,-29300"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MSWMDMHandler","Provider",,"@wmploc.dll,-6502"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MSWMDMHandler","DefaultIcon",0x00020000,"%ProgramFiles%\Windows Media Player\wmplayer.exe,0"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MSWMDMHandler","ProgID",,"WMP.Device"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MSWMDMHandler","CLSIDForCancel",,"{91778246-9BE4-4713-A651-E833B853CC30}"


[Run.PUI]
%17%\unregmp2.exe /Shortcuts /RegBrowsers

[Strings]
MP2_FOLDER = "Windows Media Player"
KEY_DXMEDIA = "Software\Microsoft\Multimedia\DirectXMedia"
KEY_NETSHOW = "Software\Microsoft\NetShow\Player"
KEY_OLDFILETYPEDB = "Software\Microsoft\Multimedia\MPlayer2"
KEY_FILETYPEDB = "Software\Microsoft\Multimedia\WMPlayer"
KEY_WMP = "SOFTWARE\Microsoft\MediaPlayer"
KEY_WIN_CURVER = "Software\Microsoft\Windows\CurrentVersion"
KEY_ACTIVESETUP = "SOFTWARE\Microsoft\Active Setup\Installed Components"

KEY_WMPEXT = "SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions"
KEY_WMPMIME = "SOFTWARE\Microsoft\Multimedia\WMPlayer\MIME Types"
KEY_WMPSCHEME = "SOFTWARE\Microsoft\Multimedia\WMPlayer\Schemes"
TEXT_UAO = "UserApprovedOwning"

PATH_AUTOPLAY = "Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers"

DSHOW_GUID = "{22d6f312-b0f6-11d0-94ab-0080c74c7e95}"

MPLAYER2_MIMETYPE = "video/x-ms-asf"


THIS_INF_NAME = "wmp.inf"

WMP_GUID= "{6BF52A52-394A-11d3-B153-00C04F79FAA6}"
NEW_INSTALLNAME= "Microsoft Windows Media Player"



MPLAYER2_INSTALLNAME = "MPlayer2"

TYPE_AUDIO = "*.wav;*.snd;*.au;*.aif;*.aifc;*.aiff;*.wma;*.mp3"
TYPE_MIDI = "*.mid;*.rmi;*.midi"
TYPE_MPEG = "*.mpeg;*.mpg;*.m1v;*.mp2;*.mpa;*.mpe;*.ifo;*.vob"
TYPE_NETSHOW = "*.asf;*.wm;*.wma;*.wmv;*.wmd"
TYPE_PLAYLIST = "*.asx;*.wax;*.m3u;*.wpl;*.wvx;*.wmx"

TYPE_VIDEO = "*.avi;*.wmv"
TYPE_PICTURE = "*.jpg;*.jpeg"

TYPE_CDA = "*.cda"

WMP_DEVICE_AUTOPLAY="Windows Media Player Device Autoplay"
ExceptionClassDesc = "Windows Media Files"
SourceFileDesc = "Windows Media Files"
;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
Msft = "Microsoft"

LANGUAGE="CN"
LCID="2052"

FILE_AUDIO ="音瀕文件"
FILE_MIDI ="MIDI 文件"
FILE_MPEG ="電影文件(MPEG)"
FILE_MP3 ="MP3 文件"
FILE_M3U="M3U 文件"
FILE_NETSHOW ="Windows Media 文件"

FILE_VIDEO ="視瀕文件"
FILE_PLAYLIST = "媒體播放列表"
FILE_CDA = "CD 音瀕曲目"
FILE_PICTURE ="圖片文件"


DESCRIPTION_AIFF = "AIFF 格式聲音"
DESCRIPTION_AU = "AU 格式聲音"
DESCRIPTION_VIDEO = "視瀕剪輯"
DESCRIPTION_AUDIO = "聲音剪輯"
DESCRIPTION_MOVIE = "電影剪輯"
DESCRIPTION_MIDI = "MIDI 序列"
DESCRIPTION_WAVE = "波形聲音"


PROGRAMFILES = "Program Files"


MPLAYER2_HELPSHORTCUT_DISPLAYNAME = "NetShow Player 說明 "
MPLAYER2_PLAYERSHORTCUT_DISPLAYNAME = "NetShow Player"

NETSHOW2_PROGRAMFOLDER="Microsoft NetShow"
NS_IE_PROGRAMFOLDER="Internet Explorer"

PROMPT_UNINSTALL_COMPLETE = "Microsoft Windows Media Player 還原完畢。"
CONFIRM_UNINSTALL="您將使 Microsoft Windows Media Player 9 系列回滾到 Windows 版本原有的的 Windows Media Player 原始版本。要繼續嗎?"
TITLE_UNINSTALL="Windows Media Player 9 系列"


WMP_NAME="Windows Media Player"
STR_TRANSFER = "傳送文件"

TEXT_BURN= "燒錄 CD"
TEXT_RIP = "從 CD 翻錄音樂"

OPENTEXT="開啟(&O)"
PLAYTEXT="播放(&P)"
CDDELUXE_NAME = "豪華 CD 播放機"
;Error Messages

DISKNAME="安裝 Microsoft Windows Media Player"
CABNAME="mswmp.cab"
LOCALIZATION_DLL_NAME = "wmerror.dll"




ARP_MP2 = "Windows Media Player 10"


PROD_VER=10
==============================================

WMSET10.inf

[Version]
signature = "$Windows NT$"
Class = %ExceptionClassDesc%
Provider = %Msft%
CatalogFile = wmset10.cat
ComponentId = {3fdf25ee-e592-4495-8391-6e9c504dac2b} ; GUID assigned to MP setup comp
DriverVer= 01/28/2005,10.0.0.3802

[DefaultInstall]
RequiredEngine = Setupapi
CopyFiles = wm.player.copy
CopyINF = inf.copy

[DefaultUninstall]
RequiredEngine = Setupapi
DelFiles = wm.player.uninst,inf.copy

[DestinationDirs]
DefaultDestDir=11
wm.player.copy=16422,%MP2_FOLDER%
inf.copy=17
wm.player.uninst=16422,%MP2_FOLDER%

[SourceDisksNames]
8233= %SourceFileDesc%,,0

[SourceDisksFiles]
setup_wm.exe = 8233
WMSET%PROD_VER%.inf = 8233

[wm.player.copy]
setup_wm.exe,,,97

[wm.player.uninst]
setup_wm.exe,,,1

[inf.copy]
WMSET%PROD_VER%.inf

[Strings]
Msft = "Microsoft"
ExceptionClassDesc = "Windows Media Files"
SourceFileDesc = "Windows Media Files"
;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
MP2_FOLDER = "Windows Media Player"
PROD_VER=10
==========================================
wmsetsdk.inf

[Version]
Signature="$Chicago$"
AdvancedINF=2.5, "You need a newer version of Advpack.dll."

[DefaultInstall]
RequiredEngine = Setupapi
CopyFiles = wm.player.copy, inf.copy

[Uninstall]
RequiredEngine = Setupapi
DelFiles = wm.player.uninst,inf.copy

[DestinationDirs]
DefaultDestDir=11
wm.player.copy=16422,%MP2_FOLDER%
inf.copy=17
wm.player.uninst=16422,%MP2_FOLDER%

[SourceDisksNames]
8233= %SourceFileDesc%,,0

[SourceDisksFiles]
wmsetsdk.exe = 8233
msoobci.dll = 8233
wmsetsdk.inf = 8233

[wm.player.copy]
wmsetsdk.exe,,,97
msoobci.dll,,,97

[wm.player.uninst]
wmsetsdk.exe,,,1


[inf.copy]
wmsetsdk.inf

[Strings]
Msft = "Microsoft"
;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
MP2_FOLDER = "Windows Media Player"
==========================================
psac 目前離線  
送花文章: 3, 收花文章: 1631 篇, 收花: 3205 次
舊 2005-02-17, 01:11 AM   #3 (permalink)
榮譽會員
 
psac 的頭像
榮譽勳章
UID - 3662
在線等級: 級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時級別:30 | 在線時長:1048小時 | 升級還需:37小時
註冊日期: 2002-12-07
住址: 木柵市立動物園
文章: 17381
現金: 5253 金幣
資產: 33853 金幣
預設

WPD10.inf

[Version]
signature = "$Windows NT$"
Class = %ExceptionClassDesc%
Provider = %Msft%
CatalogFile = wpd10.cat
ComponentId = {981fb688-e76b-4246-987b-92083185b90a} ; GUID assigned to WPD comp
DriverVer= 01/28/2005,10.0.0.3802

[DefaultInstall]
RequiredEngine=setupapi
CopyFiles = WPD.System, WPD.Drv, CopyINF
Registerdlls = WMWPD.Register
AddReg = Reg.WPD, Reg.UMWDF, Reg.AddHandler
CreateServices = CreateServiceSection
DELETESERVICES = DeleteServiceSection

[DefaultUninstall]
RequiredEngine = setupapi
DelFiles = WPD.System.uninst,WPD.Drv.uninst, CopyINF
UnRegisterdlls = WMWPD.Register
DelReg = Reg.WPD, Reg.UMWDF
DELETESERVICES = DeleteServiceSection

[DestinationDirs]
WPD.System=11
WPD.Drv=12
CopyINF=17
WPD.System.uninst=11
WPD.Drv.uninst=11

[RegSection]
Registerdlls = WMWPD.Register

[SourceDisksNames]
4699 = "Windows Media Portable Devices Support Install",,0

[SourceDisksFiles]
uwdf.exe = 4699
wdfapi.dll = 4699
wdfmgr.exe = 4699
wpd_ci.dll = 4699
wpdconns.dll = 4699
wpdmtp.inf = 4699
wpdmtp.dll = 4699
wpdmtpdr.dll = 4699
wpdmtpus.dll = 4699
wpdsp.dll = 4699
wpdtrace.dll = 4699
wpdusb.sys = 4699
wpd%PROD_VER%.inf = 4699


[WPD.System]
uwdf.exe,,,97
wdfapi.dll,,,97
wdfmgr.exe,,,97
wpd_ci.dll,,,97
wpdconns.dll,,,97
wpdmtp.dll,,,97
wpdmtpdr.dll,,,97
wpdmtpus.dll,,,97
wpdsp.dll,,,97
wpdtrace.dll,,,97

[WPD.System.uninst]
uwdf.exe,,,1
wdfapi.dll,,,1
wdfmgr.exe,,,1
wpd_ci.dll,,,1
wpdconns.dll,,,1
wpdmtp.dll,,,1
wpdmtpdr.dll,,,1
wpdmtpus.dll,,,1
wpdsp.dll,,,1
wpdtrace.dll,,,1

[WMWPD.Register]
11,,wpdconns.dll,1
11,,wpdsp.dll,1
11,,WpdMtp.dll,1
11,,WpdMtpUS.dll,1

[WPD.Drv]
wpdusb.sys,,,97

[WPD.Drv.uninst]
wpdusb.sys,,,1

[CopyINF]
wpd%PROD_VER%.inf
wpdmtp.inf

[Reg.UMWDF]
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Wdf",,,

[Reg.UMWDF.security]
"D:P(A;OICI;GA;;;SY)(A;OICI;GA;;;BA)(A;OICI;GR;;;LS)"

[Reg.WPD]
HKLM,"SYSTEM\CurrentControlSet\Services\UMWdf","Description",0x00000000,"%UWDF_DESCRIPTION%"
HKLM,"SYSTEM\CurrentControlSet\Services\UMWdf","DisplayName",0x00000000,"%UWDF_DISPLAYNAME%"
HKLM,"SYSTEM\CurrentControlSet\Services\UMWdf","DependOnService",0x00010000,"RpcSs"
HKLM,"SYSTEM\CurrentControlSet\Services\UMWdf","ErrorControl",0x00010001,1
HKLM,"SYSTEM\CurrentControlSet\Services\UMWdf","ImagePath",0x00020000,"%11%\wdfmgr.exe"
HKLM,"SYSTEM\CurrentControlSet\Services\UMWdf","ObjectName",0x00000000,"NT AUTHORITY\LocalService"
HKLM,"SYSTEM\CurrentControlSet\Services\UMWdf","Start",0x00010001,3
HKLM,"SYSTEM\CurrentControlSet\Services\UMWdf","Type",0x00010001,16

HKLM,SYSTEM\CurrentControlSet\Control\Class\{EEC5AD98-8080-425f-922A-DABF3DE3F69A},,,%WpdClassName%
HKLM,SYSTEM\CurrentControlSet\Control\Class\{EEC5AD98-8080-425f-922A-DABF3DE3F69A},Icon,,100
HKLM,SYSTEM\CurrentControlSet\Control\Class\{EEC5AD98-8080-425f-922A-DABF3DE3F69A},Installer32,,"wpd_ci.dll,WpdClassInstaller"
HKLM,SYSTEM\CurrentControlSet\Control\Class\{EEC5AD98-8080-425f-922A-DABF3DE3F69A},Class,,"WPD"

HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\MTPMediaPlayerArrival,"MSWMDMHandler",,""

[DeleteServiceSection]
"UMWdf"

[CreateServiceSection]
"UMWdf","Windows User Mode Driver Framework", %11%\wdfmgr.exe, 0x10,0x02, "RpcSs"

[HelperUtility.Install]
"%11%\rundll32.exe %11%\wpd_ci.dll,DoCmd remove rescan"

[Strings]
PACKAGE_NAME="WPD"
ExceptionClassDesc = "Windows Media Files"
SourceFileDesc = "Windows Media Files"
;;;;;;;--------------------------------------------
;-- Only localize strings below this line
;;;;;;--------------------------------------------
LANGUAGE="CN"
;Error Messages
UWDF_DISPLAYNAME="Windows User Mode Driver Framework"
UWDF_DESCRIPTION="啟用 Windows 用戶模式驅動程式。"
WpdClassName="Windows 便攜設備"
PROD_VER=10
==============================================

wpdmtp.inf



; Installation inf for devices supporting Media Transfer Protocol (MTP)
;
; Copyright (c) Microsoft Corporation.
;

[Version]
Signature="$WINDOWS NT$"
Class=WPD
Provider=%Msft%
LayoutFile=layout.inf
DriverVer=08/31/2004,5.2.0.0

[Manufacturer]
%MfgName%=Generic
%MfgNameVendorModels%=VendorModels

[Generic]
;
;Device is identified by Microsoft OS descriptor
;If your device does not support it, use specific VID & PID for identification
;
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP

[VendorModels]

;Creative PMC
%GenericMTP.DeviceDesc%=MTP, USB\VID_041E&PID_4123

;Samsung PMC
%GenericMTP.DeviceDesc%=MTP, USB\VID_04E8&PID_5A0F

;Intel Bandon PMC
%GenericMTP.DeviceDesc%=MTP, USB\VID_045E&PID_00C9

;iRiver PMC
%GenericMTP.DeviceDesc%=MTP, USB\VID_1006&PID_4002
%GenericMTP.DeviceDesc%=MTP, USB\VID_1006&PID_4003


;;******************************************************************************
;; The following are to be used in vendor specific "Includes" and "Needs" sections.
;; Specifically, the INF should contain:
;;
;; [DDInstall]
;; Include = wpdmtp.inf
;; Needs = WPD.MTP.CopyFiles
;;
;; [DDInstall.hw]
;; Include = wpdmtp.inf
;; Needs = WPD.MTP.Registration
;;
;; [DDInstall.Services]
;; Include = wpdmtp.inf
;; Needs = WPD.MTP.Services
;;
;;******************************************************************************

[WPD.MTP.CopyFiles]
CopyFiles =

[WPD.MTP.Registration]
AddReg = MTP.WmdmRegistration, MTP.DriverCustomization, WDF.Registration, MTP.AutoPlayRegistration
CopyFiles =

[WPD.MTP.Services]
AddService = WpdUsb, 0x2, MTP.WpdUsb.AddService

[DestinationDirs]

[MTP.NT]

[MTP.NT.hw]
AddReg = MTP.WmdmRegistration, MTP.DriverCustomization, WDF.Registration, MTP.AutoPlayRegistration
CopyFiles =

[MTP.NT.Services]
AddService=WpdUsb, 0x2, MTP.WpdUsb.AddService

[MTP.WmdmRegistration]
HKR,,"UseExtendedWmdm",0x10001,1
HKR,,"WMDMSPCLSID",,"{77F7F122-20B0-4117-A2FB-059D1FC88256}"
HKR,,"ShowInShell",0x10001,1

; This lists the interfaces which WpdUsb.sys will register on device start
HKR,,"Interfaces",0x00010000,"{6ac27878-a6fa-4155-ba85-f98f491d4f33}","{f33fdc04-d1ac-4e8e-9a30-19bbd4b108ae}","{14480d3f-7a47-4a75-aaef-b14f56397153}"

[MTP.DriverCustomization]
HKR,"MTP","IgnoreOpCodes",,""

;; Enable driver side object handle caching when writing to the device.
HKR,"MTP","快取OnWrite",0x10001,1

;; Threshold for number of objects in a given folder afterwhich the driver
;; will query for object properties only upon application request (as
;; opposed to querying for objects and their properties at enumeration
;; time)
HKR,"MTP","EnumThreshold",0x10001,200

;; Threshold for number of objects in a given folder afterwhich the driver
;; will query for object property groups during enumeration
;; time)
HKR,"MTP","PropertyGroupThreshold",0x10001,10

;; Report Storage Serial Number support in MTP driver
HKR,"MTP","ReportStorageSerialNumber",0x10001,1


[MTP.AutoPlayRegistration]
; Per interface setting enabling Autoplay
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceClasses\{14480d3f-7a47-4a75-aaef-b14f56397153}","DeviceGroup",,"PortableAudioPlayer"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceClasses\{14480d3f-7a47-4a75-aaef-b14f56397153}","Label",,%Autoplay.Label%
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceClasses\{14480d3f-7a47-4a75-aaef-b14f56397153}","DeviceHandlers",,"MTPMediaPlayerHandler"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceClasses\{14480d3f-7a47-4a75-aaef-b14f56397153}","Icons",0x00010000,"%%SystemRoot%%\system32\shell32.dll,-299"
; DeviceHandler
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\MTPMediaPlayerHandler\EventHandlers\DeviceArrival","MTPMediaPlayerArrival",,""
; EventHandlers. Creating an empty key will give "Take no action" option if no handlers are registered.
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\MTPMediaPlayerArrival\",,0x00000012

;
;User mode WDF Registration
;
[WDF.Registration]
HKR,"WDFU","DriverList",0x00010008,"WpdMtpDr"
HKR,"WDFU","Isolated",0x10001,1
HKR,"WDFU","DeviceInterfaces",0x00010000,"{f33fdc04-d1ac-4e8e-9a30-19bbd4b108ae}","{14480d3f-7a47-4a75-aaef-b14f56397153}"

; WDF host process
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services\WpdMtpDr","ImagePath",0x00020000,"WpdMtpDr.dll"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services\WpdMtpDr","WdfHostProcessGUID",0x00000000,"{63432f85-815a-4a44-be78-cbdf484acd93}"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services\{63432f85-815a-4a44-be78-cbdf484acd93}","WdfHostProcessImagePath",0x00020000,"%11%\uWDF.exe"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services\{63432f85-815a-4a44-be78-cbdf484acd93}","WdfHostProcessExitTimeout",0x00010001,10
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services\{63432f85-815a-4a44-be78-cbdf484acd93}","WdfHostProcessStartTimeout",0x00010001,10

[WDF.Registration.security]
"D:P(A;OICI;GA;;;SY)(A;OICI;GA;;;BA)(A;OICI;GR;;;LS)"

;
; WpdUsb Kernel mode driver
;
[MTP.WpdUsb.AddService]
DisplayName = %WpdUsb.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\wpdusb.sys
LoadOrderGroup = Base

[Strings]
Msft = "Microsoft"
WpdUsb.SvcDesc = "WpdUsb"
GenericMTP.DeviceDesc = "MTP 設備"
MfgName = "(符合 MTP 的標準設備)"
MfgNameVendorModels = "(符合 MTP 的標準設備)"
Autoplay.Label = "MTP Media Player"

==========================================
psac 目前離線  
送花文章: 3, 收花文章: 1631 篇, 收花: 3205 次
舊 2005-02-17, 01:25 AM   #4 (permalink)
中文化 作者
榮譽勳章
UID - 3649
在線等級: 級別:14 | 在線時長:279小時 | 升級還需:6小時級別:14 | 在線時長:279小時 | 升級還需:6小時級別:14 | 在線時長:279小時 | 升級還需:6小時級別:14 | 在線時長:279小時 | 升級還需:6小時
註冊日期: 2002-12-07
文章: 545
精華: 0
現金: 625 金幣
資產: 24754 金幣
預設

這是大大自己試出來的嗎?
佩服!!
Heaven 目前離線  
送花文章: 357, 收花文章: 126 篇, 收花: 517 次
 



發表規則
不可以發文
不可以回覆主題
不可以上傳附加檔案
不可以編輯您的文章

論壇啟用 BB 語法
論壇啟用 表情符號
論壇啟用 [IMG] 語法
論壇禁用 HTML 語法
Trackbacks are 禁用
Pingbacks are 禁用
Refbacks are 禁用


所有時間均為台北時間。現在的時間是 10:24 PM


Powered by vBulletin® 版本 3.6.8
版權所有 ©2000 - 2024, Jelsoft Enterprises Ltd.


SEO by vBSEO 3.6.1