summaryrefslogtreecommitdiffstats
path: root/win/CS
diff options
context:
space:
mode:
authorsr55 <[email protected]>2020-04-04 21:58:41 +0100
committersr55 <[email protected]>2020-04-04 21:58:41 +0100
commit05ec6902e77d9ce7d4dc957440464ac96c026802 (patch)
tree6a85078017bc2d8a2b129d2033d8b6dbded56d22 /win/CS
parent854c701d08ad589983570ce77f2d721bb778f53b (diff)
WinGui: Supress validaiton on the Wix Installer to allow it to build correctly in local CI environments.
Diffstat (limited to 'win/CS')
-rw-r--r--win/CS/HandBrake.Installer/HandBrake.Installer.wixproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Installer/HandBrake.Installer.wixproj b/win/CS/HandBrake.Installer/HandBrake.Installer.wixproj
index c59261696..6178567ae 100644
--- a/win/CS/HandBrake.Installer/HandBrake.Installer.wixproj
+++ b/win/CS/HandBrake.Installer/HandBrake.Installer.wixproj
@@ -47,6 +47,9 @@
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
</Target>
+ <PropertyGroup>
+ <SuppressValidation>true</SuppressValidation>
+ </PropertyGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Wix.targets.