Documentation for WEB Report System PSIM 1.0.1.

Previous page Remote installation and deinstallation of WEB Report System PSIM  Remote deinstallation of WEB Report System PSIM Next page

In order to install WEB Report System 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:

  • /NODE - the name of the target computer on which WEB Report System PSIM is being installed.

Note

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

  • /USER and /PASSWORD - login and password of the user who has the rights to install the software on the remote computer.
  • "%Path_to_folder_with_distribution_kit%\Product.msi" - path to the Product.msi installer file you need to run. It is the local path to the folder to which you copied the distribution kit. 
  • %installer parameters% − installer options. The following parameters can be applied to Product.msi: 
    1. The parameters that can be applied to any msi file (for reference, run the msiexec.exe /? command in the command line from <WINDOWS>\system32\ directory).
    2. The parameters described in the setup.exe help article in the /CMD="[commands]" section (for reference, run the setup.exe /? command in the command line from the installer folder. These commands are also described in Installing Axxon PSIM™ software in a silent mode section).
    3. The parameters that are set in setup.exe during installation:
      • CMD_INSTALLTYPE – Client, Server, Admin.
      • REMOVEALL (0, 1) – removal with/without saving the configuration. 
      • NOOSCHECK=1 – disable the OS compatibility check.

Note

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

Example of an installer parameter string:

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

In the example above: 

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

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

TRANSFORMS="%Path_to_folder_with_distribution_kit%\languages\Setup\es\es.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).

  • No labels