views:

180

answers:

1
+1  Q: 

Detect IMAPI 2.0

Is there a way to detect what version of IMAPI is installed on an XP or Vista machine? I'm starting to try to burn CDs from an application I'm writing and I'm just kinda lost. I understand that in order to burn DVDs you have to have IMAPI 2.0, I just need to know where to find it or how to detect the version.

Thanks.

A: 

Look at this project, it utilizes the IMAPIv2.0 COM objects. In the examples in the article, you'll see that one of the first steps is wrapped in a try...catch and if that fails, then IMAPIv2.0 is not installed.

http://www.codeproject.com/KB/miscctrl/imapi2.aspx

md5sum