Re: [WiX-users] Uninstall Rollback not triggered with WIXFAILWHENDEFERRED

2015-02-12 Thread Namrata Kumari
Where to include REMOVE=ALL using WIXFAILWHENDEFERRED -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Uninstall-Rollback-not-triggered-with-WIXFAILWHENDEFERRED-tp7598874p7599202.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Uninstall Rollback not triggered with WIXFAILWHENDEFERRED

2015-01-19 Thread wixtester
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. A

Re: [WiX-users] Uninstall Rollback not triggered with WIXFAILWHENDEFERRED

2015-01-16 Thread Jeremiahf
Include the condition in your execute sequence to include REMOVE=ALL On Fri, Jan 16, 2015 at 11:35 AM, wixtester wrote: > Hi, > >I am using the WIXFAILWHENDEFFERED customaction reference to test the > installer rollback sequence. > The Install rollback works fine with this property but the u