bappybd Posted November 6, 2007 Share Posted November 6, 2007 How can I check a program/application is installed in windows using php code..... For example...........I want to check whether Adobe Acrobat Reader is installed in a computer.... pls help........thnks in advance Link to comment https://forums.phpfreaks.com/topic/76164-installed-application-checking-help/ Share on other sites More sharing options...
PHP_PhREEEk Posted November 6, 2007 Share Posted November 6, 2007 That would require an active-x control or a winApp. PHP can only see if an individual file exists, but cannot tell you whether an application is 'installed' (which under Windows is a complicated task). PhREEEk Link to comment https://forums.phpfreaks.com/topic/76164-installed-application-checking-help/#findComment-385480 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.