Bridgekeeper -1 Newbie Poster

Hi
I am not sure if this is the right forum, please direct me if I'm right :-)

I have a setup project in C# where I need to decide what to do based on the vales of registry keys specifically created for my app. As I understand it I may use the [condition] field for evaluation, but I can't figure it out.


Ex. Key [HKEY_LOCAL_USER/SOFTWARE/MYAPPNAME/TRIAL].
During install I need to evaluate the value of this key and if the key contains the value 0x01 I need to create additional entries and perform specific custom actions. I have tried now for some time googling and try/fail option, but can't figure out how to achieve it.

Any suggestions, please?