racket/wininstall/candle.bat
Bob Burger 6c4c4d0b12 added support for building Windows installs with Bash/WSL
original commit: f6780ec692e89cf8f5d55734b351b840e9321333
2017-08-14 11:32:29 -04:00

9 lines
121 B
Batchfile
Executable File

@echo off
if exist "%WIX%bin\candle.exe" goto found
echo WiX must be installed.
exit 1
:found
"%WIX%bin\candle.exe" %*