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

Very Simple Install

I need to repackage an existing software installation program.
I just want to build an MSI project that stores and launch this program with apropriate command line parametes. No user interface is needed (just a progress bar).
Please Help me.
(1) Reply
If you have a product installer in the form of an MSI package, you can deploy it so that it displays only a progress dialog using the command

msiexec /i product.msi /qr

or

msiexec /i product.msi /qb

You can also change some of the package's settings (such as the installation directory, and the registered user name and company name) by setting those properties at the command line, as in

msiexec /i product.msi /qr INSTALLDIR=D:\RightHere