; let's try to stop it in case it's the new style helper
DetailPrint "Trying to uninstall a new style helper..."
ExecWait '"$INSTDIR\bitmask_helper.exe" stop'
IfErrors 0 noErrorHelper
; Error handling - ok, we give up
MessageBox MB_OK|MB_ICONEXCLAMATION "$applicationNameLower-helper cannot be deleted. Please try to remove it manually, and then run this installer again."
Abort
noErrorHelper:
; now we try to delete the systray, locked by the app.
; now we try to delete the systray, locked by the app - just to know if another instance of FoobarVPN is running.