PDA

View Full Version : Updating an application


4DNC2
04-04-2007, 11:11 AM
I have made an installer for my application.

Now I want to create a new installer which can update the previous installed application.

To do so, I have duplicate my previous project and removed the different packages that I don't need to be able to provide a smaller installer.

This new installer must just replace my application.

When I launch the new installer, It start and seems to install something but in fact when I launch my application, it's the same old one.

I look at the documentation but found nothing helpful.

I'm sure I have missed something.. Could you help ?

4DNC2
04-04-2007, 11:23 AM
I found the solution !

Simply defining the proper overwrite file properties is doing the job !

:yes