WixSharp-FirewallException

Code Example - WixSharp-FirewallException

                
                        file.GenericItems = new IGenericEntity[]
{
    new FirewallException
    {
        Name = "My Product",
        Scope = FirewallExceptionScope.any,
        Profile = FirewallExceptionProfile.all
    }
};