I am wondering is there is a way in IA to set the Windows Firewall 'Exception list'.
With Windows Security becoming more and more restrictive, I am finding that the Windows Firewall is blocking numerous things, IA Updates, running of our application, SQL Express remote connections, etc.
Obviously this is a significant problem now and will become even more restrictive in the future.
In Wise, I was able to define the Firewall exception list, thus permitting our applications to run unhindered. In IA there appears to be no such feature. Can you PLEASE develop a plugin to address this issue or explain in detail how and where to script firewall exceptions in IA?
Thanks very much for your help.
Steve
How do I configure XP Firewall to allow SQL remote connect..
There is already another thread which explains how to do that.
You add some registries keys describing your firewall settings.
Please make a search and you'll find them!
You add some registries keys describing your firewall settings.
Please make a search and you'll find them!

Panagiotis Kefalidis
Software Design Team Lead
\"In order to succeed, your desire for success should be greater than your fear of failure\"
InstallAware Software Corporation
Software Design Team Lead
\"In order to succeed, your desire for success should be greater than your fear of failure\"
InstallAware Software Corporation
Steve, in my projects I simply call netsh.exe:
Code: Select all
Run Program $WINSYSDIR$\\netsh.exe firewall add port protocol=TCP port=12345 name="bla bla" profile=ALL (WAIT)
Martin Rothschink
InstallAware MVP
AxoNet Software GmbH
http://www.axonet.de/products/other-pro ... stallaware
InstallAware MVP
AxoNet Software GmbH
http://www.axonet.de/products/other-pro ... stallaware
Who is online
Users browsing this forum: No registered users and 198 guests