diff options
author | Brad King <brad.king@kitware.com> | 2019-11-06 14:27:56 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-06 14:28:05 (GMT) |
commit | 0618f8b3ed690275c87e5494084f33a6d3a07be7 (patch) | |
tree | 26ab6b6ef70ca30aa355fdf80a31e86a8d70fe82 /Help | |
parent | 7b2e9b5537af2977e6096d0c2cad1a2b94e11002 (diff) | |
parent | 68b5af65fa09c90278826898f199d289c049a01d (diff) | |
download | CMake-0618f8b3ed690275c87e5494084f33a6d3a07be7.zip CMake-0618f8b3ed690275c87e5494084f33a6d3a07be7.tar.gz CMake-0618f8b3ed690275c87e5494084f33a6d3a07be7.tar.bz2 |
Merge topic 'cpack-nsis-welcome-finish-title'
68b5af65fa CPack/NSIS: Add options for custom welcome/finish titles + display on 3 lines
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3980
Diffstat (limited to 'Help')
-rw-r--r-- | Help/cpack_gen/nsis.rst | 16 | ||||
-rw-r--r-- | Help/release/dev/cpack-nsis-welcome-finish-page-title.rst | 10 |
2 files changed, 26 insertions, 0 deletions
diff --git a/Help/cpack_gen/nsis.rst b/Help/cpack_gen/nsis.rst index 38676c4..dc65249 100644 --- a/Help/cpack_gen/nsis.rst +++ b/Help/cpack_gen/nsis.rst @@ -133,3 +133,19 @@ on Windows Nullsoft Scriptable Install System. Specify the name of the program to uninstall the version. Default is ``Uninstall``. + +.. variable:: CPACK_NSIS_WELCOME_TITLE + + The title to display on the top of the page for the welcome page. + +.. variable:: CPACK_NSIS_WELCOME_TITLE_3LINES + + Display the title in the welcome page on 3 lines instead of 2. + +.. variable:: CPACK_NSIS_FINISH_TITLE + + The title to display on the top of the page for the finish page. + +.. variable:: CPACK_NSIS_FINISH_TITLE_3LINES + + Display the title in the finish page on 3 lines instead of 2. diff --git a/Help/release/dev/cpack-nsis-welcome-finish-page-title.rst b/Help/release/dev/cpack-nsis-welcome-finish-page-title.rst new file mode 100644 index 0000000..8091d31 --- /dev/null +++ b/Help/release/dev/cpack-nsis-welcome-finish-page-title.rst @@ -0,0 +1,10 @@ +cpack-nsis-welcome-finish-page-title +------------------------------------ + +* The :cpack_gen:`CPack NSIS Generator` now supports + :variable:`CPACK_NSIS_WELCOME_TITLE` and :variable:`CPACK_NSIS_WELCOME_TITLE_3LINES`. + These can be used to specify the welcome page title and display it in 3 lines. + +* The :cpack_gen:`CPack NSIS Generator` now supports + :variable:`CPACK_NSIS_FINISH_TITLE` and :variable:`CPACK_NSIS_FINISH_TITLE_3LINES`. + These can be used to specify the finish page title and display it in 3 lines. |