HMTCDWizard_enu.exe silent install?

  • Thread starter Thread starter Joseph Tate
  • Start date Start date
J

Joseph Tate

Is there a way to get the HighMAT Extension to install silently? So far
I've tried all kinds of command line switches, but always get an error
saying invalid parameters.

It appears that a MSI is extracted to %TEMP% when the
HMTCDWizard_enu.exe is run, but it's far from silent.

Joseph
 
Joseph Tate said:
Is there a way to get the HighMAT Extension to install silently? So
far I've tried all kinds of command line switches, but always get an
error saying invalid parameters.

This installer just passes switches down to msiexec (see
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/msiexec.mspx).

Try:

HMTCDWizard_enu.exe /qb ALLUSERS=1 REBOOT=ReallySuppress

For a (somewhat stylized) script which installs all current XP SP1
updates, see:

http://cvs.sourceforge.net/viewcvs....tall/scripts/winxpsp1-updates.bat?view=markup

- Pat
MVP, Windows Server - Setup/Deployment
http://unattended.sourceforge.net/
 
Back
Top