Forum: NSIS Discussion
4th April 2014, 15:36
|
|
Replies: 37
Views: 15,415
|
Forum: NSIS Discussion
4th April 2014, 10:15
|
|
Replies: 37
Views: 15,415
|
Forum: NSIS Discussion
3rd April 2014, 16:27
|
|
Replies: 37
Views: 15,415
Mutex Inheritance
Hi,
I'm trying to make the Mutex inheritable so that the child process (in this example notepad.exe) will keep it open even though the parent process has exited, here what I have so far:
...
|