Re: [WiX-users] latest weekly build fails to update

2013-04-06 Thread Rob Mensching
Log file for all Bundles is in %TEMP%. There is a known issue with the most recent build that is just busted. Should all be fixed in Monday's build. On Sat, Apr 6, 2013 at 1:28 PM, Sean Farrow wrote: > Hi, > > I'm running a machine with the latest weekly builds. I've installed build > 3.09 when

Re: [WiX-users] Burn DisplayInternalUI z-order has problem

2013-04-06 Thread Rob Mensching
Yes, that code. You need to pass the correct handle to the window instead of IntPtr.Zero. On Sat, Apr 6, 2013 at 9:20 AM, phoenix wrote: > Thanks for your kindness, rob > > Your mean this: > > /* mycode */ > > /// > /// Method that gets invoked when the Bootstrapper PlanComplete > ev

[WiX-users] latest weekly build fails to update

2013-04-06 Thread Sean Farrow
Hi, I'm running a machine with the latest weekly builds. I've installed build 3.09 when trying to install build 04/01, this gives me the message that it fails to update. Is there a log file available so I can find out what the issue is? Cheers Sean. --

Re: [WiX-users] Burn DisplayInternalUI z-order has problem

2013-04-06 Thread phoenix
Thanks for your kindness, rob Your mean this: /* mycode */ /// /// Method that gets invoked when the Bootstrapper PlanComplete event is fired. /// If the planning was successful, it instructs the Bootstrapper Engine to /// install the packages. /// pr

Re: [WiX-users] Bundle Version and patching

2013-04-06 Thread Rob Mensching
That's a pretty scary hack to me. I could see us doing things in the future that totally get confused doing that. It seems like this would be a better feature request for the engine to handle. The behavior you are seeing right now is completely expected but I can totally see why it'd be nice if pat

Re: [WiX-users] Burn DisplayInternalUI z-order has problem

2013-04-06 Thread Rob Mensching
Make sure you pass a handle to your Bootstrapper Application window to Apply(). On Sat, Apr 6, 2013 at 7:27 AM, feng huang wrote: > Dear all, > > > I have write a custom bootstrapper use wpf, it will show some > prerequisites. everything is ok. but when click install , the msipackage > interna

Re: [WiX-users] Bundle Version and patching

2013-04-06 Thread Brian_Covington
I had the same problem. What I did to solve it is in the product msi, I created a custom action that runs on both install and uninstall to find the bundle entry in Uninstall and update the DisplayVersion. When installing, I create an OldDisplayVersion which has the version number for what is abou

[WiX-users] Burn DisplayInternalUI z-order has problem

2013-04-06 Thread feng huang
Dear all, I have write a custom bootstrapper use wpf, it will show some prerequisites. everything is ok. but when click install , the msipackage internal ui showed behind of wpf ui. how to set the internal ui to topmost , thank you! *my bundles.wxs as follows:*