Help - Search - Members - Calendar
Full Version: HOWTO: integrate wmp10 (with a little of work)
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
TheRealMethusela
Download mp10setup.exe
Put the file into $OEM$/$1/install/WMP10
In your .bat file in the install directory place this

CODE
@echo off
echo Installing Windows Media Player 10
echo 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
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.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.