Installer/Setup: Update to WiX 6
All checks were successful
Test / Run tests (push) Successful in 2m43s
All checks were successful
Test / Run tests (push) Successful in 2m43s
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="WixToolset.Sdk/5.0.0">
|
<Project Sdk="WixToolset.Sdk/6">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<HarvestFileSuppressUniqueIds>false</HarvestFileSuppressUniqueIds>
|
<HarvestFileSuppressUniqueIds>false</HarvestFileSuppressUniqueIds>
|
||||||
<HarvestFileGenerateGuidsNow>true</HarvestFileGenerateGuidsNow>
|
<HarvestFileGenerateGuidsNow>true</HarvestFileGenerateGuidsNow>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
|
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
|
||||||
|
xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"
|
||||||
|
xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
|
||||||
<Bundle Name="Elwig" Manufacturer="Elwig" Version="!(bind.packageVersion.ElwigMsi)" UpgradeCode="f3c8fcab-c37c-43aa-9ab8-e42f4bb518b7"
|
<Bundle Name="Elwig" Manufacturer="Elwig" Version="!(bind.packageVersion.ElwigMsi)" UpgradeCode="f3c8fcab-c37c-43aa-9ab8-e42f4bb518b7"
|
||||||
IconSourceFile="$(var.ElwigProjectDir)\Resources\Images\Elwig.ico">
|
IconSourceFile="$(var.ElwigProjectDir)\Resources\Images\Elwig.ico">
|
||||||
<BootstrapperApplication>
|
<BootstrapperApplication>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="WixToolset.Sdk/5.0.0">
|
<Project Sdk="WixToolset.Sdk/6">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Bundle</OutputType>
|
<OutputType>Bundle</OutputType>
|
||||||
<OutputName>Elwig</OutputName>
|
<OutputName>Elwig</OutputName>
|
||||||
@ -13,7 +13,7 @@
|
|||||||
</Target>
|
</Target>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Installer\Installer.wixproj" />
|
<ProjectReference Include="..\Installer\Installer.wixproj" />
|
||||||
<PackageReference Include="WixToolset.Bal.wixext" Version="5.0.2" />
|
<PackageReference Include="WixToolset.Bal.wixext" Version="6.0.0" />
|
||||||
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.2" />
|
<PackageReference Include="WixToolset.Util.wixext" Version="6.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Reference in New Issue
Block a user