Thanks for the reply, I will try the same with my patching program.
---------[ Received Mail Content ]----------
Subject : Re: Creating patch using wix
Date : Tue, 3 Nov 2009 02:36:07 -0800 (PST)
From : cRCaT <ymcr...@gmail.com>
To : Wix - Windows Installer XML <wixg@googlegroups.com>
If you created patch 1 using Wix then you should have the
corresponding .msi (product + patch1)
Just take your newest .msi and create a patch relative to the
previous .msi
On 28 אוקטובר, 14:07, "Vijayakumar Y" wrote:
> My program is now on beta and the same needs lots of patches at the client site. For this reason I need some help from the community.
> I created a patch following the help provided with wix 3. I need to know how to create a patch 2 for the current 'product + patch1' installed at the client side.
> Any possible solution for the above and also how to automate these processes?