Sometimes you can run into issues with uninstalling a Windows application and MsiExec.exe can help. Make sure that you have the correct globally unique identifier (GUID) for the installed application.
To uninstall the Windows Client using MsiExec.exe:
-
From the command line, run regedit.exe to open the registry.
-
Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\
and right click the Uninstall folder and select Find. -
In the Find window, search for Cato Client.
-
In the Cato Client key, double click the UninstallString.
-
Copy and save the Value data.
You will use the data in Step 8.
-
Verify that there are no other uninstall keys in the ..\CurrentVersion\Uninstall\ location:
-
Press CTRL-F to open the Find window and search for Cato Client again.
If you find more than one string, save the other strings because they could be causing the problem.
-
Repeat the previous step until you no longer find all the Cato Client keys within this location.
Ignore any Cato Client keys that are in other locations.
-
Close the registry.
-
-
Open a CMD window with administrator privileges.
-
Paste the MsiExec.exe /X string from the registry (for example, MsiExec.exe /X{DED483C6-2FD4-4B71-8AAD-4AD6761362CB} ) and run it.
0 comments
Please sign in to leave a comment.