Re: [WiX-users] RegistryValue: Could not write value "#somevalue"

2012-11-28 Thread Vadym Verba
-The Registry table uses # as the prefix to say you want an integer number, -and your string is not a number. -http://msdn.microsoft.com/en-us/library/windows/desktop/aa371168(v=vs.85).as px -The docs say two # characters should be used, the first will be ignored and -the rest treated as the st

Re: [WiX-users] RegistryValue: Could not write value "#somevalue"

2012-11-28 Thread Phil Wilson
. Phil -Original Message- From: Vadym Verba [mailto:vve...@sdl.com] Sent: Wednesday, November 28, 2012 12:25 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] RegistryValue: Could not write value "#somevalue" Hello everyone. Recently I have faced some very weird

[WiX-users] RegistryValue: Could not write value "#somevalue"

2012-11-28 Thread Vadym Verba
Hello everyone. Recently I have faced some very weird issue. Not sure if it is some kind of defect or just my lack of knowledge (which is most probably the case). Here it is: I have naked installer with one single component which contains: Nothing suspicious, isn't it? Well when I try to lu