I still need answer to the question. How to uninstall badly formed bundle?

Mihajlo Cvetanović wrote
> 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.





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Uninstall-badly-formed-bundle-tp7582544p7582744.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to