MantisBT - CMake
View Issue Details
0009737CMakeCMakepublic2009-10-20 02:212010-12-14 16:06
Austin English 
David Cole 
normalfeatureN/A
closedfixed 
CMake-2-6 
CMake 2.8.3 
0009737: Installer does not support a quiet/silent option
Please add a silent install option of some sort.
No tags attached.
Issue History
2009-10-20 02:21Austin EnglishNew Issue
2010-12-14 16:01David ColeAssigned To => David Cole
2010-12-14 16:01David ColeStatusnew => assigned
2010-12-14 16:06David ColeNote Added: 0023973
2010-12-14 16:06David ColeStatusassigned => closed
2010-12-14 16:06David ColeResolutionopen => fixed
2010-12-14 16:06David ColeFixed in Version => CMake 2.8.3

Notes
(0023973)
David Cole   
2010-12-14 16:06   
The Windows installer that is built with the NSIS installer maker does support a silent install option.

If I download cmake-2.8.3-win32-x86.exe from http://cmake.org/files/v2.8/?C=M;O=D [^] and then run it like this on Windows:

C:\>cmake-2.8.3-win32-x86.exe /S /D=C:\dir\with\backslashes and possibly spaces

Then it is installed in the expected directory. Everything after the /D= is part of the directory name. This is a general feature of Windows installers built with the NSIS packager, and we have code in the NSIS script used to build the installer to make sure that the command line /D option is honored.