Hi,
I am trying to populate a registry value in textbox but not being able to
do so. Following is my code:

<Property Id="SDK_MACHINE"              Secure="yes">
<RegistrySearch Id="sdk_Machine"                      Root="HKCU"
                Key="Software\<PATH FOR REGISTRY>"
 Name="ValueName"                      Type="raw" />    </Property>

------------------------------------------------------------

<CustomAction Id="CA_SetProperty_SDK_MACHINE"
Property="INSTALLMACHINE" Value="[SDK_MACHINE]"
Execute="firstSequence" />
-----------------------------------
<Control Id="NameEdit" Type="Edit" X="25" Y="105" Width="220"
Height="18" Property="INSTALLMACHINE" />
-----------------------------------
<InstallUISequence>
<Custom Action="CA_SetProperty_SDK_MACHINE" Sequence="701" />
</InstallUISequence>


-- 
Thanks and Regards,
Ravi Raj
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to