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 rules
are created.  I am testing on a domain and the domain rule is active.

          <fw:FirewallException Id="private.$(var.PrimaryFileName)"
Name="private.$(var.PrimaryFileName)" Profile="private" Scope="localSubnet"
IgnoreFailure="yes"/>
          <fw:FirewallException Id="domain.$(var.PrimaryFileName)"
Name="domain.$(var.PrimaryFileName)" Profile="domain" Scope="localSubnet"
IgnoreFailure="yes"/>

Now back to my issue trying to figure out how to use torch.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Testing-Wix-FirewallException-element-logging-question-tp7594455p7594464.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to