Page 1 of 1

check software is install ??

Posted: Thu Sep 13, 2007 4:01 am
by myharshdesigner
how to check that some softwares are already install on client Pc Or Not in PHP ?

Posted: Thu Sep 13, 2007 7:29 am
by feyd
Likely, not possible. It would depend on the software. Explain further.

Posted: Thu Sep 13, 2007 11:09 pm
by myharshdesigner
feyd wrote:Likely, not possible. It would depend on the software. Explain further.
i just want to detect the particular software is install on a client pc or not.
i think it's possible.

Posted: Thu Sep 13, 2007 11:11 pm
by mrkite
myharshdesigner wrote:
feyd wrote:Likely, not possible. It would depend on the software. Explain further.
i just want to detect the particular software is install on a client pc or not.
i think it's possible.
From a webpage? That'd be a serious security violation. You can check to see if a certain plugin is installed, like Flash, but you can't tell if, say, Office was installed.

Posted: Thu Sep 13, 2007 11:12 pm
by feyd
Which software? You're going to have to explain at least that much. Certain software is detectable on the web server, but many are not without additional help.