HMTCDWizard_enu.exe silent install?

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
 
P

Patrick J. LoPresti [MVP]

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top