Help - Search - Members - Calendar
Full Version: Codec Installation Package for WMP 6.4
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
pinout
Need a little help with this: Codec Installation Package for Windows Media Player 6.4

http://download.microsoft.com/download/4/6...ef/wmp6cdcs.exe

I use this
CODE
START "" /WAIT wmp6cdcs.exe /C:"setup_wm.exe /Q /N" /Q:A


But it still reboots after it installs.
I've tried it with /R:N at the end too.
nateklomp
Hiya,

Hurray, after some trial and error I finally got this one (took long enough):

CODE
START /W WMP6CDCS.EXE /C:"SETUP_WM.EXE /Q:U /R:N" /Q:U /R:N

(Change the :U to :A to remove progress bars.)

Trick is, both installers need to be silenced in order for this to work unattended.
The /C: switch passes on commands to the embedded installer (now that I look back, it seems lots of MS stuff is using this method). Live and learn.

Good Luck!
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.