ENH: Expand comment

This commit is contained in:
Andy Cedilnik 2006-11-13 22:08:42 -05:00
parent ba238d785f
commit 2e37a00610
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}