diff --git a/scripts/banner.bmp b/scripts/banner.bmp
index 60ab10a4..654eb347 100644
Binary files a/scripts/banner.bmp and b/scripts/banner.bmp differ
diff --git a/scripts/build-msi.sh b/scripts/build-msi.sh
index ceac8214..d3a5d323 100755
--- a/scripts/build-msi.sh
+++ b/scripts/build-msi.sh
@@ -79,7 +79,8 @@ XML_ICON="\t\n"
XML_PROPERTY="\t\n\t\n"
XML_ACTIONS_EXECUTE="\t\n\t\tNOT Installed\n\t\tNOT Installed\n\t\n"
XML_WIX_UI="\t\n\t\n\t\n\t\n\t\n\t\n"
-XML_METADATA="$XML_PACKAGE $XML_MEDIA $XML_CONDITIONS $XML_ACTION_RUNAS_ADMIN $XML_ACTION_FIRSTRUN $XML_ICON $XML_PROPERTY $XML_ACTIONS_EXECUTE $XML_WIX_UI"
+XML_MAJOR_UPGRADE="\t\n"
+XML_METADATA="$XML_PACKAGE $XML_MEDIA $XML_CONDITIONS $XML_MAJOR_UPGRADE $XML_ACTION_RUNAS_ADMIN $XML_ACTION_FIRSTRUN $XML_ICON $XML_PROPERTY $XML_ACTIONS_EXECUTE $XML_WIX_UI"
XML_STARTMENU="\t\t\n"
XML_ASSOCIATE_FILE="\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n"