문제

Is it possible to increase the width of a built-in Wix UI such as WixUI_Minimal in one easy attribute?

도움이 되었습니까?

해결책

No, you'll have to increase the width of each and every dialog separately. Besides, don't forget to adjust the dimensions of the banners, but this can be done in one place:

<WixVariable Id="WixUIBannerBmp" Value="$(var.ImgPath)\NEW-BANNER.bmp"/>
<WixVariable Id="WixUIDialogBmp" Value="$(var.ImgPath)\NEW-BACKGROUND.bmp"/>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top