Versions Compared

Key

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

...

  1. which can be applied to all msi files (to get the reference execute the msiexec.exe /? command in the command line from the <WINDOWS>\system32\ directory).
  2. parameters described in the setup.exe reference in the /CMD="[commands]" section (to get the reference execute the setup.exe /? command in the command line from the installer folder, all commands are described in the Installing Axxon PSIM™ software in a hidden mode section.
  3. Parameters which are specified in the setup.exe while installation, i.e.:
    1. CMD_INSTALLTYPE – Client, Server, Admin.
    2. REMOVEALL (0, 1) – removing with/without configuration saving
    3. NOOSCHECK=1 – disable the check for compatibility with OS.
Info
titleNote.

Working of specified parameters is not guaranteed if there is a thread in the registry:

  • For x86 system: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AxxonSoft\PSIM\InstallPropertyInfo
  • For x86 x64 system: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AxxonSoft\PSIM\InstallPropertyInfo

It contains parameters of previous installation.

...