Inno Setup 如何在自定义消息中添加 CRLF/line 中断
Inno Setup How to add CRLF/line break in custom message
我可以在 [CustomMessages]
部分添加 CRLF(回车 return + 换行)吗?
此致。
[Messages] section 上的文档说:
"%n" creates a line break.
参见 SetupAppRunningError
标准如何在 Default.isl
中定义:
SetupAppRunningError=Setup has detected that %1 is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
我可以在 [CustomMessages]
部分添加 CRLF(回车 return + 换行)吗?
此致。
[Messages] section 上的文档说:
"%n" creates a line break.
参见 SetupAppRunningError
标准如何在 Default.isl
中定义:
SetupAppRunningError=Setup has detected that %1 is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.