I'm curious, is there really a two hour difference between these two queries?

-----Original Message-----
From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 12:03
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Registey Key Issue

Resending My Query.. Please help me out.

-----Original Message-----
From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 10:36 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Registey Key Issue

Hi ,

I am creating one installer on 32 bit machine. In my Installer, There is one 
utility always which is looking at HKLM\Software\Microsoft\XXX. On 32 Bit 
machine it is working fine because Below mentioned code is crating the required 
key at same location(HKLM\Software\Microsoft\XXX)


  <RegistryValue Id='Reg_1' Root="HKLM"  KeyPath ="yes" 
Key="SOFTWARE\Microsoft\XXX" Action="write"
                Name="InstallDir"
                Value="[TESTDIR]"
                Type="string" />


But Problem is that, on 64 bit machine above mentioned code is creating key 
under "wow6432node" but still my utility looks at HKLM\Software\Microsoft\XXX.
Please help me out how can create a registry entry out of wow6432node 
explicitly.

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

Reply via email to