Go to documentation repository
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:
Note.
A text file in which the names of the target computers are listed in a column can be used as a NODE list.
Note
The operation of the specified parameters isn't guaranteed if there is a branch in the registry:
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).