[wix-users] preventing double installs: per-machine & per-user both getting installed
Nir Bar
nir.bar at panel-sw.com
Fri Mar 16 00:32:17 PDT 2018
FindRelatedProducts only enumerates products on the same context.
To find products on any context, develop a custom action:
Call MsiEnumRelatedProducts to enumerate products with the same UpgradeCode as your product.
Call MsiGetProductInfoEx to get context of each product.
--
Nir Bar, Independent WiX Expert. Creator of-
JetBA: WiX WPF Bootstrapper User Interface Framework
JetBA++: WiX Native Bootstrapper User Interface Framework
More information about the wix-users
mailing list