Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Generating VPatch files for NSIS in Windows 8.1 (http://forums.winamp.com/showthread.php?t=377576)

HaMsTeYr 21st May 2014 08:18

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

simplix 21st May 2014 08:42

Use the command line:
GENPAT (sourcefile) (targetfile) (patchfile)

HaMsTeYr 21st May 2014 11:15

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.

simplix 21st May 2014 12:03

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

JasonFriday13 21st May 2014 12:16

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.

Collector9999 10th June 2014 23:00

You can get it here: http://www.tibed.net/vpatch/

Anders 11th June 2014 10:38

Try http://www.tibed.net/email


All times are GMT. The time now is 17:17.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.