Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FirewallException fails if Windows Firewall service is not started #4483

Closed
wixbot opened this issue Jul 29, 2014 · 2 comments
Closed

FirewallException fails if Windows Firewall service is not started #4483

wixbot opened this issue Jul 29, 2014 · 2 comments

Comments

@wixbot
Copy link

wixbot commented Jul 29, 2014

This seems to have been reported on SF, but never addressed/auto-closed:
http://sourceforge.net/p/wix/bugs/1314/

Steps to repro:

  • Include firewall exception in installer
  • Disable Windows Firewall service
  • Run installer
  • No profit

Here's my source:

  <Component Id="FirewallException" Guid="{guid}">
    <Condition>FIREWALL_EXCEPTION</Condition>
    <fire:FirewallException Id="MyFirewallException" Name="[ProductName]" 
                            Protocol="tcp" Program="System" Port="[SSL_PORT]" Scope="any" />
  </Component>

Originally opened by bdhess

@wixbot
Copy link
Author

wixbot commented Jul 29, 2014

The IgnoreFailure attribute was added to address this.

Originally posted by barnson
Release changed from v3.8 to v3.x
Type changed from Bug to Feature

@wixbot
Copy link
Author

wixbot commented Aug 1, 2014

Resolution set to fixed
Status changed from Open to Resolved

@wixbot wixbot added this to the v3.x milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant