TheRealMethusela Posted October 23, 2004 Posted October 23, 2004 Download mp10setup.exePut the file into $OEM$/$1/install/WMP10In your .bat file in the install directory place this@echo offecho Installing Windows Media Player 10echo Please wait...start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N DisallowSystemRestore"EDIT: start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N DisallowSystemRestore" is all on one line
Alanoll Posted October 23, 2004 Posted October 23, 2004 A search would bring up the command line, as this has been posted REPEATEDLY ever since it first came out. And as this is NOT true integration rather just adding the setup file to a script (Batch Script in this case), I'm closing the topic.
Recommended Posts