This repository has been archived on 2022-08-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
chez-openbsd/wininstall/light.bat
2022-07-29 15:12:07 +02:00

8 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" %*