]> granicus.if.org Git - icinga2/commitdiff
Add new images for the Windows installer
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 11 Apr 2016 11:41:29 +0000 (13:41 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 20 Apr 2016 08:09:34 +0000 (10:09 +0200)
refs #11449

CMakeLists.txt
agent/bannrbmp.bmp [new file with mode: 0644]
agent/dlgbmp.bmp [new file with mode: 0644]

index 7d7ba3404164304023662f7a48b3dc4b95c4e5de..b682b07bbc09135c9b4d2c8e6a0c4a908e06b402 100644 (file)
@@ -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 (file)
index 0000000..51c3890
Binary files /dev/null and b/agent/bannrbmp.bmp differ
diff --git a/agent/dlgbmp.bmp b/agent/dlgbmp.bmp
new file mode 100644 (file)
index 0000000..6fce031
Binary files /dev/null and b/agent/dlgbmp.bmp differ