Go to documentation repository
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:
| Info | ||
|---|---|---|
| ||
| Instead of NODE list the A text file in which the names of the target computers are listed in a column can figurebe used as a NODE list. |
| Info | ||
|---|---|---|
| ||
Working The operation of the specified parameters is not isn't guaranteed if there is a thread branch in the registry:
It The branch contains parameters of the previous installation. |
| Info | ||
|---|---|---|
| ||
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). |