My question would be what is your baseline? If ver 1 is your RTM release, all patches should be based off of it for easy cumulative patching. If you are doing incremental patching, then 1.2 would require 1.1, and wouldn't supersede it.
Note: My experience with patching is limited, but this is my understanding of how it should be done. I've taken the easy route and jumped to burn, and I just use upgrades instead of patching to avoid a lot of complexity. -----Original Message----- From: Ramjot [mailto:ramjot.si...@hotmail.com] Sent: Friday, March 13, 2015 10:14 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Replace files added in minor upgrade I added a new component to existing product using a minor upgrade. But when in next minor upgrade I try to update this files the update fails. I get the following message in upgrade installation logs :- Component '<component Name>' is added in both the superseded patch and superseding patch. No action taken for this component. Just to make things clear here is the process Ver 1 - MSI - installs file1, file2 Ver1.1 - First MSP - updates file1, file2 and adds file3 Ver1.2 - Second MSP - updates file1, file2 but fails to update file3 with the log given above Ver1.3 - third MSP - updates file1, file2 but fails to update file3 with the same log as above I am using Wix 3.8 Toolset. I have declared both patches as superseding <PatchFamily Id='ProdPatchFamily' Version='$(var.productVersion)' Supersede='yes'> What am I doing wrong here? Or to support upgrade of file 3 I need to issue a major upgrade? Thanks, Ramjot -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Replace-files-added-in-minor-upgrade-tp7599551.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users