Added firewall rule to installer

This commit is contained in:
nagyi
2022-01-12 09:27:17 +01:00
parent 542be2323c
commit 1f497d3d03
2 changed files with 10 additions and 1 deletions

View File

@@ -53,6 +53,12 @@
<ItemGroup>
<Content Include="BixVReader.ini.template" />
</ItemGroup>
<ItemGroup>
<WixExtension Include="WixFirewallExtension">
<HintPath>$(WixExtDir)\WixFirewallExtension.dll</HintPath>
<Name>WixFirewallExtension</Name>
</WixExtension>
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.