If an NullSoft Install System installer is launched with the /S switch, how can I detect it from the script?
IfSilent
or if you are using the logiclib:
${If} ${Silent} ...