Instead of using a hard coded Custom/@Sequence number can you use a
relative Before/After to ensure the action executes before the UI shows up.

Otherwise, look in a verbose log file and see that the Property is getting
set correctly before it is used.

On Tue, Apr 24, 2012 at 6:39 AM, Ravi Raj <raviraj.callin...@gmail.com>wrote:

> 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
>



-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
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