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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.