Answers for "WixSharp-FirewallException"

C#
0

WixSharp-FirewallException

file.GenericItems = new IGenericEntity[]
{
    new FirewallException
    {
        Name = "My Product",
        Scope = FirewallExceptionScope.any,
        Profile = FirewallExceptionProfile.all
    }
};
Posted by: Guest on February-07-2022

C# Answers by Framework

Browse Popular Code Answers by Language