Use .jpg instead of .bmp for .msi
authorRyan Dahl <ry@tinyclouds.org>
Tue, 10 Jan 2012 20:13:48 +0000 (12:13 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 10 Jan 2012 22:26:22 +0000 (14:26 -0800)
smaller.

doc/full-white-stripe.bmp [deleted file]
doc/full-white-stripe.jpg [new file with mode: 0644]
doc/thin-white-stripe.bmp [deleted file]
doc/thin-white-stripe.jpg [new file with mode: 0644]
tools/msvs/msi/product.wxs

diff --git a/doc/full-white-stripe.bmp b/doc/full-white-stripe.bmp
deleted file mode 100644 (file)
index bb2bf9c..0000000
Binary files a/doc/full-white-stripe.bmp and /dev/null differ
diff --git a/doc/full-white-stripe.jpg b/doc/full-white-stripe.jpg
new file mode 100644 (file)
index 0000000..9b990ae
Binary files /dev/null and b/doc/full-white-stripe.jpg differ
diff --git a/doc/thin-white-stripe.bmp b/doc/thin-white-stripe.bmp
deleted file mode 100644 (file)
index 8130a84..0000000
Binary files a/doc/thin-white-stripe.bmp and /dev/null differ
diff --git a/doc/thin-white-stripe.jpg b/doc/thin-white-stripe.jpg
new file mode 100644 (file)
index 0000000..8dc3d4a
Binary files /dev/null and b/doc/thin-white-stripe.jpg differ
index bdf28a5..1d445d2 100644 (file)
     </UI>
 
     <UIRef Id="WixUI_Common" />
-    <WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\thin-white-stripe.bmp" />
-    <WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\full-white-stripe.bmp" />
+    <WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\thin-white-stripe.jpg" />
+    <WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\full-white-stripe.jpg" />
   </Product>
 
 </Wix>