Change text in Windows installer license, add background image to installer

This commit is contained in:
Micah Lee 2022-01-13 10:18:56 -08:00
parent 0427572521
commit 4950dfc246
3 changed files with 9 additions and 9 deletions

View file

@ -522,12 +522,12 @@ def main():
Id="WixUILicenseRtf",
Value="..\\package\\license.rtf",
)
# ET.SubElement(
# product_el,
# "WixVariable",
# Id="WixUIDialogBmp",
# Value="..\\package\\dialog.bmp",
# )
ET.SubElement(
product_el,
"WixVariable",
Id="WixUIDialogBmp",
Value="..\\package\\dialog.bmp",
)
ET.SubElement(
product_el,
"MajorUpgrade",