VPatch plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Added category links.) |
m (Adding new author and category links.) |
||
Line 1: | Line 1: | ||
{ | {{PageAuthor|joost}} | ||
== 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 2.0 beta 1. This version is compatible with NSIS 2 and much faster than previous versions. | ||
Line 14: | Line 12: | ||
VPatch is a NSIS plugin written by Koen van de Sande. | VPatch is a NSIS plugin written by Koen van de Sande. | ||
[[ | [[Category:Plugins]] |
Revision as of 14:04, 24 June 2005
Author: joost (talk, contrib) |
Links
The latest version of VPatch is 2.0 beta 1. This version is compatible with NSIS 2 and much faster than previous versions.
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.
Credits
VPatch is a NSIS plugin written by Koen van de Sande.