mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-24 05:31:08 +00:00
Update to WiX v7
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="WixToolset.Sdk/6.0.2" ToolsVersion="5.0">
|
<Project Sdk="WixToolset.Sdk/7.0.0" ToolsVersion="5.0">
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<DefineConstants>Debug</DefineConstants>
|
<DefineConstants>Debug</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -9,6 +9,9 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<DefineConstants>DeployDir=$(DEPLOY_FOLDER);BuildDir=$(BUILD_FOLDER)</DefineConstants>
|
<DefineConstants>DeployDir=$(DEPLOY_FOLDER);BuildDir=$(BUILD_FOLDER)</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<AcceptEula>wix7</AcceptEula>
|
||||||
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="$(SIGN)!=''">
|
<PropertyGroup Condition="$(SIGN)!=''">
|
||||||
<SignOutput>true</SignOutput>
|
<SignOutput>true</SignOutput>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -16,8 +19,7 @@
|
|||||||
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignMsi.FullPath)' />
|
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignMsi.FullPath)' />
|
||||||
</Target>
|
</Target>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="WixToolset.Firewall.wixext" Version="6.0.2" />
|
<PackageReference Include="WixToolset.Firewall.wixext" Version="7.0.0" />
|
||||||
<PackageReference Include="WixToolset.Util.wixext" Version="6.0.2" />
|
<PackageReference Include="WixToolset.Util.wixext" Version="7.0.0" />
|
||||||
<PackageReference Include="WixToolset.Heat" Version="6.0.2" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="WixToolset.Sdk/6.0.2">
|
<Project Sdk="WixToolset.Sdk/7.0.0">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Bundle</OutputType>
|
<OutputType>Bundle</OutputType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -9,6 +9,9 @@
|
|||||||
<OutputPath>$(INSTALLER_FOLDER)\</OutputPath>
|
<OutputPath>$(INSTALLER_FOLDER)\</OutputPath>
|
||||||
<IntermediateOutputPath>$(BUILD_FOLDER)\</IntermediateOutputPath>
|
<IntermediateOutputPath>$(BUILD_FOLDER)\</IntermediateOutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<AcceptEula>wix7</AcceptEula>
|
||||||
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="$(SIGN)!=''">
|
<PropertyGroup Condition="$(SIGN)!=''">
|
||||||
<SignOutput>true</SignOutput>
|
<SignOutput>true</SignOutput>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -19,7 +22,7 @@
|
|||||||
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignBundle.FullPath)' />
|
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignBundle.FullPath)' />
|
||||||
</Target>
|
</Target>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="WixToolset.Bal.wixext" Version="6.0.2" />
|
<PackageReference Include="WixToolset.Bal.wixext" Version="7.0.0" />
|
||||||
<PackageReference Include="WixToolset.Util.wixext" Version="6.0.2" />
|
<PackageReference Include="WixToolset.Util.wixext" Version="7.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user