Versions Compared

Key

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

...

Info
titleNote

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

  • For x86 system: HKEY_LOCAL_MACHINE\SOFTWARE\AxxonSoft\Axxon PSIMAxxonPSIM\InstallPropertyInfo
  • For x64 system: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AxxonSoft\Axxon PSIMAxxonPSIM\InstallPropertyInfo

The branch has the parameters of the previous installation.

...

Info
titleExample

Example of an installer parameter string:

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

In the example above: 

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

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

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

...