Page 1 of 1

finding list of programs installed in pc

Posted: Tue Sep 14, 2010 6:07 am
by nnaavveenn
is that possible to find out the list of programs installed in the pc running windows using php?

Re: finding list of programs installed in pc

Posted: Tue Sep 14, 2010 1:07 pm
by Jonah Bron
Which end? Get the user's installed programs, or the server's installed programs?

Re: finding list of programs installed in pc

Posted: Tue Sep 14, 2010 8:23 pm
by Doug G
Probably not. It's almost impossible to get a list of installed programs from windows itself.

Re: finding list of programs installed in pc

Posted: Fri Sep 24, 2010 7:08 am
by nnaavveenn
john i need to find the programs installed in the server

Re: finding list of programs installed in pc

Posted: Fri Sep 24, 2010 11:58 am
by John Cartwright
Doug G wrote:Probably not. It's almost impossible to get a list of installed programs from windows itself.
Yea, the only thing I can possibly think of is to run some PC auditing software to scan for know program signatures. Although I'm sure it will be difficult to interface with.