Re: [WiX-users] Special permissions to write DWORD registry value

2007-01-25 Thread Bob Arnson
Kaushik Barat wrote: > the following code fails with error. Sufficient permission not there > to write to registry. What's the exact error message in a verbose log? If the property isn't a valid integer, you'll get an error. -- sig://boB http://bobs.org -

[WiX-users] Special permissions to write DWORD registry value

2007-01-25 Thread Kaushik Barat
Hi All, Does ti require special permissions to write DWORD value into the registry as compared to string? the only difference between the 2 snippets below is the Type = integer/string the following code fails with error. Sufficient permission not there to write to registry.