This Docker image provides the WiX Toolset on a Fedora base image, using Wine to run the (Windows-native) binaries.
# Run candle
docker run --rm -it -v $PWD:/src ghcr.io/alixinne/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/alixinne/wixtoolset light -sval Main.wixobj
Alixinne alixinne@pm.me
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.