FAQ.Firewalls

From Overbyte
Revision as of 10:00, 5 October 2010 by Frla (talk | contribs) (Created page with ' Main page -> FAQ -> Firewalls == How do I add an rule to the firewall for my application == # Create a .net package (recommendation from…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> FAQ -> Firewalls

How do I add an rule to the firewall for my application

  1. Create a .net package (recommendation from dr Bob at http://www.drbob42.com/examines/examin55.htm)
  2. Add the units in the DotNet-folder of ICS e g Overbyte.Ics.Component.pas et c.
  3. Add the Borland VCL (the units implicity uses them so they are needed as a reference)
  4. Compile and the finished DLL-can be used by .Net environments like Visual Studio 2005.


Deployment

The following files are needed when deploying your application

  • ICS.dll (the file that you have created yourself as per description above)
  • Borland.Delphi.dll
  • Borland.Vcl.dll
  • Borland.VclRtl.dll.

Examples

Using netsh

 netsh firewall add allowedprogram C:\MyApp\MyApp.exe MyApp ENABLE

See also

[1]