Re: [WiX-users] Preventing install if application is running

2010-03-10 Thread Bob Arnson
On 3/10/2010 12:01 PM, Cody Gibson wrote: > I'm not the original person posing the question... but I did try that when I > wanted the functionality that Jeff is asking for. The problem I ran into > with the CloseApplication element is that it would either forcefully close > the application or sched

Re: [WiX-users] Preventing install if application is running

2010-03-10 Thread sd
m] > Sent: Wednesday, March 10, 2010 10:26 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Preventing install if application is running > > See CloseApplication Element (Util Extension) in the Util Schema section > of the Wix help. > >

Re: [WiX-users] Preventing install if application is running

2010-03-10 Thread Cody Gibson
Sent: Wednesday, March 10, 2010 10:26 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Preventing install if application is running See CloseApplication Element (Util Extension) in the Util Schema section of the Wix help. -Original Message- From: s...@pacacces

Re: [WiX-users] Preventing install if application is running

2010-03-10 Thread Peter Shirtcliffe
See CloseApplication Element (Util Extension) in the Util Schema section of the Wix help. -Original Message- From: s...@pacaccess.com [mailto:s...@pacaccess.com] Sent: 10 March 2010 00:59 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Preventing install if application is

Re: [WiX-users] Preventing install if application is running

2010-03-10 Thread Cody Gibson
ost immediately exists. Hope that helps, Cody -Original Message- From: s...@pacaccess.com [mailto:s...@pacaccess.com] Sent: Tuesday, March 09, 2010 6:59 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Preventing install if application is running I wish to add a feature to my

[WiX-users] Preventing install if application is running

2010-03-09 Thread sd
I wish to add a feature to my installer which detects if a certain application is running, and then presents the user with a message asking them to quit all instances of the application or abort installation. I'm new to wix development, but I've searched on this subject and although I've seen a fe