Try using MSIZap to get rid of the entries. The files will all be left on the 
file system, but it should help to start cleaning up your system. All you need 
is the product code from each instance of the installed product and you are 
good to go.

msizap.exe TW! {PLACE-GUID-HERE}

I should also mention that msizap is part of the Windows Installer SDK and can 
be found there.  Hope this helps!

Mit freundlichen Grüßen / Kind Regards,
Christopher Adkins
Manager Research and Development
DocuWare



-----Original Message-----
From: Mihajlo Cvetanović [mailto:mcvetano...@gmail.com] 
Sent: Mittwoch, 9. Januar 2013 12:38
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Uninstall badly formed bundle

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