I am creating a Visual Studio installation project. I want to remove another component from the system from the installation of my component. Another component is installed from my own installation created using Visual Studio.
Currently, when I call un-install another component from the component installation action, I get error code: 1618 (another MSI already running) .
Can someone suggest me an alternative way to solve this problem?
windows-installer visual-studio-2005 setup-project
Ramesh soni
source share