Silent Installation

<< Click to display Table of content >>

Navigation:  Installation > MithraREM installation >

Silent Installation

Page précédenteRetour chapitrePage suivante

In the case of a mass deployment of MithraREM, a silent process for the installation can be created. To set a silent installation enter a command line as follows:

MithraREM-Installer-5.xxxx.exe /qn

The setup file (MithraREM-Installer-5.xxxx.exe) can be located anywhere on the machine, i.e. on the desktop, D:\ drive, USB key, etc. The file can also be renamed by the user if required.

 

The following list shows the available properties (to write in capital letters), their descriptions and value options when appropriate.

Installation location

Use the MITHRAINSTALLDIR property to specify where you would like to install MithraREM.

Example: MITHRAINSTALLDIR=”C:\Program Files\Geomod\MithraREM”

 

Licensing parameters

WIXUI_ISNETWORKLICENCE: type of licence

Possible values:

Standalone : "0"

Network : "1"

Default value is "0", so standalone.

 

WIXUI_PATH_LICENSE: path to the licence file ( .lservrc ou .lmithra)

Example: WIXUI_PATH_LICENSE="D:\__temp\123456_12345678.lmithra"

 

The two following properties are valid only if you intend to use the Network licencing type:

 

WIXUI_SERVERS: address of the licence server

Examples: WIXUI_SERVERS="mon.serveur.fr" or WIXUI_SERVERS="127.0.0.1"

 

WIXUI_HOST: the port the specified licence server is listening on. You do not need this parameter if the licence server is listening on the standard port (5093)

Example: WIXUI_HOST="3426"

Installation examples

Standalone installation

MithraREM-Installer-5.1.11.18464.msi /qn MITHRAINSTALLDIR="C:\Program Files\Geomod\MithraREM" WIXUI_PATH_LICENSE="D:\__temp\123456_12345678.lmithra"

Network installation

MithraREM-Installer-5.1.11.18464.msi /qn MITHRAINSTALLDIR="C:\Program Files\Geomod\MithraREM" WIXUI_PATH_LICENSE="D:\__temp\123456_12345678.lmithra" WIXUI_SERVERS="mon.serveur.fr" WIXUI_HOST="5093" WIXUI_ISNETWORKLICENCE="1"