davkean / audio-switcher

App that lets you easily switch Windows audio devices
MIT License
382 stars 53 forks source link

On uninstall, make sure we close any open instances of AudioSwitcher #26

Open davkean opened 9 years ago

davkean commented 9 years ago

Maybe named pipes communication and send command-line to existing instance?

roohat commented 8 years ago

+1.

It has to be checked that if there is an open process or not and should inform the user or just kill the process directly. Right now, because of this uninstaller does not remove the program correctly.