Midtown Computer Systems Enterprise

Convenient web based access to our favorite computer related Usenet groups.
MCSE.MS is not affiliated with Microsoft corporation, Cisco corporation, Oracle, CompTIA or any other vendor.
Check our Computer Hardware forum | Cell Phones reviews

Go Back  MCSE > Microsoft Office suite > Microsoft Visio


Microsoft Visio Discussion of Microsoft Visio on microsoft.public.visio

 
 
Thread Tools Display Modes
  #1  
Old 07-26-05, 07:18 PM
GMR
How to determine if Visio 2003 is installed.
I need to determine at runtime (VB6) if Visio 2003 is installed.  Does
anyone know if checking for the presence of the
"SOFTWARE\Microsoft\Office\11.0\Visio" registry key will do this
accurately? Is there a better way to check for it being installed?

Thanks in advance,

Glen

  #2  
Old 07-26-05, 11:12 PM
vis vis is offline
Junior Member
Join Date: Apr 2005
Re: How to determine if Visio 2003 is installed.
how's checking if CreateObject("Visio.InvisibleApp.11") causes error?
  #3  
Old 07-27-05, 10:23 AM
Ralle
RE: How to determine if Visio 2003 is installed.
To determine if any Visio version is installed you can use:
....
On Error Resume Next
Dim visObj As Visio.Application
Set visObj = GetObject( "Visio.Application")
If appObj Is Nothing Then
.....
If you like to get an invisible object you can replace "Visio.Application"
by "Visio.InvisibleApp".

The current version you can get by "Visio.Application.Version".

Ralph

"GMR" schrieb:

> I need to determine at runtime (VB6) if Visio 2003 is installed. Does
> anyone know if checking for the presence of the
> "SOFTWARE\Microsoft\Office\11.0\Visio" registry key will do this
> accurately? Is there a better way to check for it being installed?
>
> Thanks in advance,
>
> Glen
>
>

  #4  
Old 07-27-05, 07:26 PM
GMR
Re: How to determine if Visio 2003 is installed.
Thanks guys!

 


Popular forums
A+ (A Plus) Windows 2000 Active directory Exchange 2000 information store
Network+ Windows XP Security Exchange 2000 server administration
MCSE .NET Web services SQL Server
Cisco certification ASP .NET SQL 2000 Programming
Windows 2000 Registry .NET XML Viruses


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 04:14 AM.


Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright MCSE braindumps 2003-2006