Page 1 of 1

silent install switches

Posted: Wed Feb 21, 2007 3:23 pm
by pumagaju
I have an InstallAware wrapped EXE that I need to deploy via Altiris. But I'm having trouble finding the switches to run in silent mode.

Also would like to know if I can easily enter license key info the same sorta way that InstallShield works with setup.iss files.

Thanks in advance,

Posted: Thu Feb 22, 2007 7:28 am
by H4nd0
In the IA 6.24 CHM help ... look for Setup Command Line Parameters:

/s
/l
/k
/p

Plus you can pass variables on the CLI which you could potentially use for your licensing.

Posted: Thu Feb 22, 2007 12:18 pm
by pumagaju
Thanks for the pointer. I was able to use the logfile switch to create an initial logfile. Then I read the logfile to find the correct variable values I need to set, in this case LICENSE=. :D