Deploying projects in VS .Net 2003

B

brynjar

Hi
I created a deployment project for a windows application. My users
can setup the application on their computers. But when I make changes
to the application and redeploy the project my users have to uninstall
their previous version and install the new one. Is there a way to
have a kind of update or something that reinstall´s the application
without having to uninstall it first?

Brynjar
 
F

Fritz Switzer

Brynjar,

Check the properties for your setup project.

The three that come to mind are :
1. Detect Newer Installed Version = True
2. Remove Previous Verion= true
3. Version ( I then manually update this value )

Just build and deploy, writes on top of the previous.

HTH
 

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