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
@ -50,7 +50,7 @@ if(MSVC)
|
||||
Section \"Visual Studio Runtime\"
|
||||
SetOutPath \"$INSTDIR\\vc_redist\"
|
||||
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\"
|
||||
SectionEnd\
|
||||
")
|
||||
|
Loading…
Reference in New Issue
Block a user