Re: [WiX-users] Leaving certain files out of a patch.

2009-06-10 Thread Peter Shirtcliffe
very useful post on wix patch building http://blogs.msdn.com/pmarcu/archive/2007/06/28/sample-patch.aspx#559121 2 -Original Message- From: gree...@cox.net [mailto:gree...@cox.net] Sent: 10 June 2009 05:32 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Leaving certain files out

[WiX-users] Leaving certain files out of a patch.

2009-06-09 Thread greenaj
I am using Wix 3 to create a patch. The Target and Upgraded msi's were both created using Wix 3. I would like to know how to have the patch ignore certain files using a purely wix patch creating solution. I could always used the UpgradedFilesToIgnore table ala pcp files and patchwiz.dll. Is