Hi there, 

Just wondering if it's possible to kick off a silent install using
Windows Installer properties (rather than with /q on the cmdline)?
I'm asking as I've created a vs05 bootstrapper which installs
prerequisite components for my MSI, but in some scenarios would like to
be able to launch the msi silently. Setup.exe only passes through
properties set on the cmdline to the msi.

CLIENTUILEVEL looks promising (I guess set it to 2 somewhere to do a
/qb); if I specify it on the "setup.exe CLIENTUILEVEL=2" it gets
overridden; tried (without success) creating a custom action which I
sequenced in the InstallUISequence to set this property before
PrepareDlg, but no luck. 

Can anyone give me a shove in the right direction?

Thanks,
Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to