I'm using Microsoft Visual Studio Installer Projects for my Hybrid Widndows Forms/WPF project. I need to make sure the user has closed the Application (an older version), if active, before the installer can proceed, can this be possible with a Visual Studio Installer Project?
All I've seen so far is that the installer adds by default a dependency to .NET Framework and it won't run unless the dependency is installed first.