Search code examples
windowsinstallationnsissilent

How do I detect silent install?


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


Solution

  • IfSilent

    or if you are using the logiclib:

    ${If} ${Silent} ...