Ishay
Posts: 3
Joined: Thu Aug 11, 2005 9:00 am

Disable Windows Firewall notifications

Hi!

I would like an option to disable the windows firewall notification of our application. There is an interface to do it and I know that I can implement a custom install dll.

My question is: Do you plan to support such a feature? Maybe msi support it inherently?

~ Ishay
ciprian
Posts: 259
Joined: Thu Jul 14, 2005 12:56 pm
Location: Craiova, Romania
Contact: Website

Hi,

Unfortunately Windows Installer doesn't support such a feature.

We are currently working on implementing features that are supported by Windows Installer.

We will add your request on our wish list of features to be implemented.

All the best,
Ciprian
Ciprian Burca
Advanced Installer Team
http://www.advancedinstaller.com
gordonf
Posts: 9
Joined: Sat Apr 09, 2005 2:34 am

Sounds like you want to automatically add a Firewall rule

I don't know if this is supported by Windows Installer - maybe it's supported in version 3.1? Certainly not in 2.0 because this was out before the XP SP2 firewall, which supports per-application exceptions, became available.

You could always script a custom action to add a firewall rule. I believe the firewall APIs are public...

http://msdn.microsoft.com/security/prod ... evimp.aspx

...you could script an application exception into the firewall. This would probably throw up a dialog prompting the user to confirm the request, but then it would happen during installation and not run-time.
PGP key (0x0AFA039E): http://www.pan-am.ca/consulting@pan-am.ca.asc
Prevent problems before they happen and help others avoid bad design.
http://www.pan-am.ca/antiwindowscatalog/
ciprian
Posts: 259
Joined: Thu Jul 14, 2005 12:56 pm
Location: Craiova, Romania
Contact: Website

Hi,

Thank you for your suggestion.

We plan to implement a list of commonly used custom actions. They will be available in a future release.

We will consider adding this feature too.

All the best,
Ciprian
Ciprian Burca
Advanced Installer Team
http://www.advancedinstaller.com
Daniela Petrescu
Posts: 30
Joined: Tue Aug 14, 2007 10:03 am

Hi,

This feature has been added to Advanced Installer 6.1. You can read more about latest features added to Advanced Installer 6.1 on http://www.advancedinstaller.com/release-6.1.html.

Regards,
Daniela
_________________
Daniela Petrescu
Advanced Installer Team
http://www.advancedinstaller.com

Return to “Feature Requests”