I'm playing with Burn, learning along the way. I created my BA in C# that has no GUI, and just logs all events, and does nothing else. In control panel there are now five identical installed applications, some from debug configuration, some from release. I cannot uninstall any of them from Programs and Features. When I try to "change" instead of uninstall there is elevation permission window, but still nothing changes after that. Code for Run() override was bad, essentially installing the product in all cases:
protected override void Run() { Engine.Detect(); Engine.Plan(LaunchAction.Install); Engine.Apply(IntPtr.Zero); Engine.Quit(0); } How to uninstall these apps now? Sanitized log is here: http://pastebin.com/Zyc1HYmu Lines beginning with ">" are written by my BA. ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users