Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Adding msiexec options to an MSI

1 view
Skip to first unread message

cjg.g...@gmail.com

unread,
Apr 17, 2009, 5:06:53 PM4/17/09
to
Hello, how can I add msiexec command line options to an MSI file,
using an editor like ORCA? I would like to add the "basic UI" option,
-qb-! (thanks to Torgier!). Which table contains these, or do I have
to add something? Thanks.

sm_s...@hotmail.com

unread,
Apr 22, 2009, 5:46:18 AM4/22/09
to
You can't. These are command line options, run at the discretion of
the person driving the install. If you want to have a cut down MSI
that shows no authored UI you can just get rid of the InstallUIExecute
sequence or remove any dialogs actions from it so it goes straight to
installexecutesequence when invoked.

cjg.g...@gmail.com

unread,
Apr 22, 2009, 3:31:09 PM4/22/09
to

Thanks! Before I tried this, I set up the MSI for software deployment
via GPO. I was pleasantly surprised to see Windows display a dialog
saying "Installing managed software" while the program was being
deployed. All of this happened before the login screen, and had no
way for the user to interact and mess it up.

I will keep your InstallUIExecute trick handy if needed. Thanks.

0 new messages