I’m using C# as a programming platform.
Can anyone help me on how can I populate all existing browser in the client machine.
And I want also to validate first if the browser (firefox.exe) is existing in the client machine before calling the process of
System.Diagnostics.Process.Start("firefox.exe", "http://stackoverflow.com");
You’ll need to inspect the Uninstall registry keys to determine if specific programs are available. Things to beware of: