inno setup, does it allow the program to be updated.
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
Re: inno setup, does it allow the program to be updated.
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.