makensis
A Node wrapper for makensis
, the NSIS compiler
Installation
npm install -g -makensis
Usage
import * as makensis from 'makensis';
const options = {
verbose: 2,
define: {
'SPECIAL_BUILD': true
}
}
makensis.compile('/path/to/installer.nsi', options)
.catch((err) => {
console.error(err);
});
Methods
compile(script, [options])
Compile specified script with MakeNSIS
version()
Returns version of MakeNSIS
cmdhelp([command])
Returns usage information for a specific command, or a list all commands
License
This work is licensed under The MIT License
Donate
You are welcome support this project using Flattr or Bitcoin 17CXJuPsmhuTzFV2k4RKYwpEHVjskJktRd