CPackWIX: Customize CMake installer theme.

This commit is contained in:
Nils Gladitz 2015-03-12 20:44:27 +01:00
parent 36d4cdad0e
commit 1bda8f1fdb
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