List of command line parameters
- Last UpdatedFeb 12, 2025
- 3 minute read
- PI System
- PI Server 2024 R2
- PI Server
The ADDLOCAL and REMOVE parameters of the PI Server_2024 _.exe command can be used to add and remove features for a new installation or upgrade. The feature names that you specify for the ADDLOCAL and REMOVE parameters correspond to the Individual Features tab in the user interface, as opposed to the Server Roles features in the user interface. If both ADDLOCAL and REMOVE parameters are specified in the command, then ADDLOCAL is applied first followed by REMOVE. The following tables lists the parameters supported by the PI Server_2024 _.exe command.
|
Command Line Parameter |
Description |
|---|---|
|
/Help or /H or /? |
Displays the usage text. |
|
/log c:\path\my.log |
Writes the bundle log to my.log, auxiliary logs to my*.log. If /log is not specified, the log files are written to %userprofile%\appdata\local\temp. Whether or not /log is specified, log files are copied to %programdata%\osisoft\setup\log after the installation has completed. |
|
/Repair |
Repairs existing installations. Note: ADDLOCAL and REMOVE parameters are ignored with this argument. |
|
/Uninstall |
Uninstalls existing installations. Note: ADDLOCAL and REMOVE parameters are ignored with this argument. |
|
/Quiet or /Q or /S |
Specifies a silent, or quiet installation. When you specify this parameter, there will be no user interaction nor any display shown during the process. This is referred to as a silent installation. |
|
/Passive |
A passive installation is intended to be an unattended installation or upgrade that provides visual feedback with a progress bar. Although a files-in-use dialog may be shown, this dialog will be automatically dismissed if a user input in not provided. An advantage of a passive installation over a silent installation is that it allows you to cancel the installation. |
|
ADDLOCAL=[ALL|TYPICAL|feature_name1,feature_name2,…] |
For a new installation, this parameter specifies features to be installed. For an upgrade or for modifying an existing installation, this parameter can be used to add individual features and components to the deployment as part of the upgrade process.
|
|
REMOVE=feature_name1,featurename_2, ... |
For a new installation, the REMOVE parameter can be used in conjunction with ADDLOCAL=ALL or ADDLOCAL=TYPICAL to trim out and remove specific individual features and components from an ALL or TYPICAL installation.
|
|
VARIABLENAME=value |
Specifies the MSI variable and corresponding value for the installation or upgrade. The keyword value corresponds to the MSI variable values and is case sensitive. |
|
PINFEATURE=feature_name |
PINFEATURE prevents the specified features from being upgraded. If an older version of the feature is installed, the specified feature names will not be upgraded.
|
|
PI_CERTIFICATETHUMBPRINT=thumbprint |
PI_CERTIFICATETHUMBPRINT specifies the thumbprint of the certificate to be used for TLS encryption. |