mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* explicitly set /norestart just in case it's not default on odd systems
This commit is contained in:
parent
57eabe811f
commit
9a6adb4a85
Binary file not shown.
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user