Documentation for Axxon PSIM 2.0. Documentation for other versions of Axxon PSIM is available too.

Previous page Next page


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:

  • /NODE – the target computer name on which you want to install Axxon PSIM.

Note.

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

  • /USER and /PASSWORDlogin and password of user who has the corresponding rights for Axxon PSIM installation on the remote computer.
  • "% Path_to_folder_with_distribution_package %\Product.msi"path to the Product.msi installer file that must be run, namely, a local path to the folder to which the distribution package was copied.
  •  %installer parameters%installer options. The following parameters can be applied to the Product.msi:
  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.

Note

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

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).

  • No labels