Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit c920b3c

Browse files
committed
Fixing a missing variable in the downlevel installer.
1 parent a396550 commit c920b3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/windows/msbuildextensions/variables.wxi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<?define LCID = "$(var.ProductLanguage)"?>
1616
<?define DowngradeErrorMessage = "A newer version is already installed; please uninstall it and re-run setup."?>
1717

18+
<?define Platform = "$(sys.BUILDARCH)" ?>
1819
<?define Program_Files="ProgramFilesFolder"?>
1920
<?define Win64AttributeValue=no?>
2021

0 commit comments

Comments
 (0)