In order to install Face PSIM on a remote computer, run the following command with the wmic.exe utility: 

/NODE:"Computer_name" /USER:"User_name" /PASSWORD:"Password" product call install true, "%installer parameters%", "%Path_to_folder_with_distribution_kit%\Product.msi"

Here:

The NODE list can be a text file that specifies the names of the target computers in column.

The operation of these parameters is not guaranteed if there is a branch in the registry:

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

The branch has the parameters of the previous installation.


Example of an installer parameter string:

REBOOT=ReallySuppress LANGUAGE="en" TRANSFORMS="%Path_to_folder_with_distribution_kit%\languages\Setup\en\en.mst" CMD_INSTALLTYPE="Server".

In the example above: 

REBOOT=ReallySuppress cancels computer reset at the end of installation. 

LANGUAGE="en" selects the product language. The default product language is English.

TRANSFORMS="%Path_to_folder_with_distribution_kit%\languages\Setup\en\en.mst" specifies the path to the installer language mst-patch (specifies the installer language).

CMD_INSTALLTYPE="Server" specifies Axxon PSIM installation type − Server. It can also take the Admin value (if Remote Administrator’s workplace installation type is required) and Client (if Remote Client installation type is required).