Re: [WiX-users] Populating Registry Value in TextBox
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 wro
[WiX-users] Populating Registry Value in TextBox
Hi, I am trying to populate a registry value in textbox but not being able to do so. Following is my code: --- --- -- Thanks and Regards, Ravi Raj --