Skip to main content
7-Bedrock
June 30, 2014
Solved

Creo Elements Direct Modeling 18.1 Settings Administration

  • June 30, 2014
  • 1 reply
  • 2327 views

I was wondering if like with Creo Parametric if there was a way to administer settings from a central location with Creo Elements Direct? Does anyone have any documentation on recommended administration techniques?

Thanks in advance,

Mike


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by GaryLinscheid

We use a batch file to start Creo Elements/Direct and set the following pointers to load a company default configuration and a user configuration.

Some settings are locked by the company settings and the user settings will not overwrite them.

set SDSITECUSTOMIZEDIR= "Network Shared Location with read only permissions"

set SDUSERCUSTOMIZEDIR="Network Shared Location with user change permissions"

"C:\Program Files\PTC\Creo Elements\Direct Modeling 19.0\SD.exe" -e SDLANG=english "C:\Program Files\PTC\Creo Elements\Direct Modeling 19.0\binx64\SolidDesigner.exe"

You can search the help for "General Customization Concepts Guide"

1 reply

15-Moonstone
June 30, 2014

We use a batch file to start Creo Elements/Direct and set the following pointers to load a company default configuration and a user configuration.

Some settings are locked by the company settings and the user settings will not overwrite them.

set SDSITECUSTOMIZEDIR= "Network Shared Location with read only permissions"

set SDUSERCUSTOMIZEDIR="Network Shared Location with user change permissions"

"C:\Program Files\PTC\Creo Elements\Direct Modeling 19.0\SD.exe" -e SDLANG=english "C:\Program Files\PTC\Creo Elements\Direct Modeling 19.0\binx64\SolidDesigner.exe"

You can search the help for "General Customization Concepts Guide"

mwick7-BedrockAuthor
7-Bedrock
June 30, 2014

Thanks for the help.