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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:25:59+00:00 2026-05-27T13:25:59+00:00

I have to start Click Once application programmatically and I am using URL to

  • 0

I have to start Click Once application programmatically and I am using URL to start deployment process. As we know web browser should be IE to do this task successfully (FF+Addon seems solve it also).
How to start IE from .net application if IE is NOT a default web browser?

Maybe it is possible to do IE the default browser and then after installation switch back to previous one.

  • 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-05-27T13:26:00+00:00Added an answer on May 27, 2026 at 1:26 pm

    This is as simple as starting a process, setting the Process.StartInfo.FileName to “explorer” and passing in a parameter point to you your web address. See the sample (C#) below:

    Process p = new Process();
    p.StartInfo.FileName = "iexplore.exe";
    p.StartInfo.Arguments = "http:\\\\www.google.com";
    p.Start();
    

    This will open Internet Explorer, and immediately load the website passed in as an argument.

    Also, the Process class is part of the System.Diagnostics namespace. Be sure to reference it at the top of your code file.

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

Sidebar

Related Questions

I have a ClickOnce environment like this: \\Fileserver\ClickOnceApps\App1.application C:\Documents and Settings\user\Start Menu\Programs\publisher\app1.appref-ms My understanding
On a page i have a flash file. I click it once to start
I have an ASP.Net application that calls an Amazon Web Service to start a
So I have an ASP.NET/VB web application in which I'm using both RequiredFieldValidators and
I have a Clickonce application that is launched from the start menu (local). I
I have a start of a webapp that I wrote without using the Object
I'm using the jQuery datepicker where I have two textboxes (start date / end
We have a web application that is based around a form that gets passed
I have a Windows Forms application developed using C# in .NET framework 3.5, Service
Im building a small application and I have some click events binded to some

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.