Re: [WiX-users] Given an upgrade code, retrieve the installed product code

2009-02-23 Thread Jeremy Lew
Excellent, exactly what I was looking for, thank you! -Original Message- From: Yan Sklyarenko [mailto:y...@sitecore.net] Sent: Monday, February 23, 2009 10:05 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Given an upgrade code,retrieve the

Re: [WiX-users] Given an upgrade code, retrieve the installed product code

2009-02-23 Thread Yan Sklyarenko
If you use DTF, take a look at the GetRelatedProducts() method of Microsoft.Deployment.WindowsInstaller.ProductInstallation. It returns a collection of ProductInstallation instances, and you can get the product code addressing the ProductCode property. -- Yan -Original Message- From: Jere