linphone-desktop/cmake_builder/linphone_package/windows/uninstall.nsi.in
2018-07-27 14:29:42 +02:00

11 lines
371 B
NSIS

FindWindow $0 "gdkWindowToplevel" "@APPLICATION_NAME@"
StrCmp $0 0 notRunningInUninstall
MessageBox MB_OK|MB_ICONEXCLAMATION "@APPLICATION_NAME@ 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"