Fixing a missing variable in the downlevel installer.

This commit is contained in:
Livar Cunha 2017-06-29 18:30:21 -07:00
parent a396550ed0
commit c920b3c747

View file

@ -15,6 +15,7 @@
<?define LCID = "$(var.ProductLanguage)"?>
<?define DowngradeErrorMessage = "A newer version is already installed; please uninstall it and re-run setup."?>
<?define Platform = "$(sys.BUILDARCH)" ?>
<?define Program_Files="ProgramFilesFolder"?>
<?define Win64AttributeValue=no?>