The log file is you friend.

-----Original Message-----
From: Farrukhw [mailto:farru...@gmail.com] 
Sent: Tuesday, February 18, 2014 7:56 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Burn: Managed Boostrapper upgrade but Installs side by 
side with older version

I'm struggling with my Custom Boostrapper Upgrade issue. By following  this 
stackoverflow thread 
<http://stackoverflow.com/questions/17676657/wix-burn-bootstrapper-majorupgrade>
, I'm using LaunchAction.Install.

This does Upgrade the Product as well as Boostrapper, but older Bootstrapper 
remains there, as shown in following screen shot.
<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7592745/xYM33.png>
 

If I invoke ver 1.0.0.0 from here, it would display Dialog to Install, but 
would do nothing. However, invoking ver 1.0.1.0 would give me the option to 
Uninstall the product. However, upon Uninstall, it would only remove itself, 
and "My Product" is left behind.

I also tried with

_bootstrapper.Engine.Plan(LaunchAction.UpdateReplace);
and

_bootstrapper.Engine.Plan(LaunchAction.UpdateReplaceEmbedded);
but it has no effect.

Question: How to upgrade older installation with falling in above situation?
Can anyone please provide a working example of CustomBA upgrade?

Would really appreciate any help in this regard.
Thanks



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Managed-Boostrapper-upgrade-but-Installs-side-by-side-with-older-version-tp7592745.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications Take advantage of what the 
Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to