Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 82353
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:36:13+00:00 2026-05-10T21:36:13+00:00

We have an advanced webpage (ASP.NET, C#), and a application which needs to be

  • 0

We have an advanced webpage (ASP.NET, C#), and a application which needs to be installed on the client computer in order to utilize the webpage to its fullest. The application is a tray app, and has primarily two tasks. Detect when certain events happen on the webserver (for instance invited to a meeting, or notify of an upcoming meeting). The other task the trayapp has is to use a custom protocol (trayapp://) to perform some ajax calls back to the server.

One problem we have is how to determine if the application is installed on the local machine or not. Now the user has to tick a checkbox to inform the website that the application is installed, and that it’s safe to call the trayapp:// url calls.

Is there any way, for instance through a JavaScript or similar to detect if our application is installed on the local machine?

The check needs to work for IE, FF and Opera browsers.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T21:36:14+00:00Added an answer on May 10, 2026 at 9:36 pm

    If you want to detect with javascript inside the browser, you can probably use the collection ‘navigator.plugins’. It works with Firefox, Opera and Chrome but unfortunately not with IE.

    Update: In FF, Opera and Chrome you can test it easily like this:

    if (navigator.plugins['Adobe Acrobat']) { // do some stuff if it is installed } else { // do some other stuff if its not installed } 

    Update #2: If it is an ActiveX object in IE you can test if it exists by using something like this:

    function getActiveXObject(name){         try{             return new ActiveXObject(name);         }         catch(err){             return undefined;         } }; 

    Another approach for IE is something similar to what JohnFx suggested (I found it here and have not tested it):

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\User Agent\Post Platform 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 61k
  • Answers 61k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer See the Tomcat Connector FAQ for some information. For modern… May 11, 2026 at 9:55 am
  • added an answer wx.ComboBox derives from wx.ItemContainer, which has methods for Appending, Clearing,… May 11, 2026 at 9:55 am
  • added an answer myfunc is a C-style function here, not an Objective-C method… May 11, 2026 at 9:55 am

Related Questions

We have an advanced webpage (ASP.NET, C#), and a application which needs to be
We have an SVN repository running on a Windows server, and I want to
We have an application with a good amount of jQuery JSON calls to server
We have an external service that is currently accessible via the http (port 80,
We have an encryption service that we've exposed over net. tcp. Most of the
We have an SEO team at my office, and one of their dictums is
We have an InnoDB database that is about 70 GB and we expect it
We have an issue using the PEAR libraries on Windows from PHP . Pear
We have an ASP.NET application that manages it's own User, Roles and Permission database
We have an application which needs to use Direct3D. Specifically, it needs at least

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.