Jump to content

Recommended Posts


Posted

If you left out WMP9 and you get the incompatible error when trying to install later, then what you do is extract WMP10, right click on WMP10.inf, install... And then you will be able to run the installer normally and it won't b***h anymore.

Posted

We have system restore disabled on all our desktops, and even with "MP10Setup.exe /Q:A /C:\"setup_wm.exe /Q:A /R:N\" it still pops up saying: "system restore is disabled and you wont be able to remove blah blah blah."

:}

Posted

I have it working with a slipstreamed XP SP2 cd with media player 9 installed by default & System Restore disabled upon setup & in my Apps.bat file (which is executed at logon) I have the following code

ECHO Installing Windows Media Player 10
ECHO Please wait...
start /wait %windir%\Apps\WMP10\MP10Setup.exe /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"
ECHO Finished

Tried & Tested - Works perfectly! B)

Posted
I have it working with a slipstreamed XP SP2 cd with media player 9 installed by default & System Restore disabled upon setup & in my Apps.bat file (which is executed at logon) I have the following code

ECHO Installing Windows Media Player 10
ECHO Please wait...
start /wait %windir%\Apps\WMP10\MP10Setup.exe /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"
ECHO Finished

Tried & Tested - Works perfectly!  B)

many thanks!!!

It works perfectly now :D

Posted

Quick question. I read on MSFN guide that this can be installed via RunOnce, like all my other programs. What I am wondering, is does it have to copy to the hard drive to install? Or can I run it from the CD? Currently it copies over, if I read the command correctly.

REG ADD %KEY%\136 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\136 /V 1 /D "%CDROM%\Software\WindowsMediaPlayer\mediaplayer10.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f

Posted

It is supposedly running the installer from the CD, but actually extracting somewhere (normally %temp%) and then run the install.

So the above command specifies where we want it to extract temporarily, and then run. So it does copy the files over.

Posted

So how would I got about deleting that setup.exe it copies over, or does it remove it automatically because its a temp file? Or can I stick it in a folder like a OEM install and delete the folder in cleanup.cmd?

Posted

hey guys!

MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /P:#e"

this line works! except i extracted the exe to a folder and created a sfx archive and pasted this:

;The comment below contains SFX script commands

Setup=setup_wm.exe /Q /R:N /P:#e"
TempMode
Silent=1
Overwrite=1

works fine for me

Posted

only thing is now, ever time i install, and run it afterwards, this shows up:

wmp10.jpg

is there anyway i can tell it to select which files wmp will be default for and bypass this step?

Posted

That thing has been a big annoyance. Just have it install itself unattended, and then these registry tweaks applied thru cmdlines.txt:

WMP9 and 10 (for Setup, eliminate the first-run screen)
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"AcceptedPrivacyStatement"=dword:00000001
"FirstRun"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"GroupPrivacyAcceptance"=dword:00000001

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...