The CoLab integration for PTC Creo Parametric supports versions 8.0.1 and later.
When to use this procedure
Use this method when:
Your organization manages Creo configuration centrally (shared
config.pro)You deploy via IT tools or scripts
The standard installer cannot be used
Download the integration
The installer can be downloaded from CoLab:
Extract the installation files
You can extract the integration files in two ways, depending on your workflow.
Option 1: Use the installer
This option extracts the files and registers the CoLab integration in the system (visible in Add or Remove Programs).
Run the CoLab installer
Select Extract Files Only (Advanced) as the installation type
Complete the installation
Option 2: Use the command line
This option extracts the files without registering the integration in the system.
Run the following command:
msiexec /qn /a <path_to_installer> TARGETDIR=<target_folder_path>
Example:
msiexec /qn /a C:\Downloads\CoLab_Creo_Integration_V1.0.0.msi TARGETDIR=C:\Temp\CoLabCreoIntegration
Once extracted, the files are placed in a PFiles64 subfolder of TARGETDIR:
Register the integration
Configure colab-creotk.dat
Navigate to the installation directory (the folder containing
colab-creo.dll)Run the script β
setup-colab-plugin.batVerify that the file contains the following entries:
EXEC_FILE: the full path tocolab-creo.dllTEXT_DIR: the full path to thetextfolder
Configure config.pro
Once colab-creotk.dat is configured, add an entry to the Creo configuration file (config.pro).
Add the following line:
creotkdat <full_path_to_colab-creo.dat>
Replace <full_path_to_colab-creo.dat> with the full path to your colab-creo.dat file.
For more information about PTC Creo Parametric configuration files, see: About Configuration Files
Additional configuration for U.S. customers
Additional configuration for U.S. customers
If you are a U.S.-based customer, create an additional configuration file to complete the setup.
In the same directory as
colab-creo.dll, create a new text file namedcolab.propertiesOpen the file and add the following line:
colab_creo_server==us_prod
Save the file.
This ensures the integration connects to the correct regional server.
Start Creo and verify the installation
Launch PTC Creo Parametric.
Once Creo starts, the CoLab integration loads automatically.
To verify the installation:
Check that no errors related to the integration are displayed in the message log at startup.
Confirm that the CoLab button is available in the Tools ribbon when a model is opened.
If the integration does not load, check the following:
The path in
config.prois correctThe
colab-creo.datfile is properly configuredThe DLL path (
EXEC_FILE) is valid



