ProcFunc - NSIS Process Function Header
Well this little project of mine has grown. The code's pretty long now, so it's available as a download. More macros available -
[See full code at end of post]
${ProcessExists}
Determines if a given process exists by name or PID, and returns the Process ID (PID).
${GetProcessPath}
Determines first if a process exists, and returns the full path by name or PID.
WARNING: This will only succeed if the calling process has sufficient rights to open the target process.
- Read more about ProcFunc - NSIS Process Function Header
- 101 comments
- Log in or register to post comments