September 3, 200421 yr you miss the first purpose of every "unattended xp installer" ( ) which it's to shrink the installation and try to move 2gb into 1cd
September 3, 200421 yr 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.
September 3, 200421 yr Hello EveryBody,What all this ?I installed Media Player 10 Final Silently. How ?"WMP10.exe /Q" ONLY THAT !!!
September 8, 200421 yr 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."
September 8, 200421 yr 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 codeECHO Installing Windows Media Player 10ECHO Please wait...start /wait %windir%\Apps\WMP10\MP10Setup.exe /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"ECHO FinishedTried & Tested - Works perfectly! B)
September 10, 200421 yr 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 codeECHO Installing Windows Media Player 10ECHO Please wait...start /wait %windir%\Apps\WMP10\MP10Setup.exe /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"ECHO FinishedTried & Tested - Works perfectly! B)many thanks!!!It works perfectly now
September 17, 200421 yr 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" /fREG ADD %KEY%\136 /V 1 /D "%CDROM%\Software\WindowsMediaPlayer\mediaplayer10.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f
September 17, 200421 yr 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.
September 17, 200421 yr 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?
September 18, 200421 yr 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 commandsSetup=setup_wm.exe /Q /R:N /P:#e"TempModeSilent=1Overwrite=1works fine for me
September 18, 200421 yr only thing is now, ever time i install, and run it afterwards, this shows up:is there anyway i can tell it to select which files wmp will be default for and bypass this step?
September 18, 200421 yr 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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now