mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Update installer to VS2019 C++ runtime.
This commit is contained in:
@@ -146,10 +146,10 @@
|
|||||||
<WixVariable Id="WixUIBannerBmp" Value="$(var.ProjectDir)\TopBanner.bmp"/>
|
<WixVariable Id="WixUIBannerBmp" Value="$(var.ProjectDir)\TopBanner.bmp"/>
|
||||||
|
|
||||||
<DirectoryRef Id="TARGETDIR">
|
<DirectoryRef Id="TARGETDIR">
|
||||||
<Merge Id="VCRedist" SourceFile="C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC140_CRT_x64.msm" DiskId="1" Language="0" />
|
<Merge Id="VCRedist" SourceFile="$(var.VSInstallDir)\VC\Redist\MSVC\v142\MergeModules\Microsoft_VC142_CRT_x64.msm" DiskId="1" Language="0" />
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
|
|
||||||
<Feature Id="VCRedist" Title="Microsoft Visual C++ 2017 Runtime" AllowAdvertise="no" Display="hidden" Level="1">
|
<Feature Id="VCRedist" Title="Microsoft Visual C++ 2019 Runtime" AllowAdvertise="no" Display="hidden" Level="1">
|
||||||
<MergeRef Id="VCRedist" />
|
<MergeRef Id="VCRedist" />
|
||||||
</Feature>
|
</Feature>
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,10 @@
|
|||||||
<OutputPath>$(SolutionDir)ReleasePkg\</OutputPath>
|
<OutputPath>$(SolutionDir)ReleasePkg\</OutputPath>
|
||||||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||||
<Cultures>en-us</Cultures>
|
<Cultures>en-us</Cultures>
|
||||||
|
<DefineConstants>DocumentationDataDir=$(SolutionDir)\Documentation;
|
||||||
|
HousesDataDir=$(SolutionDir)\Packaged\Houses;
|
||||||
|
PackagedDataDir=$(SolutionDir)\Packaged;
|
||||||
|
VSInstallDir=$(VsInstallRoot)</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Product.wxs" />
|
<Compile Include="Product.wxs" />
|
||||||
@@ -179,6 +183,7 @@
|
|||||||
DocumentationDataDir=$(SolutionDir)\Documentation;
|
DocumentationDataDir=$(SolutionDir)\Documentation;
|
||||||
HousesDataDir=$(SolutionDir)\Packaged\Houses;
|
HousesDataDir=$(SolutionDir)\Packaged\Houses;
|
||||||
PackagedDataDir=$(SolutionDir)\Packaged;
|
PackagedDataDir=$(SolutionDir)\Packaged;
|
||||||
|
VSInstallDir=$(VsInstallRoot)
|
||||||
</DefineConstants>
|
</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
|
|||||||
Reference in New Issue
Block a user