Uses NSIS Installer.
================
https://intellij-support.jetbrains.com/hc/en-us/articles/206827139-Silent-or-Unattended-installation-on-Windows
It's possible to install IntelliJ IDEA based IDEs silently on
Windows. We are using NSIS installer and it accepts the following
command line switches:
- /S — perform silent (unattended) installation into the default installation directory (the switch is case sensitive)
- /D=<installation directory> — change the default installation directory
- /CONFIG=<c:\path\to\silent.config> — more options (user/admin mode, shortcuts, file associations, 32-bit JRE download) are available via the silent configuration file.
Example:
ideaIU-2018.2.3.exe /S /CONFIG=d:\temp\silent.config /D=W:\Program Files\IntelliJ IDEA 2018
=========================================================================================================
Setup Type: Legacy Setup with command line support
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty:
unspecified
Platform(s): Windows