Browse Source

Use .jpg instead of .bmp for .msi

smaller.
v0.7.4-release
Ryan Dahl 13 years ago
parent
commit
290bc0c067
  1. BIN
      doc/full-white-stripe.bmp
  2. BIN
      doc/full-white-stripe.jpg
  3. BIN
      doc/thin-white-stripe.bmp
  4. BIN
      doc/thin-white-stripe.jpg
  5. 4
      tools/msvs/msi/product.wxs

BIN
doc/full-white-stripe.bmp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 KiB

BIN
doc/full-white-stripe.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
doc/thin-white-stripe.bmp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

BIN
doc/thin-white-stripe.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

4
tools/msvs/msi/product.wxs

@ -114,8 +114,8 @@
</UI> </UI>
<UIRef Id="WixUI_Common" /> <UIRef Id="WixUI_Common" />
<WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\thin-white-stripe.bmp" /> <WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\thin-white-stripe.jpg" />
<WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\full-white-stripe.bmp" /> <WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\full-white-stripe.jpg" />
</Product> </Product>
</Wix> </Wix>

Loading…
Cancel
Save