NSIS System Plug-in

Copyright © 2002 brainsucker (Nik Medved)
Copyright © 2002-2023 NSIS Contributors

Table of Contents

Introduction

The System plug-in gives developers the ability to call any exported function from any DLL. For example, you can use it to call GetLogicalDriveStrings to get a list of available drives on the user's computer.

The System plug-in also allows the developer to allocate, free and copy memory; interact with COM objects and perform mathematical operations on 64-bit integers.

Programming knowledge is highly recommended for good understanding of the System plug-in.

Usage Examples From The Wiki

Available Functions

Memory Related Functions

Calling Functions

64-bit Functions

FAQ