[wix-users] Burn Bundles, same version different Ids

Nir Bar nir.bar at panel-sw.com
Sun Jun 11 04:01:10 PDT 2017


You can override OnDetectRelatedBundle:
// Same version with different Id is installed this condition is true:
if ((args.Operation == RelatedOperation.None) && (args.RelationType == RelationType.Upgrade))
{
 ...
}





--Independent WiX Expert. Creator of-
https://JetBA.net - Native and WPF WiX BootstrapperApplication Frameworks








More information about the wix-users mailing list