I have custom action called SetupSummary whic is run lua script. On this action there is no timing set.
On dialog WelcomeScreen on button Next, in Published Events i add event DoAction with argument set to SetupSummary (name of custom action) and place it at first place before NewDialog event.
Now i wait that lua script is executed when i press Next, but script is not executed.
When i do same as above but custom action is Run Executable and run for example notepad.exe everything works like a charm and notepad is opened after i press Next button.
Can you confirm that this behavior is a bug, or explain to me how to execute custom action of type Run LuaScript on button click?

Reply With Quote