I believe you need to create a 64-bit MSI for this. The 64-bit components would need to have the Win64 attribute set to "yes". Here is a snip from WIX help file...
Win64 YesNoType<mk:@MSITStore:C:\Docs\WiX.chm::/html/wix_xsd_simple_type_yesnotype.htm> Set this attribute to 'yes' to mark this as a 64-bit component. This attribute facilitates the installation of packages that include both 32-bit and 64-bit components. If this bit is not set, the component is registered as a 32-bit component. If this is a 64-bit component replacing a 32-bit component, set this bit and assign a new GUID in the Guid attribute. Hope this helps. Thanks, Nakul -----Original Message----- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2008 5:05 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Creating Registry Out of Wow6432Node nocde on 64 bit machine Hi, I am trying to create a registry key on 64 bit (Win2K8 Server) machine at HKLM\SOFTWARE\Microsoft\XXX through installer. But While Running the MSI on 64 bit machine , it is going into SOFTWARE\Wow6432Node\Microsoft\XXX. I am running through Admin privilege. Please find the code snippet . <Registry Id='Reg1' Root="HKLM" KeyPath ="yes" Key="SOFTWARE\Microsoft\XXX" Name="InstallDir" Value="[TESTDIR]" Please let me know Shall I add something more or what mistake I am making. Regards Sandeep ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users