I have wpf application. I need to be able to launch 3rd party external application from my wpf app.
I have searched and found I can use Process.Start()
but for that i need the path to 3rd party external applications executable.
Would I be able to get the path for 3rd party external applications executable from my wpf application code?
OR Is there any process to launch existing apps in windows from wpf application ?
Ex: I need to launch Nvidia GeForce Experience from my wpf application on button click