Visio 2003 SP2 ???

C

CyberBhai

My Need is to read it from the registry thru programmatically, not by
selecting
Help->About...

I need to check this so that if SP2 is not installed, I will be installing
that from the program itself.
 
N

nbelyh

CyberBhai said:
My Need is to read it from the registry thru programmatically, not by
selecting
Help->About...

I need to check this so that if SP2 is not installed, I will be installing
that from the program itself.

You can examine registry key value (1033 is english Visio):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\Visio\1033\InstalledVersion

value 11.0.3216.5614 means Visio 2003 without any SP (not 100% sure)
value 11.0.7969.0 means Visio 2003 SP2

Regards, Nikolay.
 
Top