I have global static property named CurrentOS defined in Project->Settings->Properties.
Now i have custom action->run lua script and the script body is:
When i run builded setup, it shows me dialog correct os name, thats good, but.Code:CurrentOS = System.GetOSName(); Dialog.Message("Lua script", CurrentOS);
When i try to use global static property CurrentOS in dialog text label as
, this property does not contains any value.Code:Current OS: [CurrentOS]
Timing setting of run lua script is:
- InstallUISequence
- Before WelcomeDlg
Simple question, how do update global property within lua script?

Reply With Quote
