Changes

Jump to: navigation, search

NSIS: Nullsoft Scriptable Install System

321 bytes added, 04:39, 23 June 2008
no edit summary
You can use the following command line switches (from [http://nsis.sourceforge.net/Which_command_line_parameters_can_be_used_to_configure_installers NSIS FAQ]) to customize your installation:
* /NCRC disables the CRC check, unless CRCCheck force was used in the script. * /S Silent installationruns the installer or uninstaller silently. * /D=C:\Bla Set output folder /NCRC Skip CRC checksets the default installation directory ($INSTDIR), overriding InstallDir and InstallDirRegKey. It must be the last parameter used in the command line and must not contain any quotes, even if the path contains spaces. Only absolute paths are supported.
If command line options don't work, they are most likely disabled by the author of the installer.
[[Category:Documentation]]
[[Category:Installer formats]]
6
edits

Navigation menu