change vcredist install option from "/quiet" to "/passive" (#3175)
This commit is contained in:
parent
a0d84114de
commit
42d15c39a0
1 changed files with 2 additions and 2 deletions
|
@ -199,12 +199,12 @@ ${If} $PortableMode = 0
|
|||
|
||||
IfFileExists "$INSTDIR\vc_redist.x86.exe" VcRedist86Exists PastVcRedist86Check
|
||||
VcRedist86Exists:
|
||||
ExecWait '"$INSTDIR\vc_redist.x86.exe" /quiet /norestart'
|
||||
ExecWait '"$INSTDIR\vc_redist.x86.exe" /passive /norestart'
|
||||
PastVcRedist86Check:
|
||||
|
||||
IfFileExists "$INSTDIR\vc_redist.x64.exe" VcRedist64Exists PastVcRedist64Check
|
||||
VcRedist64Exists:
|
||||
ExecWait '"$INSTDIR\vc_redist.x64.exe" /quiet /norestart'
|
||||
ExecWait '"$INSTDIR\vc_redist.x64.exe" /passive /norestart'
|
||||
PastVcRedist64Check:
|
||||
|
||||
${Else}
|
||||
|
|
Loading…
Reference in a new issue