Skip to content
⌘ NSIS Forum Archive

Mutex Search

5 posts

Joost Verburg#
Why would you want to get a list? Application might use tons of mutexes, there is nothing useful there.
Anders#
Vytautas#
Thanks, the reason I needed the list of mutexes was to find out if a specific program creates a mutex and if it does it will make it easier to check if that program is running when the installer is launched.

Vytautas