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
My properties wasn't public.
Look here.