Replies: 1 comment
-
Ok, my bad. Was using wrong form control property to set the wix property value. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a custom public
Property
which value is set in UI form usingRuntime.Session[xxx] = ...
. Now I have immediate custom action, which is run beforeInstallFinalize
. I want to use the property in the condition for the given custom action, but somehow the property value doesn't change from it's default value and therefor custom action is never run.Is this procedure supported?
Beta Was this translation helpful? Give feedback.
All reactions