[cmake-commits] andy committed cmCPackNSISGenerator.cxx 1.18 1.19

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 13 22:08:45 EST 2006


Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv28819/Source/CPack

Modified Files:
	cmCPackNSISGenerator.cxx 
Log Message:
ENH: Expand comment


Index: cmCPackNSISGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackNSISGenerator.cxx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cmCPackNSISGenerator.cxx	12 Oct 2006 18:59:43 -0000	1.18
+++ cmCPackNSISGenerator.cxx	14 Nov 2006 03:08:42 -0000	1.19
@@ -147,7 +147,7 @@
   if ( !cmsys::SystemTools::ReadRegistryValue(
       "HKEY_LOCAL_MACHINE\\SOFTWARE\\NSIS", nsisPath) )
     {
-    cmCPackLogger(cmCPackLog::LOG_ERROR, "Cannot find NSIS registry value"
+    cmCPackLogger(cmCPackLog::LOG_ERROR, "Cannot find NSIS registry value. This is usually caused by NSIS not being installed. Please install NSIS from http://nsis.sourceforge.org"
       << std::endl);
     return 0;
     }



More information about the Cmake-commits mailing list