Troubleshoot the installation
- Last UpdatedJan 06, 2025
- 1 minute read
If you are installing AVEVA Real-Time System (RTS) on a Windows Server operating system (OS) after previously uninstalling RTS, you might get a message that the product when you try to re-install RTS. If you continue to receive this message after you confirm that RTS is not installed, an unrelated corruption in the Windows registry may have caused a problem during the RTS uninstallation such that the RTS registry keys were not properly updated or removed. You may be able to fix this problem by cleaning up the RTS registry keys.
Troubleshoot this installation issue
-
In the Windows taskbar or Start menu, search for PowerShell.
-
In the list of search results, right-click Windows PowerShell, and then select Run as administrator.
Windows PowerShell opens with administrator privileges.

-
At the command prompt, enter the following command:
msiexec /x $((Get-WmiObject Win32_Product | ? { $_.Name -like "*Process Simulation RTS*" }).IdentifyingNumber)