Skip to main content
1-Visitor
November 11, 2020
Solved

How i unlock my Creo ProToolKit Plugin ?

  • November 11, 2020
  • 1 reply
  • 6274 views

I was testing my plugin on other system then creo shown this error. How to run Creo Parametric TOOLKIT applications with a Creo Parametric Session without unlocking during application development stage

 

unlock_popup.PNG

 

 

Best answer by JB_87049

You can unlock your plug-in by issuing the command
protk_unlock.bat

which can be found in the bin folder of the PTC Creo installation, e.g. c:\ptc\Creo 6.0.5.0\Parametric\bin
If your plug-in is called

test.dll

you issue the command

protk_unlock.bat test.dll

1 reply

JB_8704915-MoonstoneAnswer
15-Moonstone
November 11, 2020

You can unlock your plug-in by issuing the command
protk_unlock.bat

which can be found in the bin folder of the PTC Creo installation, e.g. c:\ptc\Creo 6.0.5.0\Parametric\bin
If your plug-in is called

test.dll

you issue the command

protk_unlock.bat test.dll

1-Visitor
November 11, 2020

Thanks @JB_87049 

did I need to run this command (protk_unlock.bat test.exe) on all pc in which I want to use my plugin(exe).

Is it asking for My Lic or asking every user to get proToolkit Lic to Use this plugin

15-Moonstone
November 11, 2020

You need to run this command on your PC only.
After you've done this you can distribute the dll (of your plug-in) to other users.
They only need to install it to be able to run it, nothing else.