Commit 1e49dddb authored by Andreas Holzammer's avatar Andreas Holzammer Committed by Iikka Eklund
Browse files

Silence installation of C++ runtime installation


Change-Id: I4e44b75bc662e831415ef103f16fe93f15dae8c4
Reviewed-by: default avatarLeonard Lee <leonard.lee@digia.com>
Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
Reviewed-by: default avatarIikka Eklund <iikka.eklund@digia.com>
parent 4c07032d
No related merge requests found
Showing with 2 additions and 2 deletions
......@@ -16,5 +16,5 @@ Component.prototype.createOperations = function()
component.createOperations();
//return value 3010 means it need a reboot, but in most cases it is not needed for run Qt application
component.addElevatedOperation("Execute", "{0,3010}", "@TargetDir@\\vcredist\\vcredist_x64.exe", "/norestart");
component.addElevatedOperation("Execute", "{0,3010}", "@TargetDir@\\vcredist\\vcredist_x64.exe", "/norestart", "/q");
}
......@@ -16,5 +16,5 @@ Component.prototype.createOperations = function()
component.createOperations();
//return value 3010 means it need a reboot, but in most cases it is not needed for run Qt application
component.addElevatedOperation("Execute", "{0,3010}", "@TargetDir@\\vcredist\\vcredist_x86.exe", "/norestart");
component.addElevatedOperation("Execute", "{0,3010}", "@TargetDir@\\vcredist\\vcredist_x86.exe", "/norestart", "/q");
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment