You can uninstall hotfix patch packages from a command line; for Windows 2003 and XP SP2, you can also use the Add or Remove Programs applet.
Note: Hotfix patch packages can only be uninstalled using Windows Installer 3.x or later. You cannot uninstall hotfix patch packages using Windows Installer 2.x.
msiexec /i <GUID> MSIPATCHREMOVE=<Full path to MSP> /qb
Where:
Specifies the CA DLP product code, or GUID, for the hotfix patch package that you want to uninstall. You must enclose the GUID in braces { } when running the uninstall command. The GUIDs vary by installation package and product version. See Product Codes.
Specifies the full path and name of the hotfix patch package; the /qb option specifies a progress bar and simple confirmation dialog when the uninstall is complete.
Note: To remove multiple hotfix patch packages, set MSIPATCHREMOVE to a semicolon-separated list of <Full path to MSP> values.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |