Re: [WiX-users] Burn does not show close application warning during uninstall

2015-05-26 Thread Sergey YUKHNO
cht- > Von: Rob Mensching [mailto:r...@firegiant.com] > Gesendet: Samstag, 8. März 2014 08:33 > An: Tobias Erichsen; General discussion about the WiX toolset. > Cc: b...@joyofsetup.com > Betreff: Re: [WiX-users] Burn does not show close application warning during > uninstall &g

Re: [WiX-users] Burn does not show close application warning during uninstall

2015-05-19 Thread roberthyang
The fact that it works when used from the MSI instead of the bootstrapper means that "application contexts" are not the problem. In the meantime I found a conversation on wix-devs which implies that this won't be implemented any time soon. Fine. What I ended up doing for now is writing a bafunct

Re: [WiX-users] Burn does not show close application warning during uninstall

2015-05-19 Thread Phill Hogland
I use a bundle to drive my msi packages. Generally I use util:RestartResource but some time ago I used util:CloseApplication. I do not recall observing the scenario that you described, however I do know that the underlying API used in either case, util:RestartResource or util:CloseApplication, de

Re: [WiX-users] Burn does not show close application warning during uninstall

2015-05-19 Thread Rob Mensching
t.com/ -Original Message- From: roberthyang [mailto:robert_y...@agilent.com] Sent: Thursday, May 14, 2015 11:24 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Burn does not show close application warning during uninstall Hi all -- dumb question here. I've no

Re: [WiX-users] Burn does not show close application warning during uninstall

2015-05-14 Thread roberthyang
Hi all -- dumb question here. I've noticed that util:CloseApplication works within an MSI, but when that MSI is used within a bundle, we are simply prompted to reboot instead of the nice prompt. Is there a cheap & dirty way to get the MSI-only behavior in the bundle without writing our own boot

Re: [WiX-users] Burn does not show close application warning during uninstall

2014-03-11 Thread Rob Mensching
von Kries [mailto:g...@creativbox.net] Sent: Tuesday, March 11, 2014 2:54 PM To: 'General discussion about the WiX toolset.' Subject: Re: [WiX-users] Burn does not show close application warning during uninstall I too thought I saw a feature request for "files in use" in WixStdB

Re: [WiX-users] Burn does not show close application warning during uninstall

2014-03-11 Thread Georg von Kries
e WiX toolset. Cc: b...@joyofsetup.com Betreff: Re: [WiX-users] Burn does not show close application warning during uninstall I'd be a bit surprised if there isn't already a feature request tracking the issue. -Original Message- From: Tobias Erichsen [mailto:i...@tobias-erichsen.de] Sent: Fr

Re: [WiX-users] Burn does not show close application warning during uninstall

2014-03-09 Thread Tobias Erichsen
> Searching is supported, the text box is just missing. It'll show up > eventually. Ah - that would be great ;-) -- Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get ha

Re: [WiX-users] Burn does not show close application warning during uninstall

2014-03-09 Thread Rob Mensching
Cc: b...@joyofsetup.com Betreff: RE: [WiX-users] Burn does not show close application warning during uninstall I'd be a bit surprised if there isn't already a feature request tracking the issue. -Original Message- From: Tobias Erichsen [mailto:i...@tobias-erichsen.de] Sent: Friday, March

Re: [WiX-users] Burn does not show close application warning during uninstall

2014-03-07 Thread Rob Mensching
I'd be a bit surprised if there isn't already a feature request tracking the issue. -Original Message- From: Tobias Erichsen [mailto:i...@tobias-erichsen.de] Sent: Friday, March 7, 2014 7:49 PM To: General discussion about the WiX toolset. Cc: Rob Mensching; b...@joyofsetup.com Subject:

Re: [WiX-users] Burn does not show close application warning during uninstall

2014-03-07 Thread Tobias Erichsen
Hi Jacob, > Are you using WixStdBA or your own BA? I think it was in 3.8 where those > messages were > now being seen and interpreted by the engine, but I cannot remember if there > were any > callbacks to the UI. Even if there were, I don't remember WixStdBA having a > dialog > available to

Re: [WiX-users] Burn does not show close application warning during uninstall

2014-03-07 Thread Hoover, Jacob
Are you using WixStdBA or your own BA? I think it was in 3.8 where those messages were now being seen and interpreted by the engine, but I cannot remember if there were any callbacks to the UI. Even if there were, I don't remember WixStdBA having a dialog available to prompt the user. Looking