Merge topic 'wix-installer-theme'

1bda8f1f CPackWIX: Customize CMake installer theme.
This commit is contained in:
Brad King 2015-03-17 10:14:56 -04:00 committed by CMake Topic Stage
commit a5cab2e739
3 changed files with 8 additions and 0 deletions

View File

@ -109,4 +109,12 @@ if("${CPACK_GENERATOR}" STREQUAL "WIX")
)
set(CPACK_WIX_LIGHT_EXTRA_FLAGS "-dcl:high")
set(CPACK_WIX_UI_BANNER
"@CMake_SOURCE_DIR@/Utilities/Release/cpack_wix_ui_banner.jpg"
)
set(CPACK_WIX_UI_DIALOG
"@CMake_SOURCE_DIR@/Utilities/Release/cpack_wix_ui_dialog.jpg"
)
endif()

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB