Silent install switches on Windows 7?

Hi

Anybody knows if i can silently install Kicad on Windows 7 64 bits and if so what are the switches so silently install it (like /s or -s)?

Thk

Generally speaking, the generated NSIS installer has few options ( http://nsis.sourceforge.net/Docs/Chapter3.html#installerusage).

3.2.1 Common Options

  • /NCRC disables the CRC check, unless CRCCheck force was used in the script.
  • /S runs the installer or uninstaller silently.
  • /D sets 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.
1 Like