Re: [WiX-users] RegistrySearch Type=Registry

2007-01-05 Thread Brian Patton
If you ever intend to re-write a registry value looked up with RegistrySearch, it looks like writing it as a "string" (even if it's really a DWORD) will work, because the property is stored in a string-writeable format (i.e. DWORDs are written by RegistrySearch as #value, and Registry nodes will w

Re: [WiX-users] RegistrySearch Type=Registry

2006-12-20 Thread Stefan Pavlik
Hi... Type='registry' is not supported (it was deprecated for a long time...) You should replace it with Type='raw' probably. Here is actual help for Type attribute: This attribute's value should be one of the following: directory Sets a directory path from the registry value. file

[WiX-users] RegistrySearch Type=Registry

2006-12-20 Thread Steve Bennett
Hi all, I'm trying to maintain an old .wxs file generated a while ago by decompiling a Visual Studio-generated .msi. It contains a node which doesn't appear to be supported any more. (2.0.4611 doesn't like it; 2.0.2613 does). Could anyone tell me what it did, and what I should update it to? The