Hello All,

I'm trying to "detect" where a particular msi is installed or not and based
on that I want to block on my burn setup bundle.

I tried looking for a registry entry installed by that msi and doing a
util:RegistrySearch but I need one more piece of information on what version
of that msi is installed. I couldn't get that info from the registry entries
laid by that msi but I see that there is a Property called "ProductVersion"
in the Property table of the msi. Is there any way in which I can access
that from wix?

I see that util:ProductSearch has a way to get the version based on the
UpgradeCode but that fix seems to be in wix 3.9 and I'm on wix 3.8:(. The
only way is to pass a Guid which is the ProductCode but in my case the
ProductCode of the msi is always changing with every new build of the msi.

Regards,
Rajesh



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Getting-ProductVersion-of-an-msi-from-wix-tp7600320.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to