Skip to content

adamthesax/node-wixtoolset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Node module wrapper around the wixtoolset binaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published