This article describes how to remove VDA components such as Citrix Personal vDisk, Machine Identity Service Agent, Citrix Profile Management or Citrix Universal Print Client etc using Windows Installer uninstall string for MSI files.
Following is the process for manually uninstalling currently installed Citrix Component - a Microsoft Installer (MSI) package:
Caution! Refer to the Disclaimer at the end of this article before using Registry Editor.
The Windows Installer command to remove a package installed with an MSI file is msiexec.exe /x GUID REBOOT=ReallySuppress /qb!
Refer to the Microsoft KB for further information on Windows Installer command-line options.
A list of Globally Unique Identifiers (GUIDs) for public releases can be found in this following registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall.
Note: For x64 systems, check the same path but under the Wow6432Node key.