Skip to content

Commit 86e70aa

Browse files
committed
WinGui: Disable the Wix MSI installer build until we decide it's future.
1 parent aee0fac commit 86e70aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

win/CS/build.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -71,24 +71,25 @@
7171

7272
<!-- ******* Create Installers ******* -->
7373

74-
<ItemGroup>
74+
<!--<ItemGroup>
7575
<InstallerToBuild Include="HandBrake.Installer\*wixproj" Exclude="$(MSBuildProjectFile)" >
7676
<AdditionalProperties>HBPROFILE=$(Platform)</AdditionalProperties>
7777
</InstallerToBuild>
78-
</ItemGroup>
78+
</ItemGroup>-->
7979

8080
<Target Name="BuildInstaller">
8181
<Exec Command="makensis $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\MakeNightly64.nsi" Condition="'$(Profile)'=='Nightly'" />
8282
<Exec Command="makensis $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\Installer64.nsi" Condition="'$(Profile)'=='Release'" />
8383

8484
<!-- Wix Installer -->
85+
<!-- Note: Disabled for now. Future of the WIX installer to be determined.
8586
<MSBuild Projects ="@(InstallerToBuild)" ContinueOnError ="false" Properties="Configuration=$(Configuration)" >
8687
<Output ItemName="OutputFiles" TaskParameter="TargetOutputs"/>
8788
</MSBuild>
8889
8990
<Exec Command="copy $(MSBuildProjectDirectory)\HandBrake.Installer\bin\$(Configuration)\HandBrake.msi $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\HandBrake-$(Profile)-ARM64-Win_GUI.msi /Y" Condition="'$(Platform)'=='arm64'" />
9091
<Exec Command="copy $(MSBuildProjectDirectory)\HandBrake.Installer\bin\$(Configuration)\HandBrake.msi $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\HandBrake-$(Profile)-x86_64-Win_GUI.msi /Y" Condition="'$(Platform)'=='x64'" />
91-
92+
-->
9293
<!-- Tidy up -->
9394
<Exec Command="del $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\*.nsi" />
9495
<Exec Command="del $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\*.bmp" />

0 commit comments

Comments
 (0)