MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0008210 | CMake | CPack | public | 2008-12-02 11:49 | 2011-04-04 12:00 |
|
Reporter | hugolien | |
Assigned To | David Cole | |
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | CMake-2-6 | |
Target Version | CMake 2.8.4 | Fixed in Version | CMake 2.8.4 | |
|
Summary | 0008210: CPack NSIS generator should allow finding makensis on path on WIN32 too |
Description | NSIS Generator only works if NSIS is installed with admin privileges on Windows.
Only having makensis in path should work too, as it allows using "portable" installs of NSIS |
Steps To Reproduce | |
Additional Information | in cmCPackNSISGenerator:351, InitializeInternal() function returns 0 on Windows if registry key HKEY_LOCAL_MACHINE\\SOFTWARE\\NSIS does not exist.
This registry key is only set if NSIS is installed with admin privileges.
Finding the program makensis in PATH like for other systems should be the fallback on windows.
|
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2008-12-02 11:49 | hugolien | New Issue | |
2009-01-28 17:02 | Bill Hoffman | Status | new => assigned |
2009-01-28 17:02 | Bill Hoffman | Assigned To | => David Cole |
2010-11-10 21:09 | David Cole | Target Version | => CMake 2.8.4 |
2010-12-17 13:39 | David Cole | Note Added: 0024242 | |
2010-12-17 13:39 | David Cole | Status | assigned => resolved |
2010-12-17 13:39 | David Cole | Fixed in Version | => CMake 2.8.4 |
2010-12-17 13:39 | David Cole | Resolution | open => fixed |
2011-04-04 12:00 | David Cole | Note Added: 0026071 | |
2011-04-04 12:00 | David Cole | Status | resolved => closed |