Jump to content

problem with WMP11 slipstreamer


Brando569

Recommended Posts

i tried to integrate WMP11 into a barely nlited XP sp2 and this is the error i got:

System.ComponentModel.Win32Exception: The system cannot find the file specified

at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)

at System.Diagnostics.Process.Start()

at WMP11Slipstreamer.Backend.extractHotfix(String hotfixInstaller, String destinationPath)

at WMP11Slipstreamer.Backend.ExtractWMP11Installer()

at WMP11Slipstreamer.MainGUI.workerMethod(Object addonSettings)

Deleting "G:\Unattended\Operating Systems\xp\nlited\i386\wmp11temp"... Done!

The source being modified has not been damaged.

All changes have been successfully reverted.

Link to comment
Share on other sites


I tried a lot of ways to silently install wmp11, never succeeded...until i tried one last way to do it(desperately :)), it´s like this:

-Extract wmp11.exe using winrar or similar to a folder, in this case i used cdrom/extras/wmp11.

Once you extract wmp11 a lot of files will appear, here is the order to install them, only Gui interface, no questions...

if exist d:\Extras\wmp11 set cdrom=d:

if exist e:\Extras\wmp11 set cdrom=e:

if exist f:\Extras\wmp11 set cdrom=f:

if exist g:\Extras\wmp11 set cdrom=g:

if exist h:\Extras\wmp11 set cdrom=h:

if exist i:\Extras\wmp11 set cdrom=i:

if exist j:\Extras\wmp11 set cdrom=j:

if exist k:\Extras\wmp11 set cdrom=k:

if exist l:\Extras\wmp11 set cdrom=l:

if exist m:\Extras\wmp11 set cdrom=m:

if exist n:\Extras\wmp11 set cdrom=n:

if exist o:\Extras\wmp11 set cdrom=o:

if exist p:\Extras\wmp11 set cdrom=p:

if exist q:\Extras\wmp11 set cdrom=q:

if exist r:\Extras\wmp11 set cdrom=r:

if exist s:\Extras\wmp11 set cdrom=s:

if exist t:\Extras\wmp11 set cdrom=t:

if exist u:\Extras\wmp11 set cdrom=u:

if exist v:\Extras\wmp11 set cdrom=v:

if exist w:\Extras\wmp11 set cdrom=w:

if exist x:\Extras\wmp11 set cdrom=x:

if exist y:\Extras\wmp11 set cdrom=y:

if exist z:\Extras\wmp11 set cdrom=z:

mkdir %systemdrive%\windows\temp\WMP11

xcopy %CDROM%\Extras\wmp11 /e /y %systemdrive%\windows\temp\WMP11 /i

start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\wmp11.exe /passive /norestart /er

start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\umdf.exe /passive /norestart /er

start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\wmdbexport.exe /passive /norestart /er

start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\wmfdist11.exe /passive /norestart /er

start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\update\update\update.exe /passive /norestart /er

RD /S /Q %SYSTEMDRIVE%\Windows\temp\wmp11

exit

save as .cmd and run at Runonce command(i used wpi, but nlite will do it too.)

hope it helps...

Link to comment
Share on other sites

i completely forgot i made this thread, it never emailed me about it until this morning :lol: i didnt know there was a thread in the nlite section. i post my stuff there when i get a chance.

Edited by Brando569
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...