Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Remote installation, removal and update of Axxon PSIM software  Remote update of Axxon PSIM software Next page


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

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

Where:

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

Note.

 Instead of NODE list the text file in which names of target computers are listed in column can figure.
  • /USER and /PASSWORD – login and password of user who has the corresponding rights for the Axxon PSIM software installation on the remote computer.
  • "% Path_to_folder_with_distributive %\Product.msi" – path to the Product.msi installer file which is to be run, namely a local path to the folder in which the distributive was copied.
  •  %installer parameters% – installer options. The following parameters can be applied to the Product.msi:
  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.

Note.

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

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

It contains parameters of 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"

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


  • No labels