Re: [python-win32] get installed software remote machine

2010-04-27 Thread Tim Roberts
pacopyc wrote: > Ok, thank you very much. Very good with set administrator password (it > works), but I've problem with installed software. The list is not > complete (I don't understand). For example key "Adobe Flash Player > ActiveX" return this error: > > Traceback (most recent call last): > Fi

Re: [python-win32] get installed software remote machine

2010-04-27 Thread Tim Golden
On 27/04/2010 09:36, pacopyc wrote: I've problem with installed software. The list is not complete (I don't understand). For example key "Adobe Flash Player ActiveX" return this error: Traceback (most recent call last): File "", line 1, in key = OpenKey(HKEY_LOCAL_MACHINE, 'Software\Mic

Re: [python-win32] get installed software remote machine

2010-04-27 Thread pacopyc
Ok, thank you very much. Very good with set administrator password (it works), but I've problem with installed software. The list is not complete (I don't understand). For example key "Adobe Flash Player ActiveX" return this error: Traceback (most recent call last): File "", line 1, in key

Re: [python-win32] get installed software remote machine (Tim Golden)

2010-04-26 Thread pacopyc
0 16:03:21 +0100 From: Tim Golden Cc: python-win32@python.org Subject: Re: [python-win32] get installed software remote machine Message-ID: <4bd1b6b9.8050...@timgolden.me.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 23/04/2010 15:56, pacopyc wrote: Hi, one que

Re: [python-win32] get installed software remote machine

2010-04-23 Thread Tim Golden
On 23/04/2010 15:56, pacopyc wrote: Hi, one question for you? Or better .. another question for you? I'm trying to get installed software on remote host with Win32_Product(). The problem is that don't list all installed software (much but not all). Why? What must I use to get all installed softwa

[python-win32] get installed software remote machine

2010-04-23 Thread pacopyc
Hi, one question for you? Or better .. another question for you? I'm trying to get installed software on remote host with Win32_Product(). The problem is that don't list all installed software (much but not all). Why? What must I use to get all installed software? Thank you very much Can you a