Expected Behavior
This is for the Windows platform only. When receiving a WM_CLOSE or WM_QUERYENDSESSION / WM_ENDSESSION message the proxy application should exit.
https://docs.microsoft.com/en-us/windows/desktop/winmsg/wm-close
https://docs.microsoft.com/en-us/windows/desktop/shutdown/wm-queryendsession
Current Behavior
The application remains running.
Context
Trying to gracefully close the proxy application from the MSI installer.