Talk:Processes plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(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 ...') |
No edit summary |
||
Line 1: | Line 1: | ||
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. | 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/ | http://nsis.sourceforge.net/mediawiki/images/6/68/Processes-x64fix.zip |
Revision as of 20:56, 13 July 2009
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/6/68/Processes-x64fix.zip