|
WMP11-Integration ist no problem.
Just download WMP11 in your svcpack-directory and add following line to your svcpack.inf:
CODE"wmp11-windowsxp-x86-DE-DE.exe /Q:A /C:""setup_wm.exe /Q /R:N /NoMigrate /P:#e /DisallowSystemRestore"""
Just change the name of the setup-file if necessary.
I also searching for a possibility to integrate IE7.
I tried nLite but unfortunately setup crashes in VMWare with the nLite-integration-method.
I think I found how you can slipstream IE7 + WMP11. I'm using the english versions of both in this post.
IE7:
Use an archive manager to extract the content of IE7-WindowsXP-x86-enu.exe into a folder. I'll use here C:\temp\IE7. In
C:\temp\IE7\update are four .exe files required for integration: idndl.exe, nlsdl.exe, update.exe, xmllitesetup.exe. Lauching
them with the /? switch shows that all of them support the /integrate:<path> switch. I don't know if there's a specific order
to integrate them.
WMP11:
Use an archive manager to extract the content of wmp11-windowsxp-x86-enu.exe into a folder. I'll use here C:\temp\WMP11. In
this folder are five .exe files required for intergation: umdf.exe, WindowsXP-MSCompPackV1-x86.exe, wmfdist11.exe, wmp11.exe,
wmpappcompat.exe. All of them support the /integrate:<path> switch. I don't know if there's a specific order to integrate
them.
WMP11 integration is very simple - copy your wmp11-windowsxp-x86-*.exe into I386\svcpack and add the following line to your
I386\svcpack.inf
CODE"wmp11-windowsxp-x86-DE-DE.exe /Q:A /C:""setup_wm.exe /Q /R:N /NoMigrate /P:#e /DisallowSystemRestore"""
This will install WMP11 during T13 on a non-activated Windows.
But: If you start WMP11 after install your XP need to be activated. |
|