Re: [WiX-users] Checking for running process

2007-01-10 Thread Wilson, Phil
ilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Levi Wilson Sent: Wednesday, January 10, 2007 10:10 AM To: Jason Du Plessis; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Checking for running process UINT __stdcall MyCA(MSIHANDLE hInstall) { BOOL bIsRu

Re: [WiX-users] Checking for running process

2007-01-10 Thread Levi Wilson
was hoping that some diligent sole had already crafted one. -- *From:* Levi Wilson [mailto:[EMAIL PROTECTED] *Sent:* 10 January 2007 17:52 *To:* Jason Du Plessis; wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Checking for running process Off

Re: [WiX-users] Checking for running process

2007-01-10 Thread Levi Wilson
Off the top of my head you could schedule a Custom Action to run before LaunchConditions I believe and set a property like DEVENV_RUNNING? Then you could have a: NOT DEVENV_RUNNING I haven't tested this, but it seems like it would work. On 1/10/07, Jason Du Plessis <[EMAIL PROTECTED]> wrote: