cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Quiet Install by just clicking on the MSI

I was informed that there is way to Package an App that can be installed quietly (incl. any other 'Command Line options) by just double-click on an MSI. I think it has something to do with creating an Administrative Install but I'm not sure. Is anyone familiar with this method?:cool:
(2) Replies
Hi,

Well, if you remove all the dialogs in the UI sequence, you get a "silent" msi. As well, if you are packaging a compressed setup.exe, you can specify /q as command parameters (this is a setting in the Releases view of Editor).
jimmiedee16 wrote:
I was informed that there is way to Package an App that can be installed quietly (incl. any other 'Command Line options) by just double-click on an MSI. I think it has something to do with creating an Administrative Install but I'm not sure. Is anyone familiar with this method?:cool:


If your willing to edit the MSI directly or don't want to mess with a transform / command line add the property LIMITUI=1.

See LIMITUI Property on MSDN