PDA

View Full Version : Globally set-up standard information across AutoCAD installations



jgreen.70626
2005-04-19, 05:42 PM
Does anyone know what file in the AutoCAD 2005 directory controls the registry settings? I have over 100 computers in our network and need to find the one file that controls all the settings. In Revit it's a *.ini. I want to change one file and apply to several computers in our network. Revit makes it very easy with the *.ini but AutoCAD 2005 doesn't seem to have a clear cut file that controls such settings. I know about the *.arg but I don't want to apply profiles just basic settings. I know that 2005 uses a lot of registry key changes. Any help would be great. Thank you.

jaberwok
2005-04-19, 08:01 PM
Does anyone know what file in the AutoCAD 2005 directory controls the registry settings?

There is a lot of data under - C:\Documents and Settings\User-name\Application Data\Autodesk\AutoCAD 2006\R16.2\enu\.......... but, for actual registry settings, I'd suggest you first try exporting a suitable acad profile to a .arg file. This the same as a .reg file and may be applied for any user on any machine.

HTH

RobertB
2005-04-20, 05:50 PM
There is no "one" file that controls all AutoCAD's settings. Perhaps if you told use what you wanted to control we could help you further.

jgreen.70626
2005-04-20, 05:58 PM
I want to be able to control mapping and user controls. All of our CAD content is located on our server. Our computers are mapped to that drive.

RobertB
2005-04-20, 06:02 PM
"Mapping" and "user controls"?

Do you mean the AutoCAD support paths? AutoCAD's support paths can be controlled via the ActiveX interface and some code placed in Acad.lsp.

And I have no idea what type of "user controls" you are talking about.

jgreen.70626
2005-04-21, 02:44 PM
AutoCAD support paths! And user settings.

RobertB
2005-04-22, 08:19 PM
I'm with John... Export a good profile, place it in a central location, and have everyone import and use that profile.

jgreen.70626
2005-04-26, 08:12 PM
Thank you...