Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   Incremental Patcher. (https://forum.exetools.com/showthread.php?t=8622)

Molasar 12-14-2005 05:39

Incremental Patcher.
 
Do you know if exist some software that generates incremental patches? :confused:

Let me explain: I have an .EXE that I distribute, then i add some functions to it and that generates a bigger EXE, so the idea is to generate a patch to add just the new part to the exe, is it possible?

Thanks.

Kerlingen 12-14-2005 06:34

Yes, software like this does exist, even if it's really no "incremental" patching.

The problem is that the user has to install all previous patches to apply the current one. Using packages that can patch any known version of a file to the current version are mostly much bigger than the current version would be as "full" file. (i.e. to update to version 1.06, the user would have to run updates 1.00->1.01, 1.01->1.02, 1.02->1.03, 1.03->1.04, 1.04->1.05, 1.05->1.06 in this order; a single package containing all six updates would most likely be bigger than the complete version 1.06)

And when you talk about updating EXE files: The file must be uncompressed and unencrypted or the patch will be as big a the full file since everything has changed between the two versions.

I know "RTPatch Pro" as standalone application for this type of patches. (it has been used by many well known companies like "Microsoft" or "E.A. Games")

The "WISE" Installation system also allows creation of this patches. (maybe "InstallShield" also supports it, but I'm not sure about it)

The Windows Installer (MSI) packages support this kind of patches also by definition. But you usually use other software for the Setup creation, so patching support depends on the software you use to build MSI installers.

hmx0101 12-14-2005 08:49

i think that is called accumulative patch, "RTPatch Pro" between others can make this patches

Molasar 12-15-2005 07:34

Thanks Guys.
 
I have found that Indigo Rose's Visual Patch is supossed to be able to do that.
I'l try it and comment here later.


All times are GMT +8. The time now is 04:44.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX