diff options
author | Eric LaFranchi <eric@lafranchi.com> | 2012-12-14 20:50:18 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2012-12-28 20:32:15 (GMT) |
commit | 3793dca08a41fd9199e65ff834b839b4f65397c7 (patch) | |
tree | 333247eb55f77dc0e666c20f98795fa02ca2d0c7 /Modules/CPackWIX.cmake | |
parent | fb2db0e470002c372decf2aae2447de2cf27384c (diff) | |
download | CMake-3793dca08a41fd9199e65ff834b839b4f65397c7.zip CMake-3793dca08a41fd9199e65ff834b839b4f65397c7.tar.gz CMake-3793dca08a41fd9199e65ff834b839b4f65397c7.tar.bz2 |
CPack: WIX Product Icon, UI Banner, UI Dialog support (#13789)
Diffstat (limited to 'Modules/CPackWIX.cmake')
-rw-r--r-- | Modules/CPackWIX.cmake | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Modules/CPackWIX.cmake b/Modules/CPackWIX.cmake index f278953..0c0a8f1 100644 --- a/Modules/CPackWIX.cmake +++ b/Modules/CPackWIX.cmake @@ -49,6 +49,32 @@ # by the WiX Generator in case CPACK_RESOURCE_FILE_LICENSE # is in an unsupported format or the .txt -> .rtf # conversion does not work as expected. +# +##end +# +##variable +# CPACK_WIX_PRODUCT_ICON - The Icon shown next to the program name in Add/Remove programs. +# +# If set, this icon is used in place of the default icon. +# +##end +# +##variable +# CPACK_WIX_UI_BANNER - The bitmap will appear at the top of all installer pages other than the welcome and completion dialogs. +# +# If set, this image will replace the default banner image. +# +# This image must be 493 by 58 pixels. +# +##end +# +##variable +# CPACK_WIX_UI_DIALOG - Background bitmap used on the welcome and completion dialogs. +# +# If this variable is set, the installer will replace the default dialog image. +# +# This image must be 493 by 312 pixels. +# ##end #============================================================================= |