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