[WiX-users] [SPAM] Re: Testing Wix FirewallException element logging question.

2014-05-01 Thread Phill Hogland
Yes your Ids are different and when my Ids were different but the Name attribute was the same it did not work for me. But when I also modified both the Name attributes to be distinct it worked. Change the Name="[ProductName]" to be distinct in each line and see what it does. It does not seem li

[WiX-users] [SPAM] Re: Testing Wix FirewallException element logging question.

2014-05-01 Thread Phill Hogland
I modified my code to use two separate entries like you have. I got the same error, like you did, I assume. The private rule worked but the domain rule was not created. However notice that in that case the 'Name' attribute was the same. I modified the Name attribute to use unique names and both

[WiX-users] [SPAM] Re: Testing Wix FirewallException element logging question.

2014-05-01 Thread Phill Hogland
If it is helpful the way I use it is: While I did not look at the details of the Firewall CAs, the property strings which you posted earlier looks correct, for a packed list of a mixture of numeric, string, and identifier properties. This is typical of a CustomActionData property. -- View thi