i created an Property named "Update_Prop".
It's value is N.
Later i'm setting the value to "J" (it is set)
I have the following sql Scriot Condition:
Code: Select all
Update_PROP <> "J"
But, it runs.
Why?
When i'm sets the value in the Properties-box to "J" it not runs and the log of the installation says:
Code: Select all
PROPERTY CHANGE: ModifyingUpdate_PROP property. Its current value is 'N'. Its new value: 'J'.
I solved my problem
![{L_SMILIES_SMILE} :)](https://www.advancedinstaller.com/forums/images/smilies/icon_e_smile.gif)
My properties wasn't public.
Look here.