Can I use JavaScript to check for installed software on a client machine?

javascript

Solution

You cannot do that using Javascript, you don't have access to the local file system.

Problem

Is there any way to check the installed software on a client machine using JavaScript? For example: I want to check on the client machine whether the 'Epson JavaPOS ADK' is installed or not.

Original source