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

2015-05-26 Thread Sergey YUKHNO
Hi,
this issue?
http://wixtoolset.org/issues/4382/


On 3/12/2014 12:53 AM, Georg von Kries wrote:
 I too thought I saw a feature request for files in use in WixStdBa but I
 cannot find it anymore. Maybe it was on the mailing list only.

 I am willing to contribute this feature for the WixStdBa. I've implemented
 this for our own projects, but it needs some cleanup and adjustments for the
 latest Wix version. I'm little busy lately, but let me know if you guys are
 interested.

 Regards,
 Georg

 -Ursprüngliche Nachricht-
 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

 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: AW: [WiX-users] Burn does not show close application warning during
 uninstall

 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 prompt
 the user.
 ...
 I don't see any WixStdBA implementation so the default would be
 IDNOACTION (equivalent to ignoring the running applications. A restart
 will be required.)
 I'm using the WixStdBA as this is (mostly) sufficient for my needs.
 Unfortunately this seems to be a rather large drawback.

 I would suppose that many people that do not have the need for special stuff
 in the GUI will be using the WixStdBA, so they would run into this issue...

 To Rob  Bob:  any objections on creating a bug-request for this?  If not, I
 would be doing so...

 Tobias


 -Original Message-
 From: Tobias Erichsen [mailto:i...@tobias-erichsen.de]
 Sent: Friday, March 07, 2014 1:41 AM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] Burn does not show close application warning during
 uninstall

 Hi everyone,

 I got a small problem during uninstall of my application.

 If I install/uninstall just with an MSI on W7 for example, I get the dialog
 that some applications must be closed before continuing install.

 When I use that MSI within my burn-bootstrapper, this dialog does not
 appear.

 Do I need to specify DisplayInternalUI to be able to see this dialog?  My
 MSI does not have any UI otherwise...

 Best regards,
 Tobias

 PS.: All done with Wix 3.8
 
 --
 Subversion Kills Productivity. Get off Subversion  Make the Move to
 Perforce.
 With Perforce, you get hassle-free workflows. Merge that actually works.
 Faster operations. Version large binaries.  Built-in WAN optimization and
 the freedom to use Git, Perforce or both. Make the move to Perforce.
 http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

 
 --
 Subversion Kills Productivity. Get off Subversion  Make the Move to
 Perforce.
 With Perforce, you get hassle-free workflows. Merge that actually works.
 Faster operations. Version large binaries.  Built-in WAN optimization and
 the freedom to use Git, Perforce or both. Make the move to Perforce.
 http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

 
 --
 Subversion Kills Productivity. Get off Subversion  Make the Move to
 Perforce.
 With Perforce, you get hassle-free workflows. Merge that actually works.
 Faster operations. Version large binaries.  Built-in WAN optimization and
 the freedom to use Git, Perforce or both. Make the move to Perforce.
 http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech

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

2015-05-19 Thread Rob Mensching
I guess I'd expect if the util:CloseApplication is sending an 
::MsiProcessMessage() that wixstdba would show it. Would need to look closely 
at the code.

_
 Short replies here. Complete answers over there: http://www.firegiant.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 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 bootstrapper application ?  We're using the stdba and Wix 3.9r2 
right now.  We're targeting Windows 7 only and a custom action isn't out of the 
question, but am curious to know if someone has already solved this problem 
before I start coding (smile).

Thanks !
-Rob

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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, depends on the ability to send a Widows Message from
one application context to another.  IF the targeted application is running
in a different user context then there can be issues with passing any
Windows Message from one Winstation/Desktop to another.  (With regard to
this issue related to util:RestartResource there is more info  here
http://wixtoolset.org/issues/4592/  .)   



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-does-not-show-close-application-warning-during-uninstall-tp7593156p7600367.html
Sent from the wix-users mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 bafunctions.dll which uses
ProcFindAllIdsFromExeName to set a burn variable which enables a warning
message within a custom theme.  That way we at least get a warning when the
user tries to uninstall while the application is running.  All that is
missing is the option to close the application, but I think we can live
without that for now.

Cheers !


Phill Hogland wrote
 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, depends on the ability to send a Widows Message
 from one application context to another.  IF the targeted application is
 running in a different user context then there can be issues with passing
 any Windows Message from one Winstation/Desktop to another.  (With regard
 to this issue related to util:RestartResource there is more info 
 here http://wixtoolset.org/issues/4592/  
 .)





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-does-not-show-close-application-warning-during-uninstall-tp7593156p7600375.html
Sent from the wix-users mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 bootstrapper application ?  We're using the stdba
and Wix 3.9r2 right now.  We're targeting Windows 7 only and a custom action
isn't out of the question, but am curious to know if someone has already
solved this problem before I start coding (smile).

Thanks !
-Rob


Tobias Erichsen-2 wrote
 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 prompt the user.
 ...
 I don't see any WixStdBA implementation so the default would be
 IDNOACTION
 (equivalent to ignoring the running applications. A restart will be
 required.)
 
 I'm using the WixStdBA as this is (mostly) sufficient for my needs. 
 Unfortunately
 this seems to be a rather large drawback.  
 
 I would suppose that many people that do not have the need for special
 stuff in the
 GUI will be using the WixStdBA, so they would run into this issue...
 
 To Rob  Bob:  any objections on creating a bug-request for this?  If not,
 I would
 be doing so...
 
 Tobias
 
 
 -Original Message-
 From: Tobias Erichsen [mailto:

 info@

 ]
 Sent: Friday, March 07, 2014 1:41 AM
 To: 

 wix-users@.sourceforge

 Subject: [WiX-users] Burn does not show close application warning during
 uninstall
 
 Hi everyone,
 
 I got a small problem during uninstall of my application.
 
 If I install/uninstall just with an MSI on W7 for example, I get the
 dialog that some applications must be closed before continuing install.
 
 When I use that MSI within my burn-bootstrapper, this dialog does not
 appear.
 
 Do I need to specify DisplayInternalUI to be able to see this dialog? 
 My MSI does not have any UI otherwise...
 
 Best regards,
 Tobias
 
 PS.: All done with Wix 3.8





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-does-not-show-close-application-warning-during-uninstall-tp7593156p7600329.html
Sent from the wix-users mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2014-03-11 Thread Georg von Kries
I too thought I saw a feature request for files in use in WixStdBa but I
cannot find it anymore. Maybe it was on the mailing list only. 

I am willing to contribute this feature for the WixStdBa. I've implemented
this for our own projects, but it needs some cleanup and adjustments for the
latest Wix version. I'm little busy lately, but let me know if you guys are
interested.

Regards,
Georg 

-Ursprüngliche Nachricht-
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

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: AW: [WiX-users] Burn does not show close application warning during
uninstall

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 prompt
the user.
 ...
 I don't see any WixStdBA implementation so the default would be 
 IDNOACTION (equivalent to ignoring the running applications. A restart 
 will be required.)

I'm using the WixStdBA as this is (mostly) sufficient for my needs.
Unfortunately this seems to be a rather large drawback.  

I would suppose that many people that do not have the need for special stuff
in the GUI will be using the WixStdBA, so they would run into this issue...

To Rob  Bob:  any objections on creating a bug-request for this?  If not, I
would be doing so...

Tobias


-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de]
Sent: Friday, March 07, 2014 1:41 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Burn does not show close application warning during
uninstall

Hi everyone,

I got a small problem during uninstall of my application.

If I install/uninstall just with an MSI on W7 for example, I get the dialog
that some applications must be closed before continuing install.

When I use that MSI within my burn-bootstrapper, this dialog does not
appear.

Do I need to specify DisplayInternalUI to be able to see this dialog?  My
MSI does not have any UI otherwise...

Best regards,
Tobias

PS.: All done with Wix 3.8

--
Subversion Kills Productivity. Get off Subversion  Make the Move to
Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and
the freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Subversion Kills Productivity. Get off Subversion  Make the Move to
Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and
the freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Subversion Kills Productivity. Get off Subversion  Make the Move to
Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and
the freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2014-03-11 Thread Rob Mensching
Always interested in more contributors. Jump over to wix-devs mailing list to 
discuss how to get started.

___
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-Original Message-
From: Georg 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 WixStdBa but I 
cannot find it anymore. Maybe it was on the mailing list only. 

I am willing to contribute this feature for the WixStdBa. I've implemented this 
for our own projects, but it needs some cleanup and adjustments for the latest 
Wix version. I'm little busy lately, but let me know if you guys are interested.

Regards,
Georg 

-Ursprüngliche Nachricht-
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

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: AW: [WiX-users] Burn does not show close application warning during 
uninstall

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 
 prompt
the user.
 ...
 I don't see any WixStdBA implementation so the default would be 
 IDNOACTION (equivalent to ignoring the running applications. A restart 
 will be required.)

I'm using the WixStdBA as this is (mostly) sufficient for my needs.
Unfortunately this seems to be a rather large drawback.  

I would suppose that many people that do not have the need for special stuff in 
the GUI will be using the WixStdBA, so they would run into this issue...

To Rob  Bob:  any objections on creating a bug-request for this?  If not, I 
would be doing so...

Tobias


-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de]
Sent: Friday, March 07, 2014 1:41 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Burn does not show close application warning during 
uninstall

Hi everyone,

I got a small problem during uninstall of my application.

If I install/uninstall just with an MSI on W7 for example, I get the dialog 
that some applications must be closed before continuing install.

When I use that MSI within my burn-bootstrapper, this dialog does not appear.

Do I need to specify DisplayInternalUI to be able to see this dialog?  My MSI 
does not have any UI otherwise...

Best regards,
Tobias

PS.: All done with Wix 3.8

--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the 
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the 
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the 
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

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

2014-03-09 Thread Rob Mensching
Searching is supported, the text box is just missing. It'll show up eventually.

___
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de] 
Sent: Saturday, March 8, 2014 2:56 AM
To: Rob Mensching; General discussion about the WiX toolset.
Cc: b...@joyofsetup.com
Subject: AW: [WiX-users] Burn does not show close application warning during 
uninstall

Is there any way to make a free text search in the issue-tracker?
If so, I have not yet seen it - but it would be really useful
for finding existing bugs/feature requests...

-Ursprüngliche Nachricht-
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

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: AW: [WiX-users] Burn does not show close application warning during
uninstall

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 prompt
the user.
 ...
 I don't see any WixStdBA implementation so the default would be 
 IDNOACTION (equivalent to ignoring the running applications. A restart 
 will be required.)

I'm using the WixStdBA as this is (mostly) sufficient for my needs.
Unfortunately this seems to be a rather large drawback.  

I would suppose that many people that do not have the need for special stuff
in the GUI will be using the WixStdBA, so they would run into this issue...

To Rob  Bob:  any objections on creating a bug-request for this?  If not, I
would be doing so...

Tobias


-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de]
Sent: Friday, March 07, 2014 1:41 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Burn does not show close application warning during
uninstall

Hi everyone,

I got a small problem during uninstall of my application.

If I install/uninstall just with an MSI on W7 for example, I get the dialog
that some applications must be closed before continuing install.

When I use that MSI within my burn-bootstrapper, this dialog does not
appear.

Do I need to specify DisplayInternalUI to be able to see this dialog?  My
MSI does not have any UI otherwise...

Best regards,
Tobias

PS.: All done with Wix 3.8

--
Subversion Kills Productivity. Get off Subversion  Make the Move to
Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and
the freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Subversion Kills Productivity. Get off Subversion  Make the Move to
Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and
the freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 at my current fork I see:

virtual STDMETHODIMP_(int) OnExecuteFilesInUse(
__in_z LPCWSTR /*wzPackageId*/,
__in DWORD /*cFiles*/,
__in_ecount_z(cFiles) LPCWSTR* /*rgwzFiles*/
)
{
return CheckCanceled() ? IDCANCEL : IDNOACTION;
}

Inside of the BalBaseBootstrapperApplication and:

// OnExecuteFilesInUse - called when the engine encounters files in use 
while
//   executing a package.
//
// Return:
//  IDOK instructs the engine to let the Restart Manager attempt to close 
the
//   applications to avoid a restart.
//
//  IDCANCEL instructs the engine to abort the execution and start rollback.
//
//  IDIGNORE instructs the engine to ignore the running applications. A 
restart will be
//   required.
//
//  IDRETRY instructs the engine to check if the applications are still 
running again.
//
//  IDNOACTION is equivalent to ignoring the running applications. A 
restart will be
// required.
STDMETHOD_(int, OnExecuteFilesInUse)(
__in_z LPCWSTR wzPackageId,
__in DWORD cFiles,
__in_ecount_z(cFiles) LPCWSTR* rgwzFiles
) = 0;

On the interface.  I don't see any WixStdBA implementation so the default would 
be IDNOACTION (equivalent to ignoring the running applications. A restart will 
be required.)

-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de] 
Sent: Friday, March 07, 2014 1:41 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Burn does not show close application warning during 
uninstall

Hi everyone,

I got a small problem during uninstall of my application.

If I install/uninstall just with an MSI on W7 for example, I get the dialog 
that some applications must be closed before continuing install.

When I use that MSI within my burn-bootstrapper, this dialog does not appear.

Do I need to specify DisplayInternalUI to be able to see this dialog?  My MSI 
does not have any UI otherwise...

Best regards,
Tobias

PS.: All done with Wix 3.8
--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the 
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 prompt the user.
 ...
 I don't see any WixStdBA implementation so the default would be IDNOACTION
 (equivalent to ignoring the running applications. A restart will be required.)

I'm using the WixStdBA as this is (mostly) sufficient for my needs.  
Unfortunately
this seems to be a rather large drawback.  

I would suppose that many people that do not have the need for special stuff in 
the
GUI will be using the WixStdBA, so they would run into this issue...

To Rob  Bob:  any objections on creating a bug-request for this?  If not, I 
would
be doing so...

Tobias


-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de]
Sent: Friday, March 07, 2014 1:41 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Burn does not show close application warning during 
uninstall

Hi everyone,

I got a small problem during uninstall of my application.

If I install/uninstall just with an MSI on W7 for example, I get the dialog 
that some applications must be closed before continuing install.

When I use that MSI within my burn-bootstrapper, this dialog does not appear.

Do I need to specify DisplayInternalUI to be able to see this dialog?  My MSI 
does not have any UI otherwise...

Best regards,
Tobias

PS.: All done with Wix 3.8
--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the 
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the 
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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: AW: [WiX-users] Burn does not show close application warning during 
uninstall

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 prompt the 
 user.
 ...
 I don't see any WixStdBA implementation so the default would be 
 IDNOACTION (equivalent to ignoring the running applications. A restart 
 will be required.)

I'm using the WixStdBA as this is (mostly) sufficient for my needs.  
Unfortunately this seems to be a rather large drawback.  

I would suppose that many people that do not have the need for special stuff in 
the GUI will be using the WixStdBA, so they would run into this issue...

To Rob  Bob:  any objections on creating a bug-request for this?  If not, I 
would be doing so...

Tobias


-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de]
Sent: Friday, March 07, 2014 1:41 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Burn does not show close application warning during 
uninstall

Hi everyone,

I got a small problem during uninstall of my application.

If I install/uninstall just with an MSI on W7 for example, I get the dialog 
that some applications must be closed before continuing install.

When I use that MSI within my burn-bootstrapper, this dialog does not appear.

Do I need to specify DisplayInternalUI to be able to see this dialog?  My MSI 
does not have any UI otherwise...

Best regards,
Tobias

PS.: All done with Wix 3.8
--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the 
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the 
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users