MantisBT - CMake | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0013578 | CMake | CPack | public | 2012-10-08 15:31 | 2013-03-04 08:38 | |||||
| Reporter | Alexander | |||||||||
| Assigned To | David Cole | |||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||||
| Status | closed | Resolution | fixed | |||||||
| Platform | x86-64 | OS | Windows | OS Version | 7 | |||||
| Product Version | CMake 2.8.9 | |||||||||
| Target Version | CMake 2.8.10 | Fixed in Version | CMake 2.8.10 | |||||||
| Summary | 0013578: NSIS template incorrectly uses CPACK_PACKAGE_NAME instead of CPACK_PACKAGE_INSTALL_REGISTRY_KEY | |||||||||
| Description | On line 905 of NSIS.template.in there is this code: ReadRegStr $0 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@CPACK_PACKAGE_NAME@" "UninstallString" @CPACK_PACKAGE_NAME@ should read @CPACK_PACKAGE_INSTALL_REGISTRY_KEY@, since that's what's used across the rest of the file, e.g. on line 77: ReadRegDWORD $AR_RegFlags HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@CPACK_PACKAGE_INSTALL_REGISTRY_KEY@\Components\${SecName}" "Installed" Because of this bug the CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL option doesn't really work. Thanks, Alexander | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | ||||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2012-10-08 15:31 | Alexander | New Issue | ||||||||
| 2012-10-15 09:59 | David Cole | Assigned To | => David Cole | |||||||
| 2012-10-15 09:59 | David Cole | Status | new => assigned | |||||||
| 2012-10-16 08:01 | David Cole | Note Added: 0031243 | ||||||||
| 2012-10-16 08:01 | David Cole | Status | assigned => resolved | |||||||
| 2012-10-16 08:01 | David Cole | Resolution | open => fixed | |||||||
| 2012-10-16 08:02 | David Cole | Note Added: 0031244 | ||||||||
| 2012-10-16 08:50 | David Cole | Note Deleted: 0031244 | ||||||||
| 2012-10-17 16:59 | David Cole | Fixed in Version | => CMake 2.8.10 | |||||||
| 2012-10-17 16:59 | David Cole | Target Version | => CMake 2.8.10 | |||||||
| 2012-10-25 12:51 | David Cole | Relationship added | related to 0013455 | |||||||
| 2013-03-04 08:38 | Robert Maynard | Note Added: 0032489 | ||||||||
| 2013-03-04 08:38 | Robert Maynard | Status | resolved => closed | |||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||