t: January-27-15 3:49 PM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] seeing if a MSI is running using mutex... [P]
>
> Now I look closer, I think you're missing something. CreateMute() by itself
> isn't sufficient. You have to attempt
Classification: Public
So I presume a WAIT_ABANDONED means that a MSI is running?
-Original Message-
From: Phil Wilson [mailto:phildgwil...@gmail.com]
Sent: January-27-15 3:49 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] seeing if a MSI is running using mutex
gt;
> -Original Message-
> From: Phil Wilson [mailto:phildgwil...@gmail.com]
> Sent: January-27-15 1:25 PM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] seeing if a MSI is running using mutex...
>
> I'll put it this way: I don't understan
iginal Message-
From: Phil Wilson [mailto:phildgwil...@gmail.com]
Sent: January-27-15 1:25 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] seeing if a MSI is running using mutex...
I'll put it this way: I don't understand why you're not passing the string
I'll put it this way: I don't understand why you're not passing the
string LPCWSTR sczMutexName = L"Global\\_MSIExecute"; into
CreateMutex(). Why the StrAllocFormatted call?
Also it's only locked during the execute sequence, and I don't know
how you're testing it.
---
Phil Wilson
O
What is the actual MSI mutex?
Thanks
Steve
From: Phil Wilson [via Windows Installer XML (WiX) toolset]
Sent: Tuesday, January 27, 2015 12:59
To: StevenOgilvie
Subject: Re: seeing if a MSI is running using mutex...
It appears that your CreateMutex isn't passing in the actual MSI mutex
in sczM
gt; From: StevenOgilvie [mailto:sogil...@msn.com]
> Sent: Tuesday, January 27, 2015 7:51 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] seeing if a MSI is running using mutex...
>
> Hi all,
>
> Trying to create a method to detect if ANY MSI is running and if so ha
It appears that your CreateMutex isn't passing in the actual MSI mutex
in sczMutexName .
---
Phil Wilson
On Tue, Jan 27, 2015 at 7:51 AM, StevenOgilvie wrote:
> Hi all,
>
> Trying to create a method to detect if ANY MSI is running and if so halt
> bootstrapper...
> I am doing this in
]
Sent: Tuesday, January 27, 2015 7:51 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] seeing if a MSI is running using mutex...
Hi all,
Trying to create a method to detect if ANY MSI is running and if so halt
bootstrapper...
I am doing this in C++
I get a successful mutex, but it
Hi all,
Trying to create a method to detect if ANY MSI is running and if so halt
bootstrapper...
I am doing this in C++
I get a successful mutex, but it always returns ERROR_SUCCESS, what am I
doing wrong?
thanks
Steve
HANDLE ghMutex = NULL;
LPCWSTR sczVerifyMSIRunningVariableSet = L"0";
LPWST
10 matches
Mail list logo