|
9 | 9 | Scope="$(PackageScope)"> |
10 | 10 |
|
11 | 11 | <Property Id="INSTALLARM64SDK" Value="1" /> |
12 | | - <Property Id="INSTALLARM64REDIST" Value="1" /> |
| 12 | + <Property Id="INSTALLARM64REDISTBOUND" Value="1" /> |
| 13 | + <Property Id="INSTALLARM64REDISTUNBOUND" Value="0" /> |
13 | 14 | <Property Id="INSTALLAMD64SDK" Value="1" /> |
14 | | - <Property Id="INSTALLAMD64REDIST" Value="1" /> |
| 15 | + <Property Id="INSTALLAMD64REDISTBOUND" Value="1" /> |
| 16 | + <Property Id="INSTALLAMD64REDISTUNBOUND" Value="0" /> |
15 | 17 | <Property Id="INSTALLX86SDK" Value="1" /> |
16 | | - <Property Id="INSTALLX86REDIST" Value="1" /> |
| 18 | + <Property Id="INSTALLX86REDISTBOUND" Value="1" /> |
| 19 | + <Property Id="INSTALLX86REDISTUNBOUND" Value="0" /> |
17 | 20 |
|
18 | 21 | <Media Id="1" Cabinet="windows.cab" EmbedCab="$(ArePackageCabsEmbedded)" /> |
19 | 22 | <?if $(IncludeARM64) == True?> |
|
1744 | 1747 |
|
1745 | 1748 | <!-- Redistributables --> |
1746 | 1749 | <?if $(IncludeARM64) == True?> |
1747 | | - <Component Id="rtl.shared.bound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDIST" DiskId="2"> |
| 1750 | + <Component Id="rtl.shared.bound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDISTBOUND" DiskId="2"> |
1748 | 1751 | <File Source="!(bindpath.rtl.shared.bound.arm64.msm)\rtl.shared.bound.arm64.msm" /> |
1749 | 1752 | </Component> |
1750 | 1753 |
|
1751 | | - <Component Id="rtl.shared.unbound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDIST" DiskId="2"> |
| 1754 | + <Component Id="rtl.shared.unbound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDISTUNBOUND" DiskId="2"> |
1752 | 1755 | <File Source="!(bindpath.rtl.shared.unbound.arm64.msm)\rtl.shared.unbound.arm64.msm" /> |
1753 | 1756 | </Component> |
1754 | 1757 |
|
1755 | | - <Component Id="rtl.static.bound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDIST" DiskId="2"> |
| 1758 | + <Component Id="rtl.static.bound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDISTBOUND" DiskId="2"> |
1756 | 1759 | <File Source="!(bindpath.rtl.static.bound.arm64.msm)\rtl.static.bound.arm64.msm" /> |
1757 | 1760 | </Component> |
1758 | 1761 |
|
1759 | | - <Component Id="rtl.static.unbound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDIST" DiskId="2"> |
| 1762 | + <Component Id="rtl.static.unbound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDISTUNBOUND" DiskId="2"> |
1760 | 1763 | <File Source="!(bindpath.rtl.static.unbound.arm64.msm)\rtl.static.unbound.arm64.msm" /> |
1761 | 1764 | </Component> |
1762 | 1765 | <?endif?> |
1763 | 1766 |
|
1764 | 1767 | <?if $(IncludeX64) == True?> |
1765 | | - <Component Id="rtl.shared.bound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDIST" DiskId="3"> |
| 1768 | + <Component Id="rtl.shared.bound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDISTBOUND" DiskId="3"> |
1766 | 1769 | <File Source="!(bindpath.rtl.shared.bound.amd64.msm)\rtl.shared.bound.amd64.msm" /> |
1767 | 1770 | </Component> |
1768 | 1771 |
|
1769 | | - <Component Id="rtl.shared.unbound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDIST" DiskId="3"> |
| 1772 | + <Component Id="rtl.shared.unbound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDISTUNBOUND" DiskId="3"> |
1770 | 1773 | <File Source="!(bindpath.rtl.shared.unbound.amd64.msm)\rtl.shared.unbound.amd64.msm" /> |
1771 | 1774 | </Component> |
1772 | 1775 |
|
1773 | | - <Component Id="rtl.static.bound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDIST" DiskId="3"> |
| 1776 | + <Component Id="rtl.static.bound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDISTBOUND" DiskId="3"> |
1774 | 1777 | <File Source="!(bindpath.rtl.static.bound.amd64.msm)\rtl.static.bound.amd64.msm" /> |
1775 | 1778 | </Component> |
1776 | 1779 |
|
1777 | | - <Component Id="rtl.static.unbound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDIST" DiskId="3"> |
| 1780 | + <Component Id="rtl.static.unbound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDISTUNBOUND" DiskId="3"> |
1778 | 1781 | <File Source="!(bindpath.rtl.static.unbound.amd64.msm)\rtl.static.unbound.amd64.msm" /> |
1779 | 1782 | </Component> |
1780 | 1783 | <?endif?> |
1781 | 1784 |
|
1782 | 1785 | <?if $(IncludeX86) == True?> |
1783 | | - <Component Id="rtl.shared.bound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDIST" DiskId="4"> |
| 1786 | + <Component Id="rtl.shared.bound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDISTBOUND" DiskId="4"> |
1784 | 1787 | <File Source="!(bindpath.rtl.shared.bound.x86.msm)\rtl.shared.bound.x86.msm" /> |
1785 | 1788 | </Component> |
1786 | 1789 |
|
1787 | | - <Component Id="rtl.shared.unbound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDIST" DiskId="4"> |
| 1790 | + <Component Id="rtl.shared.unbound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDISTUNBOUND" DiskId="4"> |
1788 | 1791 | <File Source="!(bindpath.rtl.shared.unbound.x86.msm)\rtl.shared.unbound.x86.msm" /> |
1789 | 1792 | </Component> |
1790 | 1793 |
|
1791 | | - <Component Id="rtl.static.bound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDIST" DiskId="4"> |
| 1794 | + <Component Id="rtl.static.bound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDISTBOUND" DiskId="4"> |
1792 | 1795 | <File Source="!(bindpath.rtl.static.bound.x86.msm)\rtl.static.bound.x86.msm" /> |
1793 | 1796 | </Component> |
1794 | 1797 |
|
1795 | | - <Component Id="rtl.static.unbound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDIST" DiskId="4"> |
| 1798 | + <Component Id="rtl.static.unbound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDISTUNBOUND" DiskId="4"> |
1796 | 1799 | <File Source="!(bindpath.rtl.static.unbound.x86.msm)\rtl.static.unbound.x86.msm" /> |
1797 | 1800 | </Component> |
1798 | 1801 | <?endif?> |
|
0 commit comments