Talk:Check whether your application is running: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
(No difference)

Revision as of 10:10, 19 August 2008

Hello...

First of all Thanks for the plug in. I want to check my application is running or not when user runs installer.The plug in worked for me

But today i found a strange bug in this plug in.. Suppose my executable name is MyApp.exe and when I use the plugin to find MyApp.exe is running or not. It was okay. But the problem if another application MyApp Daily.exe is running the the FindProcess API suceeds.

Thanks, Harikrishnan