Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Process Simulation

Switches and variables for the command-line installation of AVEVA Real-Time System

Switches and variables for the command-line installation of AVEVA Real-Time System

  • Last UpdatedSep 03, 2025
  • 5 minute read

You can use the SimSci.SimCentral.RtsCoreSetup.exe and SimSci.SimCentral.RtsCoreSetupAllUsers.exe files as commands in a Command Prompt window or other command-line tool to do the following:

  • Open the AVEVA Real-Time System (RTS) installation wizard with a preconfigured setup.

  • Passively install RTS.

  • Silently install RTS.

  • Repair or uninstall an existing RTS installation.

All the controls that are available in the RTS installation wizard are available as variables or switches for the SimSci.SimCentral.RtsCoreSetup.exe and SimSci.SimCentral.RtsCoreSetupAllUsers.exe commands.

The following table lists the available switches that you can use with the SimSci.SimCentral.RtsCoreSetup.exe and SimSci.SimCentral.RtsCoreSetupAllUsers.exe commands.

Switch

Description

/install, /repair, or /uninstall

(Optional) These switches direct the command to install, repair, or uninstall RTS, respectively.

The /install switch is the default. That is, if you do not use any switches with the SimSci.SimCentral.RtsCoreSetup.exe or SimSci.SimCentral.RtsCoreSetupAllUsers.exe command, the software attempts to install RTS.

If you use no switches, or only the /install switch with the command, the installation wizard opens, and you must confirm each installation step in the installation wizard.

You must have a version of RTS installed to successfully use the /repair switch or /uninstall switch.

Using the /repair switch opens the RTS installation wizard to the Modify Setup screen with the Repair button highlighted. You must select Repair to complete the uninstallation.

Using the /uninstall switch opens the RTS installation wizard to the Modify Setup screen with the Uninstall button highlighted. You must select Uninstall to complete the uninstallation. You should ensure the following criteria are met before you try to uninstall RTS:

  • No RTS server is running

  • No ScriptHost process is running

  • No RtsWebUI process is running

/passive or /quiet

(Optional) These switches direct the command to passively or silently install RTS, respectively.

A passive installation displays only the installation progress screen of the RTS installation wizard when you install RTS. You cannot make any changes to the installation options in the installation wizard. You must use the other available switches and variables to modify the installation as needed.

A silent installation does not display the RTS installation wizard. You must use the other available switches and variables to modify the installation as needed.

You should use these switches only with the /install switch.

/log {log.txt}

(Optional) This switch changes the name of the log file for the installation to the specified file name.

If the file name does not include the full file path, the log file appears in the folder from which you run the command (that is, the current directory shown at the command prompt).

If the file name contains spaces, enclose the file name in quotation marks.

The log file is always a plain text file regardless of the specified file extension.

If you do not include the /log switch in the command, the log file appears in the %TEMP% folder and uses the default naming format of AVEVA™_Process_Simulation_RTS_yyyymmdd######.log.

The following table lists the available variables that you can use with the SimSci.SimCentral.RtsCoreSetup.exe and SimSci.SimCentral.RtsCoreSetupAllUsers.exe commands.

Variable

Description

InstallFolder=
{path}

This variable sets the installation folder to the specified file path location.

You can use this variable only when you are installing RTS. This variable corresponds to the Destination folder box on the feature selection screen of the RTS installation wizard.

You can use this variable with the /install switch and any of the optional switches (/passive, /quiet, and /log).

For example, the following command installs the single-user edition of RTS to the C:\AVEVA\Process Simulation 2025.1 folder:

"C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe" /install InstallFolder="C:\AVEVA\Process Simulation 2025.1"

Examples: Installation

  • The following two examples are commands that open the RTS installation wizard by using the single-user edition of the installer:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe"

    or

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe" /install

  • The following two examples are commands that open the RTS installation wizard by using the all-users edition of the installer:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetupAllUsers.exe"

    or

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetupAllUsers.exe" /install

  • The following two examples are commands that open the RTS installation wizard by using the single-user edition of the installer. The Destination folder value on the feature selection screen is automatically set to the C:\AVEVA\Process Simulation\2025.1 folder.

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe" InstallFolder="C:\AVEVA\Process Simulation\2025.1"

    or

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe" /install InstallFolder="C:\AVEVA\Process Simulation\2025.1"

  • The following two examples are commands that open the RTS installation wizard by using the all-users edition of the installer. The Destination folder value on the feature selection screen is automatically set to the C:\AVEVA\Process Simulation\2025.1 folder.

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetupAllUsers.exe" InstallFolder="C:\AVEVA\Process Simulation\2025.1"

    or

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetupAllUsers.exe" /install InstallFolder="C:\AVEVA\Process Simulation\2025.1"

Examples: Repair

  • The following example is a command that repairs the current RTS installation by using the single-user edition of the installer:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe" /repair

  • The following example is a command that repairs the current RTS installation by using the all-users edition of the installer:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetupAllUsers.exe" /repair

Examples: Uninstall

  • The following example is a command that uninstalls the current RTS installation by using the single-user edition of the installer:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe" /uninstall

  • The following example is a command that uninstalls the current RTS installation by using the all-users edition of the installer:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetupAllUsers.exe" /uninstall

Examples: Passive installation

  • The following example is a command that passively installs the single-user edition of RTS:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe" /install /passive

  • The following example is command that passively installs the single-user edition of RTS to the C:\AVEVA\Process Simulation 2025.1 folder.

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe" /install /passive InstallFolder="C:\AVEVA\Process Simulation 2025.1"

  • The following example is a command that passively installs the all-users edition of RTS:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetupAllUsers.exe" /install /passive

  • The following example is a command that passively installs the all-users edition of RTS to the C:\AVEVA\Process Simulation 2025.1 folder:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetupAllUsers.exe" /install /passive InstallFolder="C:\AVEVA\Process Simulation 2025.1"

Examples: Silent installation

  • The following example is a command that silently installs the single-user edition of RTS:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe" /install /quiet

  • The following example is a command that silently installs the single-user edition of RTS to the C:\AVEVA\Process Simulation 2025.1 folder.

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe" /install /quiet InstallFolder="C:\AVEVA\Process Simulation 2025.1"

  • The following example is a command that silently installs the all-users edition of RTS:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetupAllUsers.exe" /install /quiet

  • The following example is a command that silently installs the all-users edition of RTS to the C:\AVEVA\Process Simulation 2025.1 folder:

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetupAllUsers.exe" /install /quiet InstallFolder="C:\AVEVA\Process Simulation 2025.1"

Examples: Log file name changes

  • The following example is a command that changes the log file name to InstallLog01.txt. The log file appears in the folder from which you run the command.

    "C:\Installs\AVEVA Process Simulation 2025.1\SimSci.SimCentral.RtsCoreSetup.exe" /install /quiet /log InstallLog01.txt InstallFolder="C:\AVEVA\Process Simulation 2025.1"

  • The following example is a command that changes the log file name to RTSInstall.log. The log file appears in the C:\AVEVA\Install Logs folder specified in the log file name.

    "C:\Installs\AVEVA Process Simulation 2025\SimSci.SimCentral.RtsCoreSetupAllUsers.exe" /install /quiet InstallFolder="C:\AVEVA\Process Simulation 2025.1" /log "C:\AVEVA\Install Logs\RTSInstall.log"

In This Topic
TitleResults for “How to create a CRG?”Also Available in