CurVer in the system registry

CurVer in the system registry

stardust1611
Enthusiast Enthusiast
964 Views
2 Replies
Message 1 of 3

CurVer in the system registry

stardust1611
Enthusiast
Enthusiast
If someone has multiple AutoCAD versions installed on the machine, how is the CurVer (current version) value set in the HKLM hive Software\Autodesk\AutoCAD? On what basis is one version selected to be the current version? Is it the last installed version, or is there some other factor that influences this? But this is not the same as the default program for the dwg file-type. If one installation is a current version, it's not neccessarily the default program for the dwg file-type? Is it? Edited by: stardust1611 on Dec 4, 2008 8:49 PM
0 Likes
965 Views
2 Replies
Replies (2)
Message 2 of 3

Matt__W
Advisor
Advisor
The non-attached DVB (I say non-attached because this fantastical upgrade to the discussion groups is not allowing me to post a DVB file. I get a "The content type of the file xxxxxxxx.dvb is not allowed') pops up a message box that displays the product name of the AutoCAD that the DVB is being run from within. I.E. "AutoCAD MEP 2008".



Try this link instead. Stupid discussion groups... this is why I don't frequent this place anymore.

http://discussion.autodesk.com/forums/thread.jspa?messageID=4044294똆



Is this what you're looking for?





Matt W


Matt Wunch
Revit Subject Matter Expert/sUAS Pilot

Twitter | LinkedIn

AU2017 - Code Blue Dr Revit - How to Resuscitate Corrupt Revit Models

Was this answer helpful? If so, please click the ACCEPT AS SOLUTION or the KUDO button.

0 Likes
Message 3 of 3

Anonymous
Not applicable
Hi stardust1611,

It appears to be the last loaded program. I've just opened R2009, then
R2008. Then closed both and opened R2008 followed by R2009. In each
case the curver value in the registry was the last program opened.

From the viewpoint of VBA coding the following may be of help:


Debug.Print Application.Name
Debug.Print Application.Version
Debug.Print Application.FullName



Regards


Laurie Comerford

stardust1611 wrote:
> If someone has multiple AutoCAD versions installed on the machine, how
> is the CurVer (current version) value set in the HKLM hive
> Software\Autodesk\AutoCAD? On what basis is one version selected to be
> the current version? Is it the last installed version, or is there some
> other factor that influences this? But this is not the same as the
> default program for the dwg file-type. If one installation is a current
> version, it's not neccessarily the default program for the dwg
> file-type? Is it? Edited by: stardust1611 on Dec 4, 2008 8:49 PM
0 Likes