mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Properly run the vcredist installer in quiet mode
This commit is contained in:
parent
2182163cbf
commit
55118c184b
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ Section "Install Visual Studio 2010 Redistributable"
|
||||||
File "vcredist_2010_20110908_x86.exe"
|
File "vcredist_2010_20110908_x86.exe"
|
||||||
|
|
||||||
IfSilent +2
|
IfSilent +2
|
||||||
ExecWait '"$INSTDIR\vcredist_2010_20110908_x86.exe" /silent /norestart'
|
ExecWait '"$INSTDIR\vcredist_2010_20110908_x86.exe" /q /norestart'
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue