Thanks, that seems to work. Hopefully when I do network installs that it works as well given that each workstation should have in history that it last installed with a previous version. Am I right in assuming this?
Main Topics
Browse All TopicsI'm trying to setup my deployment from a visual studio 2008 which includes a Visual Basic project along and a Crystal Reports Viewer, but when I attempt to reinstall on a client workstation, I keep getting the following message unless I go into control panel and uninstall program from there:
Another Version of this product is already installed.
Installation of this version cannot continue. To
configure or remove the existing version of this product,
use add/remove Programs on the Control Panel.
So my question is two-folds:
1. how can I automatically reinstall without having to manually uninstall first?
2. Since the target of the installation is on a network drive to be used by more than one workstation, how can I setup my deployment so that it would not have to install or reinstall everything all over again?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: VBRocksPosted on 2009-10-30 at 10:41:04ID: 25705227
Left-Click on the Setup Project node in Solution Explorer
ue"
Go to the Properties window.
Set "RemovePreviousVersions=Tr
Change the version number, example: from 1.0 to 1.01
You will be prompted to change the ProductCode, select Yes.
You have to do this last step every time you rebuild and redeploy.