This repository has been archived on 2022-08-10. You can view files and clone it, but cannot push or open issues or pull requests.
chez-openbsd/wininstall/light.bat
2022-07-29 15:12:07 +02:00

9 lines
119 B
Batchfile
Executable file

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