En Wed, 03 Sep 2008 21:51:59 -0300, Sean DiZazzo <[EMAIL PROTECTED]> escribi�:

I'm trying to find a way to get a list of all the installed programs
on a Windows box via Python.  I thought of a few hacks that might
partially work, and then thought about "Add/Remove Programs"  Seems
like the right way to go.  I looked over the pywin32 docs a bit, but
nothing slapped me in the face.

Is there any reliable way to get at that info?

You may enumerate the entries under this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to