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

How to install IS silently with AutomationFiles

Hello,

I need to install InstallShield 2016 in a powershell script.
When I use this command: '.\InstallShield2016StandaloneBuild.exe /S /v/qn' then IS is installed but just CoreFiles part. 
I need to install it fully - CoreFiles, AutomationFiles and ISObjectFiles.

Is there a way how to do it?

Thanks

Petr

 

Labels (1)
0 Kudos
(1) Reply
petrvlasatik
Level 2

SOLVED:

I used this command:

InstallShield2019R3StandaloneBuild.exe /s /v"INSTALLLEVEL=101 SABCONTAINER=1 /qn"
0 Kudos