diff options
author | Stephen D. Huston <shuston@apache.org> | 2010-03-23 23:53:15 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2010-03-23 23:53:15 +0000 |
commit | 9b43ae0f8a4447ec1c0ee09765a2308aa0e440ef (patch) | |
tree | e964ffa7814e2c846b8d8387e95b70fb2dd9b515 | |
parent | 5d14fb85081fde2fdaf767e4cd5327a126525519 (diff) | |
download | qpid-python-9b43ae0f8a4447ec1c0ee09765a2308aa0e440ef.tar.gz |
Correct bitmaps for Wix-based installer.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@926867 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/packaging/windows/qpid-asf-banner.bmp | bin | 85896 -> 0 bytes | |||
-rw-r--r-- | qpid/packaging/windows/qpid-asf-bkgrd.bmp | bin | 461816 -> 0 bytes | |||
-rw-r--r-- | qpid/packaging/windows/qpid-install-background.bmp | bin | 0 -> 155830 bytes | |||
-rw-r--r-- | qpid/packaging/windows/qpid-install-banner.bmp | bin | 0 -> 29846 bytes | |||
-rw-r--r-- | qpid/packaging/windows/qpidc.wxs | 4 |
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 Binary files differdeleted file mode 100644 index 76f33504fc..0000000000 --- a/qpid/packaging/windows/qpid-asf-banner.bmp +++ /dev/null diff --git a/qpid/packaging/windows/qpid-asf-bkgrd.bmp b/qpid/packaging/windows/qpid-asf-bkgrd.bmp Binary files differdeleted file mode 100644 index c1f2d250cd..0000000000 --- a/qpid/packaging/windows/qpid-asf-bkgrd.bmp +++ /dev/null diff --git a/qpid/packaging/windows/qpid-install-background.bmp b/qpid/packaging/windows/qpid-install-background.bmp Binary files differnew file mode 100644 index 0000000000..7a287f107f --- /dev/null +++ b/qpid/packaging/windows/qpid-install-background.bmp diff --git a/qpid/packaging/windows/qpid-install-banner.bmp b/qpid/packaging/windows/qpid-install-banner.bmp Binary files differnew file mode 100644 index 0000000000..73184a9235 --- /dev/null +++ b/qpid/packaging/windows/qpid-install-banner.bmp 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"
|