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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users