Silent install for windows update

  • Thread starter Thread starter Tim Schauermann
  • Start date Start date
T

Tim Schauermann

Can anybody find silent switches for MS03-033? This is
the MDAC vulnerability. The command line help shopws /q,
but that is not totally silent.
 
Hi!

Tim Schauermann said:
Can anybody find silent switches for MS03-033? This is
the MDAC vulnerability. The command line help shopws /q,
but that is not totally silent.

it's:
CALL %1 /q:a /c:"dahotfix.exe /q /n"

where %1 is name of exe-file (in this case: Q823718_MDAC_SecurityPatch.exe )

There is a ms knowledgebase article on this matter:
http://support.microsoft.com/support/kb/articles/q192/0/09.asp
but you have to look into the (archived) exe and you'll see that it's not
"setup.exe" but "dahotfix.exe".
look here too:
http://support.microsoft.com/default.aspx?scid=/support/MDAC/26setupfa
q.asp

Ove Starckjohann
 
Back
Top