Re: [WiX-users] Multiple Firewall Exceptions with the same name

2014-09-02 Thread ferdi.oeztuerk
Hi First thing, during setup authoring you should not use fire&forget behavior. So I would recommend not to use IgnoreFailure="yes" until you're very sure your code is rock-solid. If there's no obvious error during installation time you can still try to refactor your code. I guess FirewallExce

Re: [WiX-users] Multiple Firewall Exceptions with the same name

2014-07-04 Thread Phill Hogland
The Windows Advanced Firewall expects, what the WixFirewallExtension calls FirewallException/@Name, to be a unique string for each rule, otherwise multiple MSI entries for the same firewall rule. I tend to use preprocessor strings that equate to 'CompanyName AppName' so that they are grouped toget