Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

or

   msiexec /i Setup.msi /qn 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:

...

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

or

   msiexec /i Setup.msi /qn 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:

...