Talk:Processes plug-in

From NSIS Wiki
Revision as of 20:49, 13 July 2009 by J3r3miah (talk | contribs) (Created page with 'this wasn't working for me on vista x64. all that was needed to fix was to replace the PROCESS_ALL_ACCESS with PROCESS_QUERY_INFORMATION | PROCESS_VM_READ | PROCESS_TERMINATE in ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

this wasn't working for me on vista x64. all that was needed to fix was to replace the PROCESS_ALL_ACCESS with PROCESS_QUERY_INFORMATION | PROCESS_VM_READ | PROCESS_TERMINATE in the OpenProcess call.

http://nsis.sourceforge.net/mediawiki/images/3/3a/ProcessesPlugin.zip