Since you didn't provide the command line, I'm not sure what you're asking
about.  It appears that WixBA parsed the command line and thought you
wanted to uninstall, so in that case I would expect WixBA to uninstall.

As for running Uninstall and UpdateReplace, seems to be the same issue that
I submitted at http://wixtoolset.org/issues/4481/.  If WixBA is "Invoking
automatic plan for uninstall", it shouldn't be checking for updates.


On Mon, Jul 28, 2014 at 4:36 PM, Hoover, Jacob <jacob.hoo...@greenheck.com>
wrote:

>  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
>
>
------------------------------------------------------------------------------
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