Hello!So i created a new function in Behaviour and Logic -> InstallScript tab.Setup.rul#include "ifx.h"function OnBegin( )begin MessageBox("Welcome to the Tutorial installation!", INFORMATION);end;I set this function to OnBegin() but it never gets...