mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-11 14:30:17 -05:00
Pass /norestart to vcredist installer
This prevents it from automatically trying to restart the user's computer without any prompt.
This commit is contained in:
+1
-1
@@ -433,7 +433,7 @@ if(WIN32 AND NOT UNIX)
|
||||
|
||||
# VS redist
|
||||
list(APPEND CPACK_NSIS_EXTRA_INSTALL_COMMANDS "
|
||||
ExecWait '\\\"$INSTDIR\\\\redist\\\\${VSREDIST}\\\" /install /passive /quiet'
|
||||
ExecWait '\\\"$INSTDIR\\\\redist\\\\${VSREDIST}\\\" /install /passive /norestart /quiet'
|
||||
Delete '\\\"$INSTDIR\\\\redist\\\\${VSREDIST}\\\"'
|
||||
")
|
||||
else(WIN32 AND NOT UNIX)
|
||||
|
||||
Reference in New Issue
Block a user