mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
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:
committed by
Klaus Basan
parent
521e2044cf
commit
e8235a0f53
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user