Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法检测在 XP 或 Vista 机器上安装了哪个版本的 IMAPI?我开始尝试从我正在编写的应用程序中刻录 CD,但我有点迷路了。我知道要刻录 DVD,您必须拥有 IMAPI 2.0,我只需要知道在哪里可以找到它或如何检测版本。
谢谢。
看看这个项目,它利用了 IMAPIv2.0 COM 对象。在本文的示例中,您将看到第一步包含在 try...catch 中,如果失败,则未安装 IMAPIv2.0。
http://www.codeproject.com/KB/miscctrl/imapi2.aspx