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