Hi all,

I create an installer using wix 2.0.5805.0 and want to write a registry value, 
the code looks as follows:

      <Component Id="CID_DetectionRegKey" 
Guid="{47BD4C22-286F-4B4B-96AF-87051F40EB9B}" DiskId="1">
        <Registry Id="RID_DetectionRegKey" Root="HKLM" 
Key="SOFTWARE\Microsoft\Automotive\Installer" Name="Version" 
Value="1.0000.0000.0000" Action="write" Type="string" />
      </Component>

It works fine on 32 bit XP and Vista system. But after installing on 64bit Xp 
system, I cannot find the key "SOFTWARE\Microsoft\Automotive\HMI\Installer" and 
the value "Version"  in the registry. Anyone knows how to solve this issue?

Best Regards,
Tuanqing

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to