Why is there an additional pair of curly braces on the Inno Setup Preprocessor:#emit page?

|▌冷眼眸甩不掉的悲伤 提交于 2020-12-06 16:51:19

问题


I've been looking through Inno Setup documentation and found this:

(https://jrsoftware.org/ispphelp/index.php?topic=expressions)

Filename: "file2.ext"; DestDir: {{#MyDestDir}}

Why do we need to use an additional pair of curly braces here? Mustn't we type it like this instead DestDir: "{#MyDestDir}"?

来源:https://stackoverflow.com/questions/63036551/why-is-there-an-additional-pair-of-curly-braces-on-the-inno-setup-preprocessor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!