PDA

View Full Version : Silent install ?


DavDes
06-11-2007, 11:38 AM
Hi,

This is my first MSI i do with no user intervention.
I dropped all the dialogs from my project, but when i execute the .MSI file, I still see the progress dialog (not very important) and the ExitDialog. This last need a click to close.

How could i dodge this screen ? In the "Advanced" tab, i see the dialog, but i've a warning message if i try do delete it.

Thanks,
David

DavDes
06-11-2007, 01:02 PM
I found how to bypass the screens while installations by using the options of WindowsInstaller (Do: MyBeautifulSetup.MSI /? for more information)

David