Re: [WiX-users] How to supersede a minor update in next patch.

2015-03-25 Thread Kashif Md.
No, its not uninstallable. Looks like I'm done for :) Thanks for your help anyway. On Thu, Mar 26, 2015 at 2:43 AM, Nir Bar wrote: > Is the v1.0.2 patch uninstallable > ? > If yes you can uninstall it in v1.0.3 by setting MSIPA

Re: [WiX-users] How to supersede a minor update in next patch.

2015-03-25 Thread Nir Bar
Is the v1.0.2 patch uninstallable ? If yes you can uninstall it in v1.0.3 by setting MSIPATCHREMOVE to the Patch GUID of v1.0.2 (I haven't tried that but I th

Re: [WiX-users] How to supersede a minor update in next patch.

2015-03-25 Thread Kashif Md.
nt: March-24-15 1:54 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] How to supersede a minor update in next patch. > > Is it not possible to create two patches to v1.0.3 - one applicable on > v1.0.1 and the other on v1.0.2? > > > > > - > Nir Bar

Re: [WiX-users] How to supersede a minor update in next patch.

2015-03-24 Thread Tunney, Stephen
supersede a minor update in next patch. Is it not possible to create two patches to v1.0.3 - one applicable on v1.0.1 and the other on v1.0.2? - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX

Re: [WiX-users] How to supersede a minor update in next patch.

2015-03-24 Thread Skildum, Mat
I do not think this is possible when dealing with binary patches. This is because the binary differences are going to be specific to the base package the patch was built against. You will always have to have individual patches to "jump" over versions in this case. This is why using binary pat

Re: [WiX-users] How to supersede a minor update in next patch.

2015-03-24 Thread Nir Bar
Is it not possible to create two patches to v1.0.3 - one applicable on v1.0.1 and the other on v1.0.2? - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX & InstallShield -- View this message in cont

[WiX-users] How to supersede a minor update in next patch.

2015-03-24 Thread Kashif Md.
I created patches as explained further below. All patches contain MSIPatchSequence table. None of the patches are full file updates, they all contain file diff from previous target version. I want P3 to ignore/supersede P2 so that installer eliminates P2 when applying P3. P1 (v1.0.1) -> Targets