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

Dont Display Welcome Dialog For MSI Files

CChong
By Level 11 Flexeran
Level 11 Flexeran
Hi All,

I am trying to create an MSI and MST file to install an application.

I am just learning the package at the moment, so I am just trying to install a load of dummy files to a directory on the HDD.

My problem is I don’t want the application to be asked to be installed. When I run the MSI file (MST same name and in same directory) it says Welcome To The InstallShield Wizard, you then have to click next to continue.

How do I turn this off, I will need to distribute apps and patches to desktops hundreads of desktops, I want it to automatically install upon user login, I don’t want user to have to click next and finish.

I have tried –

In Tuner to unticked all options in, Application Configuration, Dialogs

In RePackager – Unticked, Repackaged output, Advanced Settings, Display only the welcome dialog during installation.

Thanks for any help,

Steve OByrne.
(1) Reply
seems you require a silent installation.

just try installating your application with the following command line and see if this is exactly what you require or not..?

msiexec /i TRANSFORMS= /qn

Happy