How can I escape the characters { and } in Inno Setup, the characters are used in the [Registry] section?
{, "{" do not compile.
%7d, "%7d", {%7d} all compile, but do not work, they result in the wrong values in the registry.
Best regards.
You can escape the
{by doubling it. There is no need to escape the}as it is only used if inside a constant.From the help file: