docker-wix
docker-wix copied to clipboard
Docker container for creating Windows MSI packages using WiX Toolset
candle -dMY_VAR_WITH_SPACES="MY VAR" throws an error without this fix
I have an MSI installer setup which when running on Windows creates around ~10MB of MSI installer file whereas same using the docker using wine creates around ~45MB of MSI...
Hello and thanks a lot for this docker :) I was trying to pack this https://github.com/Velocidex/velociraptor/blob/master/docs/wix/custom.xml as an MSI but I get an error when executing the "light" command. On...