Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
How can I define a path as an environment variable for CUSTOMIZATION_PATH in the AFX module that is accepted? Currently, I have to set this option via Creo, but it should also be definable in the PSF file or via a startup script. Currently, the module does not accept this environment variable even though it is included in Creo.
Solved! Go to Solution.
Hi, Are you looking for Customized Library path location or customization folder location inside your AFX library ?
We can set Customized Library path location through Env. variable though psf file.
To set customization folder location inside your AFX library,
1) Set it through Creo.
2) Edit afx_options.xml file in configuration folder in your AFX library.
and add value there like below,
<Category layout="lay_category_2">
<Option name="CUSTOMIZATION_PATH" type="PATH">
<Value>Add address of customization folder inside your library</Value>
</Option>
</Category>
Hi @OS_11014878
Thank you for your question!
I’d like to recommend to bring more details and context to your initial inquiry. For example:
Please add screenshot(s) to better understand what you are trying to do in your process.
Please refer to this guideline to make your questions more likely to receive a quick and useful answer.
This will increase your chances to receive meaningful help from other Community members.
What is a good question?
Thank you for your participation and please let me know if you need further assistance!
Best regards,
Thank you for your feedback.
Next time I will consider an argument.
Best regards,
Hi, Are you looking for Customized Library path location or customization folder location inside your AFX library ?
We can set Customized Library path location through Env. variable though psf file.
To set customization folder location inside your AFX library,
1) Set it through Creo.
2) Edit afx_options.xml file in configuration folder in your AFX library.
and add value there like below,
<Category layout="lay_category_2">
<Option name="CUSTOMIZATION_PATH" type="PATH">
<Value>Add address of customization folder inside your library</Value>
</Option>
</Category>
Thank you very much!