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

  • SEARCH
  • Home
  • 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

Related Questions

I have this existing environment: 1) ASP.NET 3.5 web application 2) forms authentication with
I have an asp.net webpage, with a jQuery datepicker on it. I am in
I'm working on an ASP.Net webpage which will use the jQuery Dropdown Checklist (
I've written an ASP.NET webservice (.asmx style rather than WCF) and I have the
I have this issue: I have WebSite with asp.net pages. http://desiis:90/WebSite1 In this webSite,
I need to loop through all controls on ASP.NET webpage. In configuration file I
I have a webpage which has 10 separate text input spaces. I need to
My colleagues have create a website and there is a webpage which contains a
I am running an asp.net code-behind that creates a string variable which holds a
I have written a program with both a Advanced Mode and a Beginner Mode

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.