Return Results for AVEVA Work Tasks Silent Upgrade
- Last UpdatedJun 06, 2024
- 1 minute read
-
Open a Notepad file and add the following script.
echo off
cd <AVEVA Work Tasks 2023 R2 Installpath>\Bin\AVEVAWorkTasksSilentUpgradeManager.exe
echo %ERRORLEVEL%
-
Enter the appropriate value for <AVEVA Work Tasks Install path>.
For example: C:\Program files\AVEVA\Work Tasks\Bin
-
Save the file with .bat extension.
-
Open the Command Prompt in the Administrative mode.
-
Type the path where the Batch file is saved, and then press Enter.
-
Type the name of the Batch file, and then press Enter.
The return result of the AVEVAWorkTasksSilentUpgradeManager.exe is stored in the %ERRORLEVEL% variable. The return result will be one of the following:
-
0 - If the upgrade procedure is successful.
-
1 - If the upgrade procedure failed.
-
2 - If multiple instances of AVEVAWorkTasksSilentUpgradeManager.exe are running.
-