Re: [WiX-users] How to: dynamically decide registry path to write to based on OS architecture

2011-06-29 Thread Sameer Arora
This works great. Thanks! On Tue, Jun 28, 2011 at 10:43 AM, Castro, Edwin G. (Hillsboro) edwin.cas...@fiserv.com wrote: Create a x86 msi package and use the following authoring Component Id=C_UriInRegistry Guid=* RegistryKey Id=RG_RegistryKey Root=HKLM

[WiX-users] How to: dynamically decide registry path to write to based on OS architecture

2011-06-28 Thread Sameer Arora
Hi, I need a way decide the registry path to write to based on the OS architecture the installer is installing on. E.g: If OS is x64 bit create a registry key under HKLM\SOFTWARE\WoW6432Node\MyCompany otherwise write to create a registry key under HKLM\SOFTWARE\MyCompany To achieve this, I