472,128 Members | 1,656 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,128 software developers and data experts.

VS 2005 Deployment project - how to launch uninstall of product first?

I have an older application that was installed via msi approach (setup via
InstallShield), however, it has a different product code than the new
version (setup via Deployment Project in a VS 2005 solution) I want to
install. As a result my newer version does not identify the older version
because the product code is different (so it doesn't uninstall it first).
What I'd like to do is setup a Launch Condition that first uninstalls my
prior version (I know the product code) before installing my newer version.

Can someone point me in the correct direction?

Thanks, Rob.
May 8 '06 #1
1 1304
Look up msiexec.exe /x or msiexec.exe /uninstall.
You can pass it a product code.

HTH,
Eric
May 16 '06 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

5 posts views Thread by Arun Bhalla | last post: by
1 post views Thread by Richard Lewis Haggard | last post: by
4 posts views Thread by Brian | last post: by
3 posts views Thread by Jim Heavey | last post: by
1 post views Thread by =?Utf-8?B?dmNs?= | last post: by
6 posts views Thread by =?Utf-8?B?Qm8gTWNJbHZhaW4=?= | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.