CPackWIX: Customize CMake installer theme.
This commit is contained in:
parent
36d4cdad0e
commit
1bda8f1fdb
|
@ -109,4 +109,12 @@ if("${CPACK_GENERATOR}" STREQUAL "WIX")
|
||||||
)
|
)
|
||||||
|
|
||||||
set(CPACK_WIX_LIGHT_EXTRA_FLAGS "-dcl:high")
|
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()
|
endif()
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue