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.
是否可以在一个简单的属性中增加内置 Wix UI(例如 WixUI_Minimal)的宽度?
不,您必须分别增加每个对话框的宽度。此外,不要忘记调整横幅的尺寸,但这可以在一个地方完成:
<WixVariable Id="WixUIBannerBmp" Value="$(var.ImgPath)\NEW-BANNER.bmp"/> <WixVariable Id="WixUIDialogBmp" Value="$(var.ImgPath)\NEW-BACKGROUND.bmp"/>