Performing an installation via the command line allows passing parameters to the installer that control options during the installation. When started from the command line, the installation will proceed as normal, showing the installer user interface, unless started as a silent installation.

NOTE: When using the command line, it is important to pay close attention to placement of double quotes ("), spaces, and other characters. The Windows installer is very specific about these and will not perform as expected unless the syntax is exactly as expected.

ETABS v19

The installers provided for ETABS v19 offer parameters to control how the installation executes and to specify values related to licensing. An example looks like:

   Setup.exe /v"SHOWACTIVATE=0 NGEN=1 LicenseMode=Cloud ActivationKey=8AD7BF02-176C-4182-9A39-42534B8EC410 Server=MyLicenseServer Level=Plus"

or

   msiexec /i Setup.msi SHOWACTIVATE=0 NGEN=1 LicenseMode=Cloud ActivationKey=8AD7BF02-176C-4182-9A39-42534B8EC410 Server=MyLicenseServer Level=Plus

where,

   Setup.exe should be changed to the name of the downloaded InstallShield setup file;

   Setup.msi should be changed to the name of the MSI file extracted from the InstallShield setup file.

and the parameter values are specified as:

ETABS v19 currently offers two installers. Both perform the same when run from the command line except for their default LicenseMode and SHOWACTIVATE parameters. For this reason, it is recommended to always specify the LicenseMode and SHOWACTIVATE parameters when installing via the command line.

Other Products and Versions

Other CSI installers provide two options to control how the installation executes. An example looks like:

   Setup.exe /v"SHOWACTIVATE=0 NGEN=1"

or

   msiexec /i Setup.msi SHOWACTIVATE=0 NGEN=1

where,

   Setup.exe should be changed to the name of the downloaded InstallShield setup file;

   Setup.msi should be changed to the name of the MSI file extracted from the InstallShield setup file.

and the parameter values are specified as:


NOTE: CSI strongly recommends performing native-image generation during installation to help improve the program startup time. This is the default behavior.