Hi I would like to know if there's an existing implementation of checking if application(Acrobat Reader) exist in your local machine before I start to open it.
for example I want to open a pdf file and i dont have an acrobat reader, so how will I check If I have an installed program for me to open the file?.
System.Diagnostics.Process.Start("path.pdf")