NSIS - 如何检测静默安装?

joe*_*and 5 windows installation installer nsis silent

如果使用/ S开关启动NullSoft Install System安装程序,如何从脚本中检测到它?谢谢!

And*_*ers 10

IfSilent

or if you are using the logiclib:

${If} ${Silent} ...
Run Code Online (Sandbox Code Playgroud)