Clone
ixen
committed
on 18 Oct 20
Reverted changes migrating to innosetup 6 due to missing support for WinXP.
ch-1.40 + 2 more
1.45rc1
/jenkins/prepare-installer-package.bat (+1 -1)
1 1 @echo off
2 2
3 3 call "%WORKSPACE%\scripts\jenkins\_get-output-dir.bat" || exit /b 1
4 4
5   "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" "%WORKSPACE%\scripts\setup.iss" /o"%OutDir%"
  5 "C:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%WORKSPACE%\scripts\setup.iss" /o"%OutDir%"