Include the condition in your execute sequence to include REMOVE=ALL

On Fri, Jan 16, 2015 at 11:35 AM, wixtester <sangee...@hotmail.com> 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 uninstall
> rollback does not get triggered.
>
> Appreciate any help in getting the correct command for uninstall rollback
>
> Product.wxs has
> -----------------------
> <CustomActionRef Id="WixFailWhenDeferred" />
>
>
> Uninstall rollback commands I tried
> ---------------------------------------
> msiexec /qb- /x MSINAME.msi /l*v uninstall.log WIXFAILWHENDEFERRED=1
> msiexec /qr /x MSINAME.msi /l*v uninstall.log  WIXFAILWHENDEFERRED=1
> msiexec /x MSINAME.msi /l*v uninstall.log  WIXFAILWHENDEFERRED=1
>
> The logs indicate
> -------------------
> skipping action: WixFailWhenDeferred (condition is false)
>
>
> Thanks !
>
>
>
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Uninstall-Rollback-not-triggered-with-WIXFAILWHENDEFERRED-tp7598874.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
>



-- 
"They may forget what you said but they will never forget how you made them
feel." -- Anonymous
------------------------------------------------------------------------------
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