[WiX-users] How can I get version of product installed by merge module?`

2014-04-23 Thread Verbuk, Artem
Hi I am using WIX 3.8 and VS2010. I have two WIX projects: One is a merge module project and the other one is the regular WIX setup project. My merge module project among other things installs some executable, let's call it AAA.exe. Inside my merge module I know to get the version of this

Re: [WiX-users] How can I get version of product installed by merge module?`

2014-04-23 Thread Phill Hogland
Here are a couple of different approaches to this issue: http://stackoverflow.com/questions/7970594/msi-reading-properties-from-custom-action-in-merge-module-msm http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/avoiding-GUID-decoration-in-merge-module-property-name-td5742531.html