Skip to content
⌘ NSIS Forum Archive

a quesiton about silent mode

4 posts

JamesKiller#

a quesiton about silent mode

Hi,

if we run the installer in silent mode, so I have to use /S, can i use /s(lowercase), both work????
Anders#
you can parse the command line and set the silent flag yourself ( http://nsis.sourceforge.net/Docs/AppendixC.html#C.3 )