mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-18 13:18:30 +00:00
9 lines
292 B
NSIS
9 lines
292 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:
|
|
|
|
DeleteRegKey HKCR "sip"
|
|
DeleteRegKey HKCR "sip-linphone"
|