I have a setup project 'B' in VS2008. I want check for whether an application 'A' is installed on a machine or not. If it is installed, then before installation of application 'B' I want to uninstall application 'A'. Is there any way to do this? I searched online, I found many articles which says about upgrade code and all. But, in my case it's not upgrade. I just want to remove another application 'A' which is interrupting my application 'B' behavior.
Note: Application 'A' is also a setup project developed in VS2008.
Thanks in advance.