Inno Setup网站是否未能记录#define指令,或者我在某处错过了什么?是否允许使用已定义的字符串进行定义并将它们连接起来?
#define MyApp ABC
#define MyAppVersion 1.2.1
#define MyFolder ? ; what is the right syntax here to concatenate
; the two previously defined strings?
Run Code Online (Sandbox Code Playgroud) inno-setup ×1