I'm trying to follow http://www.advancedinstaller.com/user-g ... ialog.html - "Without Enhanced UI".
I've created a script with one function:
Session.Property("MYPROP") = cstr(10)
Under Custom Actions I've added both the script and the UpdateMsiEditControls action. Both are executed synchronous.
I've added a button with 2 published events to my dialog (in the following order).
1) DoAction MyScript
2) DoAction UpdateMsiEditControls
When i press the button, nothing happens. If then click next and then back, I can see that MYPROP has been updated to "10".
What am I missing to refresh the dialog while shown?
I also tried using the Enhanced UI, which works, but I prefer without the need for the bootstrapper