G
Gary Shell
I realize this may be more of a VB.NET question but I have a feeling no one
there will know the specifics of Visio so here goes. My VB.NET app which is
using the VISIO Interop OCX will be installed in various environments, some
of which may or may not have VISIO 2003 installed. The VISIO OCX is
instantiated on only one form. This one form resides in a separate project
inside my VB.NET Solution. The rest of the app resides in multiple forms in
three other projects under the same solution.
At install time, how can I determine if the user does not have VISIO 2003
and instruct them to try again after they have installed Visio 2003 or offer
to install the rest of the application without the VISIO files. I assume at
run time I can then check for the presence or absence of the VISIO related
form and disable that functionality.
Gary
I
there will know the specifics of Visio so here goes. My VB.NET app which is
using the VISIO Interop OCX will be installed in various environments, some
of which may or may not have VISIO 2003 installed. The VISIO OCX is
instantiated on only one form. This one form resides in a separate project
inside my VB.NET Solution. The rest of the app resides in multiple forms in
three other projects under the same solution.
At install time, how can I determine if the user does not have VISIO 2003
and instruct them to try again after they have installed Visio 2003 or offer
to install the rest of the application without the VISIO files. I assume at
run time I can then check for the presence or absence of the VISIO related
form and disable that functionality.
Gary
I