7

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

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
joelsand
  • 2,245
  • 2
  • 21
  • 31

1 Answers1

12

IfSilent

or if you are using the logiclib:

${If} ${Silent} ...
Anders
  • 97,548
  • 12
  • 110
  • 164