Re: [WiX-users] create registry value with product code

2014-08-22 Thread Steve-Ogilvie
thanks John, I will try that out steve -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/create-registry-value-with-product-code-tp7596476p7596479.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] create registry value with product code

2014-08-22 Thread John Cooper
$(var. ---) constructs are static, so all you're getting back is what you put in, which is the '*' in this place. What you want is the generated product code, which is stored in the ProductCode property in the Property Table. You should save [ProductCode] in you Registry element to get the effe