|
1744 | 1744 |
|
1745 | 1745 | <!-- Redistributables --> |
1746 | 1746 | <?if $(IncludeARM64) == True?> |
| 1747 | + <Component Id="rtl.shared.bound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDIST" DiskId="2"> |
| 1748 | + <File Source="!(bindpath.rtl.shared.bound.arm64.msm)\rtl.shared.bound.arm64.msm" /> |
| 1749 | + </Component> |
| 1750 | + |
1747 | 1751 | <Component Id="rtl.shared.unbound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDIST" DiskId="2"> |
1748 | 1752 | <File Source="!(bindpath.rtl.shared.unbound.arm64.msm)\rtl.shared.unbound.arm64.msm" /> |
1749 | 1753 | </Component> |
1750 | 1754 |
|
| 1755 | + <Component Id="rtl.static.bound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDIST" DiskId="2"> |
| 1756 | + <File Source="!(bindpath.rtl.static.bound.arm64.msm)\rtl.static.bound.arm64.msm" /> |
| 1757 | + </Component> |
| 1758 | + |
1751 | 1759 | <Component Id="rtl.static.unbound.arm64.msm" Directory="RedistVersion" Condition="INSTALLARM64REDIST" DiskId="2"> |
1752 | 1760 | <File Source="!(bindpath.rtl.static.unbound.arm64.msm)\rtl.static.unbound.arm64.msm" /> |
1753 | 1761 | </Component> |
1754 | 1762 | <?endif?> |
1755 | 1763 |
|
1756 | 1764 | <?if $(IncludeX64) == True?> |
| 1765 | + <Component Id="rtl.shared.bound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDIST" DiskId="3"> |
| 1766 | + <File Source="!(bindpath.rtl.shared.bound.amd64.msm)\rtl.shared.bound.amd64.msm" /> |
| 1767 | + </Component> |
| 1768 | + |
1757 | 1769 | <Component Id="rtl.shared.unbound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDIST" DiskId="3"> |
1758 | 1770 | <File Source="!(bindpath.rtl.shared.unbound.amd64.msm)\rtl.shared.unbound.amd64.msm" /> |
1759 | 1771 | </Component> |
1760 | 1772 |
|
| 1773 | + <Component Id="rtl.static.bound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDIST" DiskId="3"> |
| 1774 | + <File Source="!(bindpath.rtl.static.bound.amd64.msm)\rtl.static.bound.amd64.msm" /> |
| 1775 | + </Component> |
| 1776 | + |
1761 | 1777 | <Component Id="rtl.static.unbound.amd64.msm" Directory="RedistVersion" Condition="INSTALLAMD64REDIST" DiskId="3"> |
1762 | 1778 | <File Source="!(bindpath.rtl.static.unbound.amd64.msm)\rtl.static.unbound.amd64.msm" /> |
1763 | 1779 | </Component> |
1764 | 1780 | <?endif?> |
1765 | 1781 |
|
1766 | 1782 | <?if $(IncludeX86) == True?> |
| 1783 | + <Component Id="rtl.shared.bound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDIST" DiskId="4"> |
| 1784 | + <File Source="!(bindpath.rtl.shared.bound.x86.msm)\rtl.shared.bound.x86.msm" /> |
| 1785 | + </Component> |
| 1786 | + |
1767 | 1787 | <Component Id="rtl.shared.unbound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDIST" DiskId="4"> |
1768 | 1788 | <File Source="!(bindpath.rtl.shared.unbound.x86.msm)\rtl.shared.unbound.x86.msm" /> |
1769 | 1789 | </Component> |
1770 | 1790 |
|
| 1791 | + <Component Id="rtl.static.bound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDIST" DiskId="4"> |
| 1792 | + <File Source="!(bindpath.rtl.static.bound.x86.msm)\rtl.static.bound.x86.msm" /> |
| 1793 | + </Component> |
| 1794 | + |
1771 | 1795 | <Component Id="rtl.static.unbound.x86.msm" Directory="RedistVersion" Condition="INSTALLX86REDIST" DiskId="4"> |
1772 | 1796 | <File Source="!(bindpath.rtl.static.unbound.x86.msm)\rtl.static.unbound.x86.msm" /> |
1773 | 1797 | </Component> |
|
1851 | 1875 | <ComponentGroupRef Id="Registrar.arm64" /> |
1852 | 1876 |
|
1853 | 1877 | <!-- Redistributable --> |
| 1878 | + <ComponentRef Id="rtl.shared.bound.arm64.msm" /> |
1854 | 1879 | <ComponentRef Id="rtl.shared.unbound.arm64.msm" /> |
| 1880 | + <ComponentRef Id="rtl.static.bound.arm64.msm" /> |
1855 | 1881 | <ComponentRef Id="rtl.static.unbound.arm64.msm" /> |
1856 | 1882 | </Feature> |
1857 | 1883 | <?endif?> |
|
1871 | 1897 | <ComponentGroupRef Id="Registrar.x64" /> |
1872 | 1898 |
|
1873 | 1899 | <!-- Redistributable --> |
| 1900 | + <ComponentRef Id="rtl.shared.bound.amd64.msm" /> |
1874 | 1901 | <ComponentRef Id="rtl.shared.unbound.amd64.msm" /> |
| 1902 | + <ComponentRef Id="rtl.static.bound.amd64.msm" /> |
1875 | 1903 | <ComponentRef Id="rtl.static.unbound.amd64.msm" /> |
1876 | 1904 | </Feature> |
1877 | 1905 | <?endif?> |
|
1891 | 1919 | <ComponentGroupRef Id="Registrar.x86" /> |
1892 | 1920 |
|
1893 | 1921 | <!-- Redistributable --> |
| 1922 | + <ComponentRef Id="rtl.shared.bound.x86.msm" /> |
1894 | 1923 | <ComponentRef Id="rtl.shared.unbound.x86.msm" /> |
| 1924 | + <ComponentRef Id="rtl.static.bound.x86.msm" /> |
1895 | 1925 | <ComponentRef Id="rtl.static.unbound.x86.msm" /> |
1896 | 1926 | </Feature> |
1897 | 1927 | <?endif?> |
|
0 commit comments