---
title: "Silent installation"
canonical: "https://help.innovyze.com/space/xps/19662146/Silent%20installation"
format: markdown
---
The following options are available to install XPSWMM 2019.1** **and later from the command line:

| **Command line switch** | **Description** |
| --- | --- |
| /i | Install the product |
| /q | Quiet install (no User Interface) |
| SetupType | (Always required) Must be one of: Standalone, NetworkClient, NetworkServer |
| LicenseFile | (Required for Standalone and Network Client setup types.)<br>The path to the xcf license configuration file |
| ServerAddress | (Required for NetworkClient)<br>The IP address of the server that has Sentinel network dongle |


Examples of using the installer from the command line:


**Standalone (Sentinel):**

`xpswmm2019.1.exe /i /q SetupType=Standalone LicenseFile=D:\xpswmm.xcf`


**Network Client:**

`xpswmm2019.1.exe /i /q SetupType=NetworkClient LicenseFile=D:\xpswmm.xcf ServerAddress=192.168.1.1`


**Network Server:        **

`xpswmm2019.1.exe /i /q SetupType=NetworkServer`