Versions Compared

Key

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

To install the Axxon PSIM software on the remote computer, do 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_distributive%package%\Product.msi"

Where:

  • /NODE – the target computer name on which the you want to install Axxon PSIM software is to be installed.
Info
titleNote.
 Instead of NODE list the

A text file in which the names of the target computers are listed in a column can

figure

be used as a NODE list.

  • /USER and /PASSWORD login and password of user who has the corresponding rights for the Axxon PSIM software installation  installation on the remote computer.
  • "% Path_to_folder_with_distributive distribution_package %\Product.msi" path to the Product.msi installer file which is to that must be run, namely, a local local path to the folder in to which the distributive distribution package was copied.
  •  %installer parameters% installer options. The following parameters can be applied to the Product.msi:
  1. which Parameters that can be applied to all msi files (to get the reference execute the help information, run the msiexec.exe /? command in the command line from the <WINDOWS>\system32\ directory).
  2. parameters Parameters described in the setup.exe reference in the /CMD="[commands]" section (to get the reference execute help information, run the setup.exe exe /? command in the command line from the installer folder, all commands are described in Installation of Axxon PSIM in the Installing Axxon PSIM™ software in a hidden mode sectionquiet mode.
  3. Parameters which that are specified in the setup.exe while installation, i.e.during the installation:
    1. CMD_INSTALLTYPE – ClientClient, Server, Admin.
    2. REMOVEALL (0, 1) – removing —removal with/without configuration savingsaved.
    3. NOOSCHECK=1 – disable disable the check for compatibility with OS.
Info
titleNote.

Working The operation of the specified parameters is not isn't guaranteed if there is a thread 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

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

WhereIn the example:

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

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

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

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