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:
- rp90en_x64.msi – for 64-bit systems
- rp90en_x86.msi – for 32-bit systems
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
| Parameter | Meaning |
|---|---|
/i | Installs or configures a product |
rp90en_x64.msi | Product file for Rillsoft Project (alternatively rp90en_x86.msi for 32-bit) |
/qn | Specifies that no user interface is displayed |
INSTALLDIR | Name of the program directory |
DATADIR | Name of the data directory |
The interactive installation is described in the 6-step installation guide. After installation: activate your license.
