Deinstallation of a product inside an installation

A

Axel.Strasser

Is there a possibility to define inside a msi the deinstallation of another
package (also msi based). In the "old" package there is no upgradecode
defined, therefore I can not use this. The custom action is not working
because I can not launch msiexec if there is already the msiexec running.
Any other ideas ?

Axel
 
S

Stefan Krueger [MVP]

msiexec should work in the UI sequence. But that won't help you if your
setup runs with Basic or no UI.
You could have a launcher exe uninstall the old version then start the new
setup.

--
Stefan Krueger
Microsoft Windows Installer MVP

Please post your questions in the newsgroup or vist one of these web sites:

Windows Installer FAQ
http://www.msifaq.com - http://www.msifaq.de

InstallSite - Resources for Setup Developers
http://www.installsite.org
http://www.installsite.de (GERMAN)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top