Making a patch obsolete (MSI 2.x) is an older technique. All currently supported/patched OSs by Microsoft currently sport MSI 3.x or higher, which allows you to use the newer technique referred to as superseding.
They are not the same thing. The "pure WiX patch" method only supports the supersede methodology, not obsolescence. If you can change over to superseding, that would make your life much easier. If, however, you must still support MSI 2.x, you can't. If you must still support obsolescence and you want to use "pure WiX patching" you must post-process the patch to add the additional guids. I didn't have much easy success trying a "quick and dirty" change to the summary information using the installer APIs but I did note that you can use XSLT to transform the patch's wixobj file. This would need to be done before calling Pyro after calling Candle. -----Original Message----- From: shibo [mailto:szheng...@googlemail.com] Sent: Friday, August 14, 2009 2:36 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Purely WiX patching - two questions please Blair, >From Wix Help, Patch family attribute Version: Used to populate the sequence column of the MsiPatchSequence table in the final MSP file. Specified in x.x.x.x format. See documentation for Sequence column of MsiPatchSequence table in MSI SDK. It says that x.x.x.x format is expected instead of {GUID}{GUID}{GUID}? Thanks, Shibo -- View this message in context: http://n2.nabble.com/Purely-WiX-patching---two-questions-please-tp3438522p34 43985.html Sent from the wix-users mailing list archive at Nabble.com. ---------------------------------------------------------------------------- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users