Re: [WiX-users] Check if a certain program running during installation.

2010-07-08 Thread Blair
file (or properties window, etc.) from the WiX help file (wix.chm) included when you installed WiX. -Original Message- From: Adi Sashkis [mailto:adi.sash...@gmail.com] Sent: Thursday, July 08, 2010 1:22 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Check

Re: [WiX-users] Check if a certain program running during installation.

2010-07-08 Thread Adi Sashkis
Thank you for your answer. I wrote the following code according to some code I found while searching on the internet: http://schemas.microsoft.com/wix/UtilExtension";> .. [SWRunning] I ran Candle and got this error : "error CNDL0200 : The Product element con

Re: [WiX-users] Check if a certain program running during installation.

2010-07-07 Thread Bob Arnson
On 7/4/2010 11:30 AM, Adi Sashkis wrote: > I read that the might be what i need but I am not > quit sure how it's works. > Use the property you give it as a condition, either a dialog or an error custom action to prevent installation when set (i.e., when the process is running). -- sig://

[WiX-users] Check if a certain program running during installation.

2010-07-04 Thread Adi Sashkis
Hi all, First of thank you for helping me with my previous question. My new issue is this : I want to be able to check if a certain program is running during the installation. If that program is running I want to be able to stop the installation and tell the user to close that program before contin