[python-win32] Unreliable results with Winreg WMI

2009-02-25 Thread Ben
Hello I have generally been getting better results using winreg than using WMI, but even Winreg (or config problems on our server) are causing me problems. For example I'd use this code to find out if a certain security update is installed across all our servers: def KB958644(OS,

Re: [python-win32] Unreliable results with Winreg WMI

2009-02-25 Thread Ben
I have generally been getting better results using winreg than using WMI, but even Winreg (or config problems on our server) are causing me problems. For example I'd use this code to find out if a certain I'm beginning to think this is because of 32 vs 64 bit, because the server running the

Re: [python-win32] Unreliable results with Winreg WMI

2009-02-25 Thread Tim Roberts
Ben wrote: I have generally been getting better results using winreg than using WMI, but even Winreg (or config problems on our server) are causing me problems. For example I'd use this code to find out if a certain I'm beginning to think this is because of 32 vs 64 bit, because the

Re: [python-win32] Unreliable results with Winreg WMI

2009-02-25 Thread Tim Roberts
Tim Roberts wrote: Ben wrote: I have generally been getting better results using winreg than using WMI, but even Winreg (or config problems on our server) are causing me problems. For example I'd use this code to find out if a certain I'm beginning to think this is because