mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-18 21:58:27 +00:00
7 lines
235 B
NSIS
7 lines
235 B
NSIS
FindWindow $0 "gdkWindowToplevel" "Linphone"
|
|
StrCmp $0 0 notRunningInUninstall
|
|
MessageBox MB_OK|MB_ICONEXCLAMATION "Linphone is running. Please close it first and restart the uninstall program." /SD IDOK
|
|
Abort
|
|
|
|
notRunningInUninstall:
|
|
|