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

AVEVA™ Work Tasks

Install Connector for System Platform in Silent Mode

Install Connector for System Platform in Silent Mode

  • Last UpdatedJun 10, 2024
  • 2 minute read

You can install the Connector for System Platform in silent mode using the AVEVA Work Tasks Connector for System Platform installer with switches for silent mode.

The installation of the Connector for System Platform in silent mode considers user inputs from command-line parameters.

The full syntax for running the AVEVA Work Tasks Connector for System Platform installer from the command line is as follows:

<Installer EXE Name>.exe /S /v/qn

For example: "AVEVA Work Tasks 2023 R3 Connector for System Platform.exe" /S /v/qn

where,

  • /S denotes silent install

  • /v denotes pass arguments to Msiexec (Basic MSI and InstallScript MSI projects). The /v option is used to pass command line options and values of public properties through to Msiexec.exe.

  • /qn denotes an msiexec switch indicating to run with no user interface (UI).

This command string takes the default values for parameters, such as user name, installation location, and company name.

Silent installation with logging

If you want to install in silent mode with logging, then enter the syntax for silent installation command as follows:

<Installer EXE Name>.exe /S /v/qn /v"/L*v <Log File Path and Name>"

For example: "AVEVA Work Tasks 2023 R3 Connector for System Platform.exe" /S /v/qn /v"/L*v c:\logfileName.log"

Return Results

The return result is stored in the %ERRORLEVEL% variable. Its value is 0 if the installation is successful and other than zero if the installation is not successful.

To get the return result, create and run a batch file with the following commands:

"AVEVA Work Tasks 2023 R2 Connector for System Platform.exe" /S /v/qn

IF %ERRORLEVEL% EQU 0 (

echo Connector silent installation completed successfully.

) ELSE (

echo Connector silent installation not completed successfully.

)

Note: The installer will install connector files in the ArchestrA installation path automatically. After you run the silent installer, wait for a minimum of 30 minutes until the installation is complete. Check the installation folder to ensure that all the required files and folders are copied to the installation folder.

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