Currently Being Moderated

Silent installation on Windows platform

VERSION 4

Created on: Oct 3, 2006 2:09 PM by Serge Baranov - Last Modified:  Sep 7, 2011 3:22 PM by Serge Baranov

For IntelliJ IDEA 5.x and later we are using NSIS installer on Windows platform.

 

NSIS installers recognize /S for silent installation, /NCRC to suppress the CRC (verification) step, and /D=dir to specify the "output directory", which is where the program will be installed.

 

These options are case-sensitive, so be sure to type them in upper case.

 

You can also wrap the already installed IntelliJ IDEA copy into any custom installer (IntelliJ IDEA doesn't require any registry settings to run).

Tags: install, silent
Average User Rating
(5 ratings)




There are no comments on this document