![]() |
#1 |
Junior Member
Join Date: Feb 2006
Posts: 44
|
Generating VPatch files for NSIS in Windows 8.1
I'm not sure if I'm the only one that's really having this problem, but ever since making the transition to Windows 8.1, several of my applications have stopped working very normally, one of these being VPatch GUI, that I use to generate Vpatch files for use in NSIS.
My question then, is whether any one of you guys are getting the same/ similar problem with VPatch GUI, and perhaps maybe if someone knows any solutions to this issue, or maybe an alternative method of creating VPatch files. Thanks |
![]() |
![]() |
![]() |
#2 |
Junior Member
Join Date: May 2014
Posts: 22
|
Use the command line:
GENPAT (sourcefile) (targetfile) (patchfile) |
![]() |
![]() |
![]() |
#3 |
Junior Member
Join Date: Feb 2006
Posts: 44
|
I read up on that, but the one thing that I didn't quite get was that in Vpatch GUI, you could add multiple older files, then multiple of the newer files, and combine it into a single .pat file.
I've tried to google on how to get that going via command line but I didn't really get anything too useful. |
![]() |
![]() |
![]() |
#4 |
Junior Member
Join Date: May 2014
Posts: 22
|
See VPatch readme for more info.
Step 1: Creating the patch file(s) Make sure you have the source file (original version) and the target file (version to update to). For example, I have DATA.DTA (currently on user system) and DATA_20.DTA (v2.0 of this data file). Now call GenPat.exe: GENPAT (sourcefile) (targetfile) (patchfile) In my example, I use the following call: GENPAT data.dta data_20.dta data.pat Now, the patch will be generated. This will take some time. You can repeat this step for multiple different files: GENPAT title.pcx title2.pcx data.pat |
![]() |
![]() |
![]() |
#5 |
Major Dude
Join Date: May 2005
Location: New Zealand
Posts: 923
|
NSIS VPatch doesn't come with a GUI (I couldn't find one), I take it this GUI is a 3rd party tool? I would contact the author of the program about this issue.
"Only a MouseHelmet will save you from a MouseTrap" -Jason Ross (Me) NSIS 3 POSIX Ninja Wiki Profile |
![]() |
![]() |
![]() |
#6 |
Junior Member
Join Date: Mar 2009
Posts: 41
|
You can get it here: http://www.tibed.net/vpatch/
|
![]() |
![]() |
![]() |
#7 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,548
|
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
|
Tags |
gui, vpatch, windows 8.1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|