I want to configure the installer to stop a WPF application if it is running before installing the new version.
How do I do this in a Setup & Deployment Project.
Thanks.
I want to configure the installer to stop a WPF application if it is running before installing the new version.
How do I do this in a Setup & Deployment Project.
Thanks.
Short of communicating with the app with some other little app that runs before the installation takes place (which would be way overkill), I don't know that you could do this automatically, but the installer should prompt the user to shut it down. Does it not?