use /norestart
with redist install
Co-authored-by: seth <getchoo@tuta.io> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
c5daca3b01
commit
8fa4467a36
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if(MSVC)
|
||||||
Section \"Visual Studio Runtime\"
|
Section \"Visual Studio Runtime\"
|
||||||
SetOutPath \"$INSTDIR\\vc_redist\"
|
SetOutPath \"$INSTDIR\\vc_redist\"
|
||||||
File \"${Native_MSVC_REDIST_DIR}\\vc_redist.x64.exe\"
|
File \"${Native_MSVC_REDIST_DIR}\\vc_redist.x64.exe\"
|
||||||
ExecWait \"$INSTDIR\\vc_redist\\vc_redist.x64.exe /install /passive\"
|
ExecWait \"$INSTDIR\\vc_redist\\vc_redist.x64.exe /install /passive /norestart\"
|
||||||
; Delete \"$INSTDIR\\vc_redist\\vc_redist.x64.exe\"
|
; Delete \"$INSTDIR\\vc_redist\\vc_redist.x64.exe\"
|
||||||
SectionEnd\
|
SectionEnd\
|
||||||
")
|
")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue