finding list of programs installed in pc
Moderator: General Moderators
- nnaavveenn
- Forum Newbie
- Posts: 6
- Joined: Fri Apr 30, 2010 11:15 am
- Contact:
finding list of programs installed in pc
is that possible to find out the list of programs installed in the pc running windows using php?
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: finding list of programs installed in pc
Which end? Get the user's installed programs, or the server's installed programs?
Re: finding list of programs installed in pc
Probably not. It's almost impossible to get a list of installed programs from windows itself.
- nnaavveenn
- Forum Newbie
- Posts: 6
- Joined: Fri Apr 30, 2010 11:15 am
- Contact:
Re: finding list of programs installed in pc
john i need to find the programs installed in the server
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: finding list of programs installed in pc
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.Doug G wrote:Probably not. It's almost impossible to get a list of installed programs from windows itself.