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

Silent install

Hello
im testing install shield 2009 premiere edition , and i wanted to create a single executable file using installshield setup file with the following

combine msi package with dotnetframework 2 sp1

i imported the msi package using the wizard and i integrated the dotnetframework 2 sp1 and everything is good so far

the problem is when i run the setup using the silent command swtiches this what exactly happens

dotnetframework will be installed silently without any notice " which is what want" and whenever its done with applying dotnetframework2 sp2 the msi package file setup wizard shows up and i need to click on next and i agree to complete the setup , so it half silent not fully silent..

any ideas how to make it fully silent , i want it all to be slient install the dontnetframework and my msi package that imported without any user interaction

thanks.
Labels (1)
0 Kudos
(2) Replies
deecole
Level 4

Try this:

setup.exe /s /v"/qn"

The /s is for setup.exe, and the /qn is for msiexec.
0 Kudos
alshawwa
Level 3

man you are awesome , thanks a lot
0 Kudos