Installing on Windows

From LabRPS Documentation
Jump to navigation Jump to search

Standard Installation

The easiest way to install the latest stable version of LabRPS is to use the installer:

Windows.png Windows 64 bit (sha256)

If you would like to download a development version, which may be unstable, see the Weekly builds download page.

After downloading the installer, double-click it to start the installation process.

Below is more information about some technical options. But most users don't need more than the installer. Head to Getting started once installation is complete.

Installation for all users of the Windows system

By default LabRPS will be installed for the user that executes the installer. If this user only has user permissions, the default installation path is:

C:\Users\<username>\AppData\Local\Programs\LabRPS X.YY

If the installer is executed by an admin user, or you execute it as admin, you can choose if LabRPS should be installed for all users of the system or just for you. The default is for all users.

If installed for all users, the default installation path is:

C:\Program Files\LabRPS X.YY

Silent Installation

To install LabRPS silently, you can execute the installer from the command line:

LabRPS-~.exe /S

Default settings will be used for all options. A custom installation path can be specified in this manner:

LabRPS-~.exe /S /D=A path to LabRPS with spaces

By default, even with silent installations, there will be a short popup when the installer is checked for corruption. This so-called cyclic redundancy check only takes a few seconds at most. To disable this corruption check:

LabRPS-~.exe /S /NCRC

Note that this /NCRC flag is not recommended since the corruption check assures that the installer was e.g. completely downloaded.

Chocolatey

It is highly recommended that you use a package manager such as Chocolatey to keep your software updated. You can install Chocolatey following these instructions and then open a PowerShell terminal as admin and run:

choco install labrps

Every once in a while you can update your software with:

choco upgrade labrps

This will get the latest version available from the Chocolatey repository. If there are any issues with the Chocolatey package, you can contact maintainers on this page.

Uninstallation

To uninstall LabRPS it is preferable to use the Windows tools for uninstalling software. Alternatively you can execute the uninstaller directly. This is the file:

Uninstall-LabRPS.exe

You can find it in the folder where LabRPS is installed.

The uninstaller can also be executed silently using the command line:

Uninstall-LabRPS.exe /S

Note that (silent) uninstallation will fail if there is a running instance of LabRPS, even if that instance is not the version being uninstalled.