2016-02-22 23:33:59 -05:00
2016-02-22 23:33:59 -05:00
2016-02-22 23:33:59 -05:00
2016-02-22 23:33:59 -05:00
2016-02-22 23:33:59 -05:00
2016-02-18 00:15:18 -05:00
2016-02-22 23:33:59 -05:00
2016-02-22 23:33:59 -05:00
2016-02-22 23:33:59 -05:00
2016-02-22 23:33:59 -05:00
2016-02-22 23:33:59 -05:00
2016-02-22 23:33:59 -05:00
2016-02-22 23:33:59 -05:00

HydroCarbon

simple wrapper over wix. You can see a working demo here

Install

$ npm install --save-dev HydroCarbon

Usage

var HydroCarbon = require('HydroCarbon');

HydroCarbon.exec({
  heatFiles: ["installers/heat-web.rsp"],
  candleFiles: ["installers/candle.rsp"],
  lightFiles: ["installers/light.rsp"]
}, mycallbackFunction);


## API

### HydroCarbon.Exec(options, callback)

#### options

##### heatFiles

Type: `array`  
Default: `undefined`

Array of heat response file paths

##### candleFiles

Type: `array`  
Default: `undefined`

Array of candle response file paths

##### lightFiles

Type: `array`  
Default: `undefined`

Array of light response file paths

#### heatCommands

Type: 'array'
Default: `undefined`

Array of command line args to pass to heat overrides heatFiles

#### candleCommands

Type: 'array'
Default: `undefined`

Array of command line args to pass to candle overrides candleFiles

#### lightCommands

Type: 'array'
Default: `undefined`

Array of command line args to pass to light overrides lightFiles

#### version

Type: 'string'
Default: `undefined`

Sets the BUILD_VERSION environment variable to version before calling heat, candle, and light


License

MIT © Tommy Parnell

Description
Making Windows Installers Great again
Readme MIT 54 KiB
Languages
JavaScript 100%