Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1 つの簡単な属性で WixUI_Minimal などの組み込み Wix UI の幅を広げることは可能ですか?
いいえ、すべてのダイアログの幅を個別に増やす必要があります。さらに、バナーのサイズを調整することを忘れないでください。ただし、これは 1 か所で行うことができます。
<WixVariable Id="WixUIBannerBmp" Value="$(var.ImgPath)\NEW-BANNER.bmp"/> <WixVariable Id="WixUIDialogBmp" Value="$(var.ImgPath)\NEW-BACKGROUND.bmp"/>