Inno Setup 如何在自定义消息中添加 CRLF/换行符

Mav*_*ick 3 inno-setup

我可以在[CustomMessages]节中添加 CRLF(回车 + 换行)吗?

问候。

Mar*_*ryl 6

[Messages] 部分的文档说:

"%n" 创建一个换行符。


例如,请参阅以下标准中如何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.
Run Code Online (Sandbox Code Playgroud)