From 8f0169c6e93d921c060ae8e5781ed89383a6bf4f Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 25 Aug 2011 10:08:49 -0500 Subject: [svn-r21309] Add NSIS silent install option --- release_docs/CMake.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt index bbfa442..44a9d28 100755 --- a/release_docs/CMake.txt +++ b/release_docs/CMake.txt @@ -217,6 +217,7 @@ Notes: This short instruction is written for users who want to quickly build NOTE: We have just introduced the packaging capability and it has not been extensively tested. Please send us comments on how it can be improved. + See NSIS note 8 of this document. 6. The files that support building HDF5 with CMake are all the files in the config/cmake folder, the CMakeLists.txt files in each source folder, and @@ -226,6 +227,15 @@ Notes: This short instruction is written for users who want to quickly build 7. More information about using CMake can be found at the KitWare site, www.cmake.org. + + 8. Nullsoft Scriptable Install System + The Nullsoft Scriptable Install System (NSIS) is an open source installation + system. It was created by the WinAmp authors to distribute that application, + but it is now a general-purpose system which anyone might use. NSIS installers + recognize /S for silent installation 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. + ************************************************************************ -- cgit v0.12