summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorColin Tracey <ctracey@nvidia.com>2015-09-25 20:06:08 (GMT)
committerBrad King <brad.king@kitware.com>2015-10-06 13:08:37 (GMT)
commit3758af12fab8bc3c6279400621be94c4aa540a70 (patch)
treedcc3b2723de4c17ca51764f7d2270c449a0544ee /Help
parent3709e950f4ed7545a38c2506c19ee90ee58fa920 (diff)
downloadCMake-3758af12fab8bc3c6279400621be94c4aa540a70.zip
CMake-3758af12fab8bc3c6279400621be94c4aa540a70.tar.gz
CMake-3758af12fab8bc3c6279400621be94c4aa540a70.tar.bz2
CPackNSIS: Add options to set the bitmap for NSIS installer left side
set MUI_WELCOMEFINISHPAGE_BITMAP set MUI_UNWELCOMEFINISHPAGE_BITMAP
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/cpack-nsis-bitmap.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-nsis-bitmap.rst b/Help/release/dev/cpack-nsis-bitmap.rst
new file mode 100644
index 0000000..c5ccfb5
--- /dev/null
+++ b/Help/release/dev/cpack-nsis-bitmap.rst
@@ -0,0 +1,6 @@
+cpack-nsis-bitmap
+-----------------
+
+* The :module:`CPackNSIS` module learned new variables to add bitmaps to the
+ installer. See the :variable:`CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP`
+ and :variable:`CPACK_NSIS_MUI_UNWELCOMEFINISHPAGE_BITMAP` variables.