[python-win32] Re: PythonCOM & Windows Firewall

2006-05-17 Thread Roger Upole
I've used it to list firewall exceptions, and it wasn't too much more work to add an application: import win32com.client fw=win32com.client.gencache.EnsureDispatch('HNetCfg.FwMgr',0) apps=fw.LocalPolicy.CurrentProfile.AuthorizedApplications for app in apps: print app.Name, app.ProcessImageFil

[python-win32] PythonCOM & Windows Firewall

2006-05-17 Thread Metz, Bobby W, WWCS
Anyone out there ever attempted to use win32com to register applications with Windows Firewall as allowed applications for incoming TCP/UDP connections? Was going to try my hand at this and wondered, if so, that anyone who had already might share some tips. I'm working this so that a non-stand

[python-win32] Re: Building pywin32 with the free MS toolkit

2006-05-17 Thread Roger Upole
Mark Hammond wrote: >> On 4/17/06, Paul Moore <[EMAIL PROTECTED]> wrote: >> > On 4/16/06, Paul Moore <[EMAIL PROTECTED]> wrote: >> > > I tried building one for myself, but I'm missing some critical >> > > dependencies (dsound.h?) >> > >> > I'm assuming this is from the DirectX SDK, which I'm in t