Hi Oscar,
There is already
Gena\Drivers\6 Other\XPE - pnp multimedia
plugin available, which is based on Sherpya xpe-wmp.inf as written on its interface.
If you feel something missing, or if you feel to add some features, let us know.
on the other hand, plugin you created will not work on Gena properly,
it also have lots of wrong registry conversions, It has lots of things "wrong" and "old" ..
*
MS Wmplayer plugin
you forgot space during replacement, ex:
Require_FileQ, ddores.dll
+
no need quotes or #$s on [Variables]
[Variables]
%ProgramFolder%=Windows Media Player
%Source_ProgDir%=%InstallSRC%\Program Files
%Target_ProgDir%=%TargetDir%\Program Files
%ProgramExe%=wmplayer.exe
%ProgramTitle%=WMPlayer
+
for such SE special "Components" kind plugins, better add one line to top:
[Process]
RunFrom,Ram
+
and with adding %ProgramExe% and %ProgramTitle% like above [Variables]
Add_Shortcut,StartMenu,Accessories
should be enough to create shortcut.