summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-03-23 23:51:09 +0000
committerStephen D. Huston <shuston@apache.org>2010-03-23 23:51:09 +0000
commitec9899fd9c080dc370db3b1c3d21b4f12f82b23b (patch)
tree76a37ecf6a25649be69d40f6f5a0e1fc75611c9b
parent910676dcf4527ba9acbb7fdbae66696920c80a32 (diff)
downloadqpid-python-ec9899fd9c080dc370db3b1c3d21b4f12f82b23b.tar.gz
Correct bitmaps for Wix-based installer.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.6-release-windows-installer@926865 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/packaging/windows/qpid-asf-banner.bmpbin85896 -> 0 bytes
-rw-r--r--qpid/packaging/windows/qpid-asf-bkgrd.bmpbin461816 -> 0 bytes
-rw-r--r--qpid/packaging/windows/qpid-install-background.bmpbin0 -> 155830 bytes
-rw-r--r--qpid/packaging/windows/qpid-install-banner.bmpbin0 -> 29846 bytes
-rw-r--r--qpid/packaging/windows/qpidc.wxs4
5 files changed, 2 insertions, 2 deletions
diff --git a/qpid/packaging/windows/qpid-asf-banner.bmp b/qpid/packaging/windows/qpid-asf-banner.bmp
deleted file mode 100644
index 76f33504fc..0000000000
--- a/qpid/packaging/windows/qpid-asf-banner.bmp
+++ /dev/null
Binary files differ
diff --git a/qpid/packaging/windows/qpid-asf-bkgrd.bmp b/qpid/packaging/windows/qpid-asf-bkgrd.bmp
deleted file mode 100644
index c1f2d250cd..0000000000
--- a/qpid/packaging/windows/qpid-asf-bkgrd.bmp
+++ /dev/null
Binary files differ
diff --git a/qpid/packaging/windows/qpid-install-background.bmp b/qpid/packaging/windows/qpid-install-background.bmp
new file mode 100644
index 0000000000..7a287f107f
--- /dev/null
+++ b/qpid/packaging/windows/qpid-install-background.bmp
Binary files differ
diff --git a/qpid/packaging/windows/qpid-install-banner.bmp b/qpid/packaging/windows/qpid-install-banner.bmp
new file mode 100644
index 0000000000..73184a9235
--- /dev/null
+++ b/qpid/packaging/windows/qpid-install-banner.bmp
Binary files differ
diff --git a/qpid/packaging/windows/qpidc.wxs b/qpid/packaging/windows/qpidc.wxs
index 6b2857f182..c4a3bf9169 100644
--- a/qpid/packaging/windows/qpidc.wxs
+++ b/qpid/packaging/windows/qpidc.wxs
@@ -182,8 +182,8 @@
</UI>
<WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
- <WixVariable Id="WixUIBannerBmp" Value="qpid-asf-banner.bmp" />
- <WixVariable Id="WixUIDialogBmp" Value="qpid-asf-bkgrd.bmp" />
+ <WixVariable Id="WixUIBannerBmp" Value="qpid-install-banner.bmp" />
+ <WixVariable Id="WixUIDialogBmp" Value="qpid-install-background.bmp" />
<!-- Launch the install notes optionally on finish -->
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT"