Skip to content

alixinne/docker-wixtoolset

Repository files navigation

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 [email protected]

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.