I don't have WixFailWhenDeferred custom action in InstallExecuteSequence.
Infact, when I opened the msi in ORCA, the CA was sequenced at 6599 (before
InstallFinalize) with condition "WIXFAILWHENDEFERRED=1 AND VersionNT > 400"
This I believe should trigger rollback for both Install and Uninstall.
Apparently, I cannot get the msi to rollback on uninstall.

I also edited the condition in ORCA to "WIXFAILWHENDEFERRED=1 AND VersionNT
> 400 AND REMOVE=ALL" to at least rollback on uninstall (I wouldn't expect
this condition to evaluate true for INSTALL). But the msi didn't rollback.
The condition on the CA was false and was therefore being skipped.

Any other places I could check?

Could this be anything to do with Wix 3.8? I had the rollback working for
both install and uninstall in one of my earlier projects that used Wix 3.5.


Thanks for all suggestions!

sangeeta






--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Uninstall-Rollback-not-triggered-with-WIXFAILWHENDEFERRED-tp7598874p7598907.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to