I want to stop an application while update the same app with updated version.
I can able to update the application when manually stop the application in task manager. But I want to do the same process while installing the new version using visual studio installer.
is that possible?
I have done the same in Mac OS by adding pre and post process scripts. I want to do the same in windows like the pre and post process scripts or the visual studio installer has any option to do it.