I am using Visual Studio Installer for my WPF Application.
My application is always running in the background.
When I want to install a newer version of the application the Installer says that the application file is in use and it will restart the Windows after installation.
How can I quit the application when the Installer starts so the application file won't be in use and I can prevent the need for restart?
