MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013872 | CMake | CPack | public | 2013-01-23 12:39 | 2016-06-10 14:31 |
Reporter | Ian Whiting | ||||
Assigned To | Kitware Robot | ||||
Priority | urgent | Severity | feature | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | Windows | OS Version | ||
Product Version | CMake 2.8.10.2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0013872: NSIS welcome page side image cannot be configured | ||||
Description | It is not possible to set the MUI_WELCOMEFINISHPAGE_BITMAP through the CMakeLists.txt file. There seems to be a quick fix, see additional information. | ||||
Steps To Reproduce | |||||
Additional Information | This can be fixed by adding the following two lines to the NSIS.template.in file: !define MUI_WELCOMEFINISHPAGE_BITMAP "@CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP@" !define MUI_UNWELCOMEFINISHPAGE_BITMAP "@CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP@" Then within the CMakeFiles.txt you can set the image using the following: SET(CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP "<image file>") However there will be a build problem if CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP is not specified. So additional lines will need to be added to only include it if the variable has been set. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-01-23 12:39 | Ian Whiting | New Issue | |||
2013-01-24 09:10 | Ian Whiting | Note Added: 0032148 | |||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042210 | |||
2016-06-10 14:28 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|