I am working on WPF application. While installing the setup of App I am trying to run another process, through Install()method of installer class and while uninstalling APP same process is going to kill in Uninstall() method of installer class.
While uninstalling the App, below error is occurring, Please help me out how will I remove
the following applications should be closed before continuing the install?

Thanks
Jaganathan BantheswaranPosted Nov 15, 2013, 2:54 AM
What is the process [say X] which you are going execute using Install()? while uninstall, the same process X might be executed by some other process i.e the process X is running, you need to close that process X before continuing.