PatchFamily element
Collection of items that should be kept from the differences between two products.
Parents
Fragment, Patch, PatchFamilyGroup
Children
- All
- BinaryRef
- ComponentRef
- CustomActionRef
- DigitalCertificateRef
- DirectoryRef
- FeatureRef
- IconRef
- PropertyRef
- SoftwareTagRef
- UIRef
- WixUI (Ui extension)
Attributes
Id (String, required) : Identifier which indicates a sequence family to which this patch belongs.
ProductCode (Guid) : Specifies the ProductCode of the product that this family applies to.
Supersede (YesNoTypeUnion) : Set this value to 'yes' to indicate that this patch will supersede all previous patches in this patch family. The default value is 'no'.
Version (String, required) : 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.