Is there a way to get InnoSetup constant value in [Code] section? I need this during install time and the constant value that I am trying to get is {app}.
{app}
You can use AppValue := ExpandConstant('{app}');
AppValue := ExpandConstant('{app}');