alixinne / docker-wixtoolset

Docker image for using the WiX Toolset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Workflow Status GitHub release (latest SemVer) GitHub

This Docker image provides the WiX Toolset on a Fedora base image, using Wine to run the (Windows-native) binaries.

Usage

# Run candle
docker run --rm -it -v $PWD:/src ghcr.io/vtavernier/wixtoolset candle Main.wxs

# Run light
# Note: we have to skip MSI validation because of issues with Wine
docker run --rm -it -v $PWD:/src ghcr.io/vtavernier/wixtoolset light -sval Main.wixobj

Author

Vincent Tavernier vince.tavernier@gmail.com

License

This project is licensed under the MIT license. Note that the license applies to the files developed as part of the Docker image, and not the respective projects used by the image.

About

Docker image for using the WiX Toolset

License:MIT License


Languages

Language:Shell 54.5%Language:Dockerfile 45.5%