Re: [WiX-users] RegistrySearch on two properties

2010-04-13 Thread Bob Arnson
On 4/13/2010 10:38 AM, Rodney Schuler wrote: > Key="Software\TheirCompany\TheirProduct\[THEIRCURVER]\[THEIRCURLANG]" > Name="ProductName" Type="raw"> > You can't rely on using the results of one AppSearch in another like that because there's no guaranteed order to how the rows in the

[WiX-users] RegistrySearch on two properties

2010-04-13 Thread Rodney Schuler
I am writing an installer for a plugin module to a larger application. To install correctly I need to read several registry values set by the larger application. Each registry path chains off of the prior registry searches. My first attempt: A