Re: [WiX-users] Parsing properties

2008-07-01 Thread Frédéric Viollet
: Tuesday, July 01, 2008 3:41 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Parsing properties Hi everyone, Let's say that I have a registry key HKLM\Software\MyProduct with a String value "TheDir" = "c:\program files\My product\module" I ca

Re: [WiX-users] Parsing properties

2008-07-01 Thread Nitin Chaudhari
Installer XML toolset. Subject: [WiX-users] Parsing properties Hi everyone, Let's say that I have a registry key HKLM\Software\MyProduct with a String value "TheDir" = "c:\program files\My product\module" I can easily get the value by using a RegistrySearch: Here&#x

[WiX-users] Parsing properties

2008-07-01 Thread Frédéric Viollet
Hi everyone, Let's say that I have a registry key HKLM\Software\MyProduct with a String value "TheDir" = "c:\program files\My product\module" I can easily get the value by using a RegistrySearch: Here's the question: :) Is there a way to extract a substring from the retrieved value i.e. T