page title decoration image

Silent Installation via MSI

A full installation allows Rillsoft Project to be installed automatically – so no dialog boxes are displayed. This is particularly suitable for automated software deployment in a network.

Step 1 – Download the MSI package

Download the matching product package:

Step 2 – Run the silent installation

Run msiexec.exe with the /qn option. Example:

msiexec.exe /i rp90en_x64.msi /qn INSTALLDIR="C:\Program Files\Rillsoft Project" DATADIR="C:\ProgramData\Rillsoft Project"

Meaning of the parameters

ParameterMeaning
/iInstalls or configures a product
rp90en_x64.msiProduct file for Rillsoft Project (alternatively rp90en_x86.msi for 32-bit)
/qnSpecifies that no user interface is displayed
INSTALLDIRName of the program directory
DATADIRName of the data directory

The interactive installation is described in the 6-step installation guide. After installation: activate your license.