How to know if CDo is installed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm developing a setup program. What I want to do is to know if the target machine has installed CDO. How can I do this

Thanks
 
Iker,
Which version of CDO?

Part of the ItemsCB reference COM add-in for Outlook includes how to check
for CDO 1.2.1 and install it if its not already installed. See "Items
Command Bar" at:

http://www.microeye.com/resources/code.htm

NOTE: The sample is VB6, however it should be easily converted to VB.NET or
C#.

For a plethora of articles on using Outlook from VB.NET see:

http://www.microeye.com/resources/res_outlookvsnet.htm

Hope this helps
Jay

Iker Llanos said:
I'm developing a setup program. What I want to do is to know if the target
machine has installed CDO. How can I do this?
 
D'oh!

I should add you need the modInstaller module from ItemsCB and modInstaller
should be easily converted...

Hope this helps
Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top