I am writing a C# application and I need to determine if quicktime is installed on the system and what version.
This is on windows.
I am writing a C# application and I need to determine if quicktime is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
A quick Google search turned up the following code from this page:
“But wait!” you say, “That’s VBScript, not C#!” That’s true, but it’s VBScript that does WMI queries. Another quick Google search turns up how to do WMI queries from C#.