FindProc and Run as...
I noticed a small problem with FindProc plugin:
I wrote an installer that requires the user to be an administrator of the machine, so it uses UserInfo to check for this on init. As this installer can update an application if it's already installed, it also checks (using FindProc) on init if the installed program is currently running and warns for that event.
If the logged user is not an administrator, and has the application running, when I run the installer using "Run as.." option from the context menu (right-clicking over the installer) to give an administrator account, it seems that FindProc doesn't find the running application.
I guess that this plugin only searches inside current user's programs list, not the machine's one.
Is there a workaround or fix available?
Thanks...
++Vitoco