tags:

views:

29

answers:

1

How to call windows API in NSIS?

+1  A: 

Use the system plugin, the basic syntax is: system::call 'windowsdll::function(parameters)' Check the docs for details

w0lo