Feature Requests item #1338655, was opened at 2005-10-26 10:16 Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1338655&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: wixui Group: None Status: Open Priority: 5 Submitted By: Brian Simoneau (briansimoneau) Assigned to: Bob Arnson (barnson) Summary: Performing additional action on exit Initial Comment: I want to perform a particular custom action anytime the installation exits, either because of user canceling, fatal error, or successful completion. It looks like OnExit attribute of the Custom element is the way to do this. However, http://msdn.microsoft.com/library/default.asp? url=/library/en-us/msi/setup/installuisequence_table.asp says that "No more than one action may have a negative value entered in the Sequence field." This seems to be what I am seeing. The Show dialog defined in the WiX UI Common.wxs is being displayed, but my custom action with the same negative sequence number is not being executed on exit. I want to get my custom action to run on exit while still showing the default exit dialogs. Based on what Bob Arnson had to say, this could be done once we have binder variables. ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-03-21 17:52 Message: Logged In: YES user_id=518766 Fixing categorization. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1338655&group_id=105970 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
