user409795
user409795

Reputation: 31

How to call windows API in NSIS?

How to call windows API in NSIS?

Upvotes: 3

Views: 1188

Answers (1)

Anders
Anders

Reputation: 101736

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

Upvotes: 4

Related Questions