Telling if Visio / Visio Interop are installed?

G

gil.assayag

Hi!

I have a C# application that is hosting a Visio ActiveX control.
In the installer of the application, I want to check if Visio AND Visio
interop are installed, and block installation if these prerequisites
are not met.

Could you kindly advise me of a way to tell if the proper Visio & Visio
Interop are installed?

Thanks,
Gil
 
J

JuneTheSecond

I am affread it is not right answer, but if CreateObject("Visio.Application")
returns error, Viso may not be installed.
 

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

Top