Re: [WiX-users] Identify installed product by productCode

2014-03-19 Thread Phill Hogland
Typically you would create a Bootstrapper project which has a Bundle element and a Chain element. In the Bundle element you could use the util:ProductSearch and then use the result to notify the user in the BA or condition whether an MSI gets installed. The MSI would be added to the Bundle's Chai

Re: [WiX-users] Identify installed product by productCode

2014-03-19 Thread Phill Hogland
Notice that there is a Util:ProductSearch (for use in Bundles) and a wix:ProductSearch for use in an MSI. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Identify-installed-product-by-productCode-tp7593540p7593542.html Sent from the wix-users maili

Re: [WiX-users] Identify installed product by productCode

2014-03-19 Thread Phill Hogland
Look at ProductSearch in the chm. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Identify-installed-product-by-productCode-tp7593540p7593541.html Sent from the wix-users mailing list archive at Nabble.com. --