diff options
author | Brad King <brad.king@kitware.com> | 2021-02-09 13:20:06 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-02-09 13:20:17 (GMT) |
commit | 18fa819e26c30038e93b0af1f5bbe17d2a776227 (patch) | |
tree | 22dea0fc41d8214fb3a7876fcd1e269d0a5c6679 /Help | |
parent | 54f15cbb9955b1c9e994108391cc44852f5e794e (diff) | |
parent | 0aabeb0c30bae9509f46fdd2d27e8b724b853d6e (diff) | |
download | CMake-18fa819e26c30038e93b0af1f5bbe17d2a776227.zip CMake-18fa819e26c30038e93b0af1f5bbe17d2a776227.tar.gz CMake-18fa819e26c30038e93b0af1f5bbe17d2a776227.tar.bz2 |
Merge topic '21479-branding-name-cpack-nsis'
0aabeb0c30 CPack/NSIS: Add option for setting branding text
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5784
Diffstat (limited to 'Help')
-rw-r--r-- | Help/cpack_gen/nsis.rst | 13 | ||||
-rw-r--r-- | Help/release/dev/cpack-nsis-branding-text.rst | 7 |
2 files changed, 20 insertions, 0 deletions
diff --git a/Help/cpack_gen/nsis.rst b/Help/cpack_gen/nsis.rst index 33198e7..eaef8ae 100644 --- a/Help/cpack_gen/nsis.rst +++ b/Help/cpack_gen/nsis.rst @@ -180,3 +180,16 @@ on Windows Nullsoft Scriptable Install System. .. versionadded:: 3.18 If set, declares that the installer is DPI-aware. + +.. variable:: CPACK_NSIS_BRANDING_TEXT + + .. versionadded:: 3.20 + + If set, updates the text at the bottom of the install window. + To set the string to blank, use a space (" "). + +.. variable:: CPACK_NSIS_BRANDING_TEXT_TRIM_POSITION + + .. versionadded:: 3.20 + + If set, trim down the size of the control to the size of the branding text string. diff --git a/Help/release/dev/cpack-nsis-branding-text.rst b/Help/release/dev/cpack-nsis-branding-text.rst new file mode 100644 index 0000000..28a80ce --- /dev/null +++ b/Help/release/dev/cpack-nsis-branding-text.rst @@ -0,0 +1,7 @@ +cpack-nsis-branding-text +------------------------ + +* The :cpack_gen:`CPack NSIS Generator` gained new variables + :variable:`CPACK_NSIS_BRANDING_TEXT` and + :variable:`CPACK_NSIS_BRANDING_TEXT_TRIM_POSITION` to change the + text at the bottom of the install window and change its trim position |