PDA

Click to See Complete Forum and Search --> : inno setup, does it allow the program to be updated.


steve_rm
Nov 13th, 2006, 11:49 AM
Hello,

My customer wants to be able to install updates without having to uninstall and install the program.

Does inno support the use of updates, so the user does not have to uninstall and then install again.

clickOnce does this, but the customer does not want this (that another story)

Does anyone know of any other deployment packages that allows updates?

Thanks in advance,

Steve

randem
Nov 14th, 2006, 01:43 PM
You can update with Inno. All you need to do is to change the version number of the files that you want to update or include the flag on the file to always install. This is the default operation of Inno to only update files that have a newer version number.