We use the WixFirewallExtension library for our installers. <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension"> ...
<Fragment> <DirectoryRef Id="DIR1"> <Component Id="Firewall_Rule1" Guid="{YOUR-OWN-GUID-HERE}"> <Condition><![CDATA[SET_FIREWALL_RULES=1]]></Condition> <!-- Optional condition we set in our UI or in silent install --> <CreateFolder /> <!-- So this component can be in its own fragment --> <fire:FirewallException Id=" FirewallException_Rule1" Name="!(loc.FirewallExceptionDescription_Rule1)" Port="10000" Protocol="tcp" Scope="any" IgnoreFailure="yes" Profile="all" /> </Component> </DirectoryRef> </Fragment> ... </Wix> -----Original Message----- From: TimM [mailto:timmay...@smarttech.com] Sent: April-29-14 9:44 AM To: wix-devs@lists.sourceforge.net Subject: Re: [WiX-devs] Is anyone adding outbound firewall exceptions? I am also now needing the ability to create inbound/outbound firewall setting and therefore I am wondering if this has made it into any of the newer released versions of WiX as of yet. I did see this one post stating that code was done, but still needed to get in to WiX 3.6 and therefore I was wondering if it actually made it in that version or a newer versions? http://blog.gmane.org/gmane.comp.windows.devel.wix.devel/month=20110201 Thanks. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Is-anyone-adding-outbound-firewall-exceptions-tp5981879p7594401.html Sent from the wix-devs 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-devs mailing list WiX-devs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-devs ------------------------------------------------------------------------------ "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-devs mailing list WiX-devs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-devs