Setup program to update?

T

trant

I have just started using a setup project for my program to install it on to
my user's machines.

using online tutorials it was easy to do.

but one thing I cannot figure out is, when I make little changes to the
program and make a new setup to distribute it, it always asks users to
uninstall their previous version then install this new one. is it possible to
set this up so my updates are treated as updates instead of new products? or
is there some other trick to distributing updates?
 
A

Anders Eriksson

Hello,

If you look at the properties of the Setup project you will find the
property RemovePreviousVersion. Set this to true and it will uninstall the
previous version of your program.

NB! Now you can't go back!

// Anders
 
F

Finn Stampe Mikkelsen

Anders Eriksson said:
Hello,

If you look at the properties of the Setup project you will find the
property RemovePreviousVersion. Set this to true and it will uninstall the
previous version of your program.

NB! Now you can't go back!

// Anders
--

Only true if this is true:

The UpgradeCode must be the same for both versions; the ProductCode must be
different.

/Finn
--
Der er 10 slags mennesker - Dem som forstår binær og dem som ikke gør.
There are 10 kinds of people. Those who understand binary and those who
don't.
Es gibt 10 Arten von Menschen. Die, die Binär verstehen, bzw. die, die es
nicht tuhen.
 

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