6
votes

If an NullSoft Install System installer is launched with the /S switch, how can I detect it from the script?

1

1 Answers

11
votes

IfSilent

or if you are using the logiclib:

${If} ${Silent} ...