Commit 3c13f074 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32 installer: don't ask for uninstall when you are in Silent mode

parent 3e00fa13
...@@ -883,7 +883,7 @@ UAC_Success: ...@@ -883,7 +883,7 @@ UAC_Success:
"UninstallString" "UninstallString"
StrCmp $R0 "" done StrCmp $R0 "" done
MessageBox MB_YESNO|MB_ICONEXCLAMATION $Message_AlreadyInstalled IDNO done MessageBox MB_YESNO|MB_ICONEXCLAMATION $Message_AlreadyInstalled /SD IDNO IDNO done
;Run the uninstaller ;Run the uninstaller
;uninst: ;uninst:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment