Help - Search - Members - Calendar
Full Version: App Help
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
DJ Prem
Mines is not a unattened install but i made a script that installs the patches and some apps when I run the script, the target machine will have Win XP with slipstreamed SP2, what switches would I use to install Windows Media Player 10 and Windows Messenger 5.1?
durex
Check here
DJ Prem
Could not find Windows Messenger 5.1, but for WMP10 i found

CODE
REG ADD %KEY%\050 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\050 /V 1 /D "\"%systemdrive%\Apps\WMP10\MP10Setup.exe\" /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore" /f


keeping in mind that mines are to be installed after win XP sp2 is installed would that remain the same or would it become

CODE
REG ADD %KEY%\050 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\050 /V 1 /D "\"MP10Setup.exe\" /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore" /f


the .EXE is named mp10setup.exe, anyone know about Windows Messenger 5.1
DJ Prem
That does not work let me re-explain basically I copy the mp10setup.exe onto my C: and then extract it to mp10setup folder how would i do the unatteneded install from the run command?
DJ Prem
done it's just

mp10setup.exe /Q
wm5.1.msi /quiet
Tinywoods
Hi,

For WMP10, see http://www.msfn.org/board/index.php?showto...=0&#entry247400
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.