I am Creating a Visual Studio Setup project. I want to un-install another component from the system on the install of my component. And the another component is installed from my own setup created using Visual Studio.
Currently when I am doing calling the un-insatll of the other component from the install action of the component. But this is giving error code: 1618 (another msi already running).
Could anyone suggest me alternative way to solve this problem?