Versions Compared

Key

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

...

Info
titleExample

Example of the line with installer parameters:

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

Where

REBOOT=ReallySuppress – cancel computer reboot when installation finished,

LANGUAGE="ru" – select the language of product. Default product language is English.

TRANSFORMS="% Path%Path_to_folder_with_distributive %distributive%\languages\Setup\ru\ru.mst" – specify path to the language mst-patch of installer (specify the installer language).

CMD_INSTALLTYPE="Server" specifies the type of the Intellect software package installation – Server. The “Admin” value is also available (if the Remote Administrator Workstation installation type is required) and “Client” (if the Remote Client installation type is required).

 

...