Skip to main content
8-Gravel
February 13, 2017
Question

customisation

  • February 13, 2017
  • 1 reply
  • 4882 views

 

Bonjour

 

Si vous utilisez cre3 et creo4 en même temps, il faut faire très attention au fichier de customisation.

En modifiant les menus sous creo4 vous créer un nouveau fichier de customisation qui vient encrasser celui de creo3 et ( comme cela m’est arrivé ) et lorsque vous reprenez creo3 il peut se produire une erreur fatal qui vous sort de creo ( pour moi c’était le menu table et schéma). Donc faire une copie avant toute modification

PTC devrais créer un répertoire distingue pour cette partie de modification des menus

1 reply

24-Ruby III
February 13, 2017

Hi,

you have to learn how to separate Creo installations. I set PTC_WF_ROOT variable in parametric.psf file differently for CR3 and CR4.

CR3:

ENV=PTC_WF_ROOT=C:\PTC\PTC_WF_ROOT_CR3

CR4:

ENV=PTC_WF_ROOT=C:\PTC\PTC_WF_ROOT_CR4

MH

7-Bedrock
February 16, 2017

HI.

I also found that the custom Cr4 was also loaded into the CR3, and the contents of the navigation bar.

Specifically how to do, you can separate them? Thank you ~!

QQ图片20170216161024.png

QQ图片20170216161138.png

24-Ruby III
February 16, 2017

Hi,

1.] create following directories

C:\PTC\PTC_WF_ROOT_CR3

C:\PTC\PTC_WF_ROOT_CR4

2.] edit parametric.psf file in CR3 and CR4 (put ENV lines at the end of file)

In CR3:

ENV=PTC_WF_ROOT=C:\PTC\PTC_WF_ROOT_CR3

In CR4:

ENV=PTC_WF_ROOT=C:\PTC\PTC_WF_ROOT_CR4

3.] launch CR3, CR4

You will see that files previously saved into %APPDATA%\PTC directory are now saved into directories mentioned in step 1.

4.] now you can remove %APPDATA%\PTC directory

MH