AntGrpcServicePackage

The AntGrpcServicePackage installs the AntGrpcService on the local Windows PC and creates a firewall exception allowing network traffic between the service and any clients on the network. Wix is used to create the MSI file. You must install the Wix toolset to build this project. Enter the following command from the developer command line - dotnet tool install --global wix

  Release June 9, 2024 Update

The package has been updated to use WiX Toolset v5.0.0. No more .xsl transforms to remove items from the installer; it's defined in the package.wxs file. You can update your WiX toolset installation from the developer command line - dotnet tool update --global wix

See Also

Other Resources