summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackNSISGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-14 03:08:42 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-14 03:08:42 (GMT)
commit2e37a006108c4310f8c7e27b29ee9b8c0f4617e1 (patch)
tree473af927077df5a234ce68c560e07c482c2d68ef /Source/CPack/cmCPackNSISGenerator.cxx
parentba238d785f77af38ee4b658b2849444a4758825d (diff)
downloadCMake-2e37a006108c4310f8c7e27b29ee9b8c0f4617e1.zip
CMake-2e37a006108c4310f8c7e27b29ee9b8c0f4617e1.tar.gz
CMake-2e37a006108c4310f8c7e27b29ee9b8c0f4617e1.tar.bz2
ENH: Expand comment
Diffstat (limited to 'Source/CPack/cmCPackNSISGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackNSISGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackNSISGenerator.cxx b/Source/CPack/cmCPackNSISGenerator.cxx
index 1b54701..470f5bc 100644
--- a/Source/CPack/cmCPackNSISGenerator.cxx
+++ b/Source/CPack/cmCPackNSISGenerator.cxx
@@ -147,7 +147,7 @@ int cmCPackNSISGenerator::InitializeInternal()
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;
}