During uninstallation, using a custom action, I'd like to check if certain
conditions apply popping up a windows dialog. Only if user clicks OK,
uninstallation may proceed. But, if the user cancels, we want to cancel the
uninstallation.

Now, when user clicks cancel, basically the custom action fails, and
windows installer always shows an error message - *"**Error 1722. There is
a problem with this Windows Installer package. A program run as part of the
setup did not finish as expected. Contact your support personnel or package
vendor." *

The uninstallation gets cancelled ( which is the desired behavior here),
 But, How can I suppress the  error message(as this is not an error, rather
user cancellation), and how can I gracefully rollback the uninstallation?
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
DESIGN Expert tips on starting your parallel project right.
http://goparallel.sourceforge.net
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to