Re: [WiX-users] Delta patching a very large binary file.

2009-12-03 Thread Darren Grant
tion. > > PatchAPI may have a bit more detail in this older paper: > http://msdn.microsoft.com/library/ms811406.aspx but I doubt it. The newer > paper pretty much simply adds to the older one. > > -Original Message- > From: Darren Grant [mailto:therealklu...@gmail.com

Re: [WiX-users] Delta patching a very large binary file.

2009-11-24 Thread Darren Grant
tead of mspatch[c/a], but > Windows Installer (for legacy reasons) is stuck using the older > technology/API. > > -Original Message- > From: Darren Grant [mailto:therealklu...@gmail.com] > Sent: Monday, November 23, 2009 10:44 PM > To: General discussion for Windows Instal

Re: [WiX-users] Delta patching a very large binary file.

2009-11-23 Thread Darren Grant
nd mspatcha > in Windows itself). You could try changing the mspatchc/mspatcha versions to > see if the windows build/sdk they come from make any difference. > > -Original Message- > From: Darren Grant [mailto:therealklu...@gmail.com] > Sent: Monday, November 23, 2009 1:

[WiX-users] Delta patching a very large binary file.

2009-11-23 Thread Darren Grant
Hi, I am new to WiX and MSI programming in general, coming from an imperative NSIS background where I used vpatch to apply delta patches to large (> 500-MB) binary files. Deferring to the experts out there, how do you achieve this with WiX? :) Unfortunately the files are too large for mspatchc a