We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fa917 commit d52db03Copy full SHA for d52db03
src/ci/scripts/install-innosetup.sh
@@ -12,7 +12,7 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
12
13
if isWindows; then
14
curl.exe -o is-install.exe "${MIRRORS_BASE}/2017-08-22-is.exe"
15
- is-install.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
+ cmd.exe //c "is-install.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
16
17
ciCommandAddPath "C:\\Program Files (x86)\\Inno Setup 5"
18
fi
0 commit comments