linphone-desktop/cmake_builder/linphone_package/uninstall.nsi
2017-02-15 12:10:08 +01:00

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: