View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009737CMakeCMakepublic2009-10-20 02:212010-12-14 16:06
ReporterAustin English 
Assigned ToDavid Cole 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in VersionCMake 2.8.3 
Summary0009737: Installer does not support a quiet/silent option
DescriptionPlease add a silent install option of some sort.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0023973)
David Cole (manager)
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.

 Issue History
Date Modified Username Field Change
2009-10-20 02:21 Austin English New Issue
2010-12-14 16:01 David Cole Assigned To => David Cole
2010-12-14 16:01 David Cole Status new => assigned
2010-12-14 16:06 David Cole Note Added: 0023973
2010-12-14 16:06 David Cole Status assigned => closed
2010-12-14 16:06 David Cole Resolution open => fixed
2010-12-14 16:06 David Cole Fixed in Version => CMake 2.8.3


Copyright © 2000 - 2018 MantisBT Team