1.0.0 • Published 9 years ago

wixtoolset v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

wixtoolset

Node module wrappers around the wixtoolset binaries

Example

var wix = require('wixtoolset');
wix.candle('app.wxs', {output: 'build'})
	.then(function(wixobj) {
		return wix.light(app.wixobj)
	});

Requirements

On platforms other then Windows you will need to have Wine installed and in the system path.

Docs

All WIX tools are available off of the wix object. All commandline arguments map to opts object.

For example: wix.candle(wxsFile, wxsFile, ..., opts); wix.light(objectFile, objectFile, ..., opts)

1.0.0

9 years ago