Seems to me the root cause is located around:

        private void DetectComplete(object sender, DetectCompleteEventArgs e)
        {
            // Parse the command line string before any planning.
            this.ParseCommandLine();

            if (LaunchAction.Uninstall == WixBA.Model.Command.Action)
            {
                WixBA.Model.Engine.Log(LogLevel.Verbose, "Invoking automatic 
plan for uninstall");
                WixBA.Plan(LaunchAction.Uninstall);
            }


<snip>

Interesting parts of the log is:

[81F0:8388][2014-07-28T14:55:52]i000: Invoking automatic plan for uninstall
[81F0:8388][2014-07-28T14:55:52]i199: Detect complete, result: 0x0
[81F0:8388][2014-07-28T14:55:52]i200: Plan begin, 8 packages, action: Uninstall
...
<snip>

Thanks,
Jacob

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to