feat: 9.5.9
This commit is contained in:
parent
cb1753732b
commit
35f43a7909
1084 changed files with 558985 additions and 0 deletions
8
wininstall/light.bat
Executable file
8
wininstall/light.bat
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
@echo off
|
||||
if exist "%WIX%bin\light.exe" goto found
|
||||
|
||||
echo WiX must be installed.
|
||||
exit 1
|
||||
|
||||
:found
|
||||
"%WIX%bin\light.exe" %*
|
||||
Reference in a new issue