The "Contents" of an "Edit INI File" function does not translate constants. Only variables.

$NOVAXINI_DOUPDATENOVAX_OPDATERINGIGANG$ is a constant of "1"

This work
Code:
[Update]
DoUpdateNovax=%DOUPDATENOVAX%
Where %DOUPDATENOVAX% has been set to $NOVAXINI_DOUPDATENOVAX_OPDATERINGIGANG$

However it would be nice to be able to just use the constant directly in the "Contents" section.
Code:
[Update]
DoUpdateNovax=$NOVAXINI_DOUPDATENOVAX_OPDATERINGIGANG$