diff --git a/cmake/NSIS.template.in b/cmake/NSIS.template.in index 96b0d79e..8f4aa155 100644 --- a/cmake/NSIS.template.in +++ b/cmake/NSIS.template.in @@ -251,7 +251,7 @@ ${If} $PortableMode = 0 IfFileExists "$INSTDIR\vcredist_x86.exe" VcRedist86Exists PastVcRedist86Check VcRedist86Exists: ExecWait '"$INSTDIR\vcredist_x86.exe" /passive /norestart' - DetailPrint "Sleep to ensure unlock of vc_redist file after installation..." + DetailPrint "Wait to ensure unlock of vc_redist file after installation..." Sleep 3000 Delete "$INSTDIR\vcredist_x86.exe" PastVcRedist86Check: