From: Gunnar Beutner Date: Mon, 11 Apr 2016 11:41:29 +0000 (+0200) Subject: Add new images for the Windows installer X-Git-Tag: v2.4.5~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b27455c8654ef698aabca6dd2cc76e95794e5fab;p=icinga2 Add new images for the Windows installer refs #11449 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d7ba3404..b682b07bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -305,6 +305,8 @@ set(CPACK_WIX_PRODUCT_ICON "${CMAKE_CURRENT_SOURCE_DIR}/icinga-app\\\\icinga.ico set(CPACK_WIX_UPGRADE_GUID "52F2BEAA-4DF0-4C3E-ABDC-C0F61DE4DF8A") set(CPACK_WIX_PATCH_FILE "${CMAKE_CURRENT_SOURCE_DIR}/icinga2.wixpatch") set(CPACK_WIX_EXTENSIONS "WixUtilExtension") +set(CPACK_WIX_UI_BANNER "${CMAKE_CURRENT_SOURCE_DIR}/agent/bannrbmp.bmp") +set(CPACK_WIX_UI_DIALOG "${CMAKE_CURRENT_SOURCE_DIR}/agent/dlgbmp.bmp") set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP TRUE) include(InstallRequiredSystemLibraries) diff --git a/agent/bannrbmp.bmp b/agent/bannrbmp.bmp new file mode 100644 index 000000000..51c3890b7 Binary files /dev/null and b/agent/bannrbmp.bmp differ diff --git a/agent/dlgbmp.bmp b/agent/dlgbmp.bmp new file mode 100644 index 000000000..6fce0315d Binary files /dev/null and b/agent/dlgbmp.bmp differ