Re: [WiX-users] Bootstrapper rollback failure

2013-06-10 Thread Roopa Prabhu
Is there a way to track this or keep myself updated about it? On Mon, Jun 10, 2013 at 11:24 AM, Rob Mensching wrote: > It could be if someone implemented it. > > > On Sun, Jun 9, 2013 at 10:12 PM, Roopa Prabhu > wrote: > > > Hi Rob, > > > > Will this be supported in the next release? > > We pla

Re: [WiX-users] Error 1923 - Service fails to install during upgrade

2013-06-10 Thread Sandip Shahane
That's what I also suspected earlier but cannot point finger to any such errors. StopServices action doesn't give any indication of failure. We are noticing this issue sometimes even when the service is stopped manually before running upgrade. Is there anything particular in the setup log that c

Re: [WiX-users] Wix and InstallShield 2012

2013-06-10 Thread Christopher Painter
Why does it have to be "one"? :) There's a whole lot that can be done if you buy 1 copy of InstallShield and blend it with a lot of WiX goodness From: "Rob Mensching" Sent: Sunday, June 09, 2013 1:31 AM To: yuanfanganyi...@sina.cn, "General discussi

Re: [WiX-users] Condition on bundle

2013-06-10 Thread Michela R.
"SitBundleInstalled OR Installed" doesn't work but i solved with "SitBundleInstalled OR (WixBundleInstalled AND WixBundleAction = 3)" WixBundleAction=3 means uninstalling the bundle, so updating the bundle stops but uninstalling it goes on successfully. Thanks for the hint 2013/6/7 Pally Sandh