Is it possible to use .png images for WiX bitmaps

前端 未结 4 658
有刺的猬
有刺的猬 2020-12-19 02:48

I am using 2 500K bitmaps in to display images on my WiX dialogs.

They dramatically increase the size of the installation package, and what is worse - it looks there

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 02:57

    The WiX toolset isn't tethered to BMP and JPG. As you've found you could put any of those other image formats into your package. However, the MSI SDK only documents BMP and JPG support.

提交回复
热议问题