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
gil...@titus.com] Sent: Friday, August 22, 2014 8:41 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] create registry value with product code Hi all, I require to create a registry key with the product code, which I have set up like so: in a Variable.wxi file: in my product.wxs I have:

[WiX-users] create registry value with product code

2014-08-22 Thread Steve-Ogilvie
Hi all, I require to create a registry key with the product code, which I have set up like so: in a Variable.wxi file: in my product.wxs I have: but after the install runs that registry value shows up as: "msiexec /x * /q" if I use: it shows up as "msiexec /x /q" What am I doing wrong? t