Deactivate auto-updates of Rigi tools
Rigi has a suite of tools that run on Windows. The Rigi team updates those tools regularly. Each tool has an auto-update component, which performs an online check to find out if a new version of the tool is available.

The auto-update component reads the installer's location from a JSON file and then directs users to that location.
By default, all tools check for updates. You can deactivate the auto-updating manually or via the installer.
Open the folder in which you have installed a tool.
Open the config file.
Change the
AutoUpdate
setting fromtrue
tofalse
.
The tool will no longer perform an online check for updates.
Double-click the installer. The wizard will be displayed.
Navigate to the Auto update page.
Deselect the Auto update (recommended) checkbox.
This will install the config file with AutoUpdate
set to false
.
All Rigi installers can be installed in silent mode (/S) and have the option to prevent auto update (/AUTO=no).
Run the installer from the command line with the argument /AUTO=no
.
This will install the config file with AutoUpdate
set to false
.