Error 1720 uninstalling a msi
I'm trying to uninstall a msi file and allways I find the error message
I know how I have to do to solve this error when I'm making a msi package, but this is a package made by someone else, and I need to uninstall it.
Do you know how can I do that?
Thanks!
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
Jsaylor
15 years ago
The least crude option would be to log the installation (use /l* c:\mylog.log,) find the custom action that's responsible for stopping the installation, and see what it's trying to do (hopefully it's commented!) or what it's failing on, then attempt to remedy the situation causing the error in the first place before uninstalling.
Most of the time when an uninstall fails on a CA, it's because the author didn't expect X or Y condition, and it may be best to correct the condition rather than try to modify somebody else's MSI.
EDIT: Unless the dude that made it never bothered testing an uninstallation, in which case you'll probably have to fix or get rid of the CA in the MSI, redeploy it to your workstations with REINSTALL=all and REINSTALLMODE=vomus to recache the MSI with the proper files, then run an uninstall of the new package afterwards.
Most of the time when an uninstall fails on a CA, it's because the author didn't expect X or Y condition, and it may be best to correct the condition rather than try to modify somebody else's MSI.
EDIT: Unless the dude that made it never bothered testing an uninstallation, in which case you'll probably have to fix or get rid of the CA in the MSI, redeploy it to your workstations with REINSTALL=all and REINSTALLMODE=vomus to recache the MSI with the proper files, then run an uninstall of the new package afterwards.
Posted by:
FunWithApps
15 years ago
If this is on a single machine, you could try running Windows Installer Cleanup tool.
http://support.microsoft.com/kb/290301
I don't think there is any way to run this on multiple machines.
http://support.microsoft.com/kb/290301
I don't think there is any way to run this on multiple machines.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.