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 8594069
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:07:15+00:00 2026-06-12T00:07:15+00:00

How I can get the address of an installed application (browser) from .net code.

  • 0

How I can get the address of an installed application (browser) from .net code. For example, we want to run opera, so we need to get his address exe.

It must return “C: \ Program Files (x86) \ Opera \ opera.exe” for this example.
Сould you tell me, about api to obtain the addresses of installed programs on widnows (x32-x64)

  • 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. Editorial Team
    Editorial Team
    2026-06-12T00:07:16+00:00Added an answer on June 12, 2026 at 12:07 am

    Here is a MSDN social discusion about finding a program that is installed but not yet running.

    You can also list all running processes with ID and filename:

    Process[] processlist = Process.GetProcesses();
    
    foreach(Process theprocess in processlist){
        Console.WriteLine(“Process: {0} ID: {1} File name: {2}”, theprocess.ProcessName, theprocess.Id, theprocess.StartInfo.FileName);
    }
    

    You then just have to identify which is the one you want, and then get the filename with theprocess.StartInfo.FileName

    I hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I get a client's address from a WCF Service Application? Also, is
I use onEdit to run a function but I can get how to address
How can I get an IP address, given a domain name? For example: www.test.com
i want to get the full address of user programatically using c# how can
I need to get the server's IP address so that this can be sent
Using the vxWorks API symFind() we can get the address of a global variable
how can i get the memory address of the value a pointer points to?
I can't seem to get the proper RegEx for validating an IP address, including
I want to get 'second' in the following sample web address. http://www.mywebsite.com/first/sedond/third.html first can
I installed the exception notification plugin from http://github.com/rails/exception_notification/tree/master I can confirm that my ActionMailer

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.