* explicitly set /norestart just in case it's not default on odd systems

This commit is contained in:
Reinhard Pointner 2014-03-05 05:30:54 +00:00
parent 57eabe811f
commit 9a6adb4a85
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -108,7 +108,7 @@ Section MAIN
${endif}
DetailPrint "Installing latest version..."
nsExec::Exec `msiexec /passive /i "$PLUGINSDIR\FileBot.msi"`
nsExec::Exec `msiexec /passive /norestart /i "$PLUGINSDIR\FileBot.msi"`
Pop $MSI_STATUS # grab return value
${if} $MSI_STATUS == "0"