[Tutor] Windows software reporting

Gus Tabares gus.tabares at verizon.net
Fri Aug 8 17:01:48 EDT 2003


On Fri, 08 Aug 2003 14:41:04 -0500, Justin Heath <justin at unixremedies.com> 
wrote:

> All,
>
> I am currently writing a program that queries Linux, Solaris boxes for 
> installed software and software versions and comparing this information 
> against a database. It appears this could be useful to our Windows guys 
> as well. My question is how to get this information on a Windows box. 
> Currently for Linux I am using os.popen("rpm -qa", "r"), for example. Any 
> suggestions?
>
> Thanks,
> Justin
>
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>


One possibility is to use Mark Hammonds Win32 API extensions and query the 
registry? Seems like a semi-decent idea. Hope this helps anyways...


/Gus



More information about the Tutor mailing list