Don't abort installation if vcredist returns non zero return code

In case, vcredist returns a non zero return code, don't automatically
abort the installation, but tell the user the error code, the consequences
and continue.

ref T344
This commit is contained in:
Roland Winklmeier
2018-09-13 14:52:28 +02:00
committed by Klaus Basan
parent 521e2044cf
commit e8235a0f53
2 changed files with 20 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ This installs the binaries to run all swift applications.</detailedDescription>
<windowsPath></windowsPath>
</startMenuShortcut>
<startMenuShortcut>
<comment>>Run swiftlauncher</comment>
<comment>Run swiftlauncher</comment>
<name>swiftlauncher ${architecture}bit</name>
<runAsAdmin>0</runAsAdmin>
<runInTerminal>0</runInTerminal>