A new Flexera Community experience is coming on November 25th, click here for more information.

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

Newbie needs help

CChong
By Level 11 Flexeran
Level 11 Flexeran
Hello All,

I am brand new to this process and need some assistance. I would like to know how to automate the install processes. I am able to create the .msi packages, but I would like to have no user intervention during the install. Do I need a transform for this of is it a direct editing type of thing? Help.

Thanks.
(2) Replies
You can use Tuner to create a response transform, or use command line switch (e.g., /qb). For command line switches, please refer to "Command Line Options" in MSI Help Library.
You can launch the msi package with "/qn" command line parameter to install that silently without any user intervention.

Ex: Type this at the command prompt

msiexec /i /qn

For more information, pls. look at the msiexec help

Thanks
Rajesh Tammana
InstallShield Software Corporation.