Files

9 lines
261 B
Batchfile
Raw Permalink Normal View History

2019-06-28 20:34:26 +02:00
@ECHO OFF
2018-11-13 19:47:14 +01:00
git submodule update --init --force --recursive
IF EXIST inno.exe (
curl -kL "%INNOSETUP_URL%" -f --retry 5 -o inno.exe -z inno.exe
) else (
curl -kL "%INNOSETUP_URL%" -f --retry 5 -o inno.exe
)
inno.exe /VERYSILENT /NORETART /SP- /SUPPRESSMSGBOXES