This commit is contained in:
2021-12-05 20:30:47 +00:00
parent b3b0ebdf18
commit 15adcb68dc
2 changed files with 0 additions and 76 deletions

View File

@@ -81,12 +81,6 @@ set m=BUILD LAN INSTALLER FAILED
goto FAIL
)
@echo ************* BUILD IIS INSTALLER *********************
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" C:\data\code\raven\dist\install\windows\x64\iis.iss
IF %ERRORLEVEL% NEQ 0 (
set m=BUILD IIS INSTALLER FAILED
goto FAIL
)
::Completed processing without error
goto OK