Talk:Processes plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


http://nsis.sourceforge.net/mediawiki/images/6/68/Processes-x64fix.zip
http://nsis.sourceforge.net/mediawiki/images/6/68/Processes-x64fix.zip
- Neither the original plugin nor the fix are working for me on Win 7 x64.

Latest revision as of 14:08, 18 March 2011

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

- Neither the original plugin nor the fix are working for me on Win 7 x64.