How do you change an installer property's value from an edit box? I've imported an xml file and want to pass a value to it based on what the user enters in the installer. How do to this is not clear to me. I've made a dialog, set up my static text and edit box, with the "Next" button selected in the designer, I click the Published Events tab, click new, select 'Set installer property value,' and from there I'm stuck. I don't see how to get to the edit control's value. Is there a certain notation I need to use in the Property field?
I've tried the Control Conditions route but that doesn't seem to be able to get to controls on the dialog either. Subscribed Events only lets me update controls when no tree item is selected. I tried searching your forum but apparently the word 'property' is too common.

Thanks.