List of examples of command line syntax for installation
- Last UpdatedAug 08, 2025
- 2 minute read
- PI System
- PI Server 2024 R2
- PI Server
The command syntax you specify in an installation or upgrade depends on your specific installation or upgrade requirements. You can generate your own examples by running the PI Server install kit interactively by clicking on the Save command line to file… hyper link on the Summary panel.
Note: Check the actual executable filename in your install kit to ensure you are using the correct filename in your command line syntax.
To silently upgrade an existing installation with no display messages or user interaction, simply run AVEVA PI Server_2024_R2_.exe /QUIET. For new installations, additional command-line parameters are required because there are no default features.
The following table provides examples of the AVEVA PI Server_2024_R2_.exe command in various installation scenarios:
|
Description of PI Server Deployment |
Command Syntax |
Notes |
|---|---|---|
|
Install the Data Archive server role silently. |
AVEVA PI Server_R2_2024_.exe |
|
|
Install the PI AF server role. |
AVEVA PI Server_2024_R2_.exe |
This install assumes that there is a single SQL Server instance installed on the local computer. |
|
Install AF SQL scripts only, without executing the AF SQL script. |
AVEVA PI Server_2024_R2_.exe |
After installing the scripts, create and populate the AFServers local group and manually execute the scripts, as discussed in Manual creation of the PI AF SQL Server database. |
|
Install the AF SQL scripts, and then execute the scripts to create the PI AF SQL Server database. |
AVEVA PI Server_2024_R2_.exe |
|
|
Install PI AF Application Service only |
AVEVA PI Server_2024_R2_.exe |
|
|
Install the PI Notifications Service and PI Analysis Service only. Specify a quiet (or silent) installation. |
AVEVA PI Server_2024_R2_.exe |
When the PI AF server is remote from the PI Notifications Service and the PI Analysis Service, a domain account is required for and . |
|
Install PI Server and assign a custom name to the PI AF SQL Server database |
AVEVA PI Server_2024_R2_.exe |
If you are installing the PI AF server and the PI AF SQL Server database on separate machines, use the same command to launch the PI Server install kit on both machines. |