Versions Compared

Key

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

...

/NODE:"Computer_name" /USER:"User_name" /PASSWORD:"Password" productcallinstalltrue, "%installer parameters%", "%Path_to_folder_with_distributive%\Product.msi"

Where:

  • /NODE –the – the target computer name on which the Axxon PSIM software is to be installed.

...

Info
titleNote.

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

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

It contains parameters of previous installation.

...

Info
titleExample

Example of the line with installer parameters:

REBOOT=ReallySuppress LANGUAGE="es" TRANSFORMS="%Path_to_folder_with_distributive%\languages\Setup\es\es.mst" CMD_INSTALLTYPE="Server"

Where

REBOOT=ReallySuppress – cancel computer reboot when installation finished,.

LANGUAGE="es" – select the language of product. Default product language is English.

TRANSFORMS="%Path_to_folder_with_distributive%\languages\Setup\es\es.mst" – specify path to the language mst-patch of installer (specify the installer language).

CMD_INSTALLTYPE="Server" specifies the type of the Axxon PSIM software package installation – Server. The “Admin” value is also available (if the Remote Administrator Workstation installation type is required) and “Client” (if the Remote Client installation type is required).

...