Skip to content

idleberg/node-makensis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 11, 2017
ccc1647 · Aug 11, 2017

History

14 Commits
Aug 11, 2017
Aug 11, 2017
Aug 11, 2017
Aug 11, 2017
Aug 11, 2017
Aug 11, 2017
Aug 11, 2017
Aug 11, 2017
Aug 11, 2017
Aug 11, 2017
Aug 11, 2017
Aug 11, 2017

Repository files navigation

makensis

npm npm Travis David David

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