I have a CustomAction rollback in my Wix File that looks like this:

<CustomAction Id="Rollback" FileKey="MyEXE" ExeCommand="rollback"
Execute="rollback" Return="check" Impersonate="no" HideTarget="yes"/>
      
<InstallExecuteSequence>
     <Custom Action="Rollback" Before="MsiUnpublishAssemblies"/>

This never gets called If i fake a failure or press cancel. I want my
CustomAction to run on any rollback. 

Any ideas what I'm doing wrong?

Thanks
-- 
View this message in context: 
http://www.nabble.com/Rollback-CustomAction-Question-tp18448323p18448323.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to