Jito463 Posted September 30, 2004 Posted September 30, 2004 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)Thank you, gentlemen. I have now included MP10 on my preinstall's. There's less and less we need to install now after the install is finished. At this rate, I'll have it so automated we can install and sysprep without doing anything more
darkside222 Posted October 5, 2004 Posted October 5, 2004 I am using this switch and although in my first attempts I managed to do it succesfully, after I changed in winnt.sif the default location of program files to D: then WMP 10 does not install at all even though I have changed the location in my cmd file to d:setup_wm.exe Any ideas guys?
Sanjay Posted January 11, 2005 Posted January 11, 2005 [quote name='dandragonrage' date='Sep 3 2004, 01:40 PM']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.[/quote] Brilliant! Simple and 100% effective. In fact I did not even have to run the installer, just right click on 'wmp10.inf' click on install and that's it, media player 10 installed and ready to go.
leijiamin Posted May 6, 2005 Posted May 6, 2005 [quote name='wyattXP' date='Sep 3 2004, 10:24 AM']thats why DVD is a must, space doesnt really matter [right][post="182052"][/post][/right][/quote] that's true
monisriz Posted May 7, 2005 Posted May 7, 2005 so is it now confirmed that wmp10 can be installed silently (without any EULA and accept-this accept-that windows) during win xp sp2 unattended install? or is there any other glitch that is left? seems everytime some one comes up with a potential solution theres a new problem that comes up...if this is final i will copy-paste the code ...im totally useless in coding so cant really understand anything..
leijiamin Posted May 7, 2005 Posted May 7, 2005 All switchs metioned here didn't work in my unattended cd. I don't know why. I found if I set Media Player 9 at first, then 10 can be installed silently in command line mode. So I use InstallRite to set 9, then run 10's setup. Unfortunatly, the same command didn't work in RunOnceEx mode. "setup_wm.exe /Q:A /R:N", this command just work in command line mode. Is there any advice?
Dinu Posted September 18, 2005 Posted September 18, 2005 [quote name='Banshee' date='Sep 8 2004, 03:24 PM']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 [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[/code] Tried & Tested - Works perfectly! [right][post="185427"][/post][/right][/quote] Same i do. Works pefekt. Greetings Dinu
olorinj Posted September 23, 2005 Posted September 23, 2005 [quote name='Rico.JohnnY' date='Jun 3 2004, 05:41 PM']Window Media Player 10.0.0.3473 Technical Beta,released recently,how to do the unattended setup of that?what are the relevant switches? i have tried /Q:A /R:N ,but that didnt work...can someone tell how to do that? [right][post="137471"][/post][/right][/quote] A working command line is: START /WAIT /HIGH MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /P:#e"
sontek Posted April 9, 2006 Posted April 9, 2006 An easier way than doing all this would be to extract it using MP10Setup.exe /T:C:\mp10 /C and then copy wmploc.DLL from there to C:\Windows\System32 and then run the setup file
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now