To install Axxon PSIM on the remote computer, run the following command using the wmic.exe utility:

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

Where:

A text file in which the names of the target computers are listed in a column can be used as a NODE list.

  1. Parameters that can be applied to all msi files (to get help information, run the msiexec.exe /? command in the command line from the <WINDOWS>\system32\ directory).
  2. Parameters described in the setup.exe in the /CMD="[commands]" section (to get help information, run the setup.exe /? command in the command line from the installer folder, all commands are described in Installation of Axxon PSIM in the quiet mode.
  3. Parameters that are specified in the setup.exe during the installation:
    1. CMD_INSTALLTYPEClient, Server, Admin.
    2. REMOVEALL (0, 1)—removal with/without configuration saved.
    3. NOOSCHECK=1disable the check for compatibility with OS.

The operation of the specified parameters isn't guaranteed if there is a branch in the registry:

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

The branch contains parameters of the previous installation.

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"

In the example:

REBOOT=ReallySuppress—cancels computer reboot when installation is finished.

LANGUAGE="es"—selects the language of the product. The default product language is English.

TRANSFORMS="%Path_to_folder_with_distribution_package%\languages\Setup\es\es.mst"—specifies the path to the language mst patch of the installer (specifies the installer language).

CMD_INSTALLTYPE="Server"—specifies the type of Axxon PSIM installation—Server. The Admin value is also available (if the Remote Administrator’s workstation installation type is required) and Client (if the Remote Client installation type is required).