utilitywarehouse/WiX Toolset MSI Build
Build MSIs using WiX toolset
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Name of the MSI | yes | — |
| sourceFiles | Relative path of the source file. Use ',' for mutiple source files | yes | — |
| outputDir | Relative path of the output directory of the MSI | yes | — |
| architecture | Architecture for package, components. Values: x86, x64, or ia64 (default: x86) | no | — |
| extensions | WiX Extension assembly | no | — |
| image | Docker image to use (default: quay.io/utilitywarehouse/docker-wix) | no | — |
| candleExtraArguments | Extra arguments to add to the candle command | no | — |
| lightExtraArguments | Extra arguments to add to the light command | no | — |
| candleExecutable | Path/Name of the candle executable (default: candle) | no | — |
| lightExecutable | Path/Name of the candle executable (default: light) | no | — |
Outputs
| name | description |
|---|---|
| msiPath | The path to the generated MSI |