VPatch plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Adding new author and category links.)
(Version: 3.0.)
Line 2: Line 2:


== Links ==
== Links ==
The latest version of VPatch is 2.0 beta 1. This version is compatible with NSIS 2 and much faster than previous versions.
The latest version of VPatch is 3.0.<br>
 
[http://www.tibed.net/vpatch/ VPatch Home Page]
[http://gene.science.uva.nl/~ksande/vpatch20beta1.exe Download VPatch]


== Description ==
== Description ==
It calculates the difference between two (or more) similar files: a new version and several old versions. When you release a new version, you might want to offer a patch update to the users, instead of including the entire file again. So you include the small patch file generated by VPatch in your installation, together with the VPatch runtime DLL for NSIS 2.0 (which is 4 KB), and you save your users a lot of downloading.
It calculates the difference between two (or more) similar files: a new version and several old versions. When you release a new version, you might want to offer a patch update to the users, instead of including the entire file again. So you include the small patch file generated by VPatch in your installation, together with the VPatch runtime DLL for NSIS (which is 8 KB), and you save your users a lot of downloading.


== Credits ==
== Credits ==
VPatch is a NSIS plugin written by Koen van de Sande.
VPatch is a NSIS plugin written by [[User:Koen van de Sande|Koen van de Sande]].


[[Category:Plugins]]
[[Category:Plugins]]

Revision as of 02:44, 12 September 2005

Author: joost (talk, contrib)


Links

The latest version of VPatch is 3.0.
VPatch Home Page

Description

It calculates the difference between two (or more) similar files: a new version and several old versions. When you release a new version, you might want to offer a patch update to the users, instead of including the entire file again. So you include the small patch file generated by VPatch in your installation, together with the VPatch runtime DLL for NSIS (which is 8 KB), and you save your users a lot of downloading.

Credits

VPatch is a NSIS plugin written by Koen van de Sande.