Skip to main content

Rigi Documentation

Install Rigi tools via the command line installer

Rigi has a suite of tools that run on Windows. Each tool has an installer that can be run from the Windows command line interface.

These installers have the following options:

Table 1.

Parameter

Description

/S

Silent mode.

/D=<destination path>

Specifies the folder in which the tool will be installed. If not specified, the default path will be used (recommended).

/AUTO=no

Prevents the tool from checking for new versions (for details, see the Deactivate auto-updates of Rigi tools guide). If not provided, the tool will check for updates.

/THIRD=no

Some tools use third-party components such as Microsoft VC++ runtime or Microsoft .Net installer.

Use this option to inhibit the installation of these third-party tools. It can be useful if the tool is installed in a controlled environment with a strict configuration policy.


Example 2. Rigi Viewer installation command

The following command:

rigi_viewer_setup_0.26.exe /S /D="C:\Program Files (x86)\XYZ" /AUTO=no /THIRD=no

will install the Rigi Viewer component (version 0.26) with the following settings:

  • In silent mode.

  • In the  C:\Program Files (x86)\XYZ folder.

  • Without installing third-party tools (/THIRD=no).

  • The installed viewer will not check for updates (/AUTO=no).