<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How i unlock my Creo ProToolKit Plugin ? in Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/970092#M13443</link>
    <description>&lt;P&gt;In our c++ project, in the post-build event command line we run:&lt;BR /&gt;&lt;BR /&gt;"C:\Program Files\PTC\Creo 8.0.0.0\Parametric\bin\protk_unlock.bat" "$(TARGETPATH)"&lt;BR /&gt;"C:\Program Files\PTC\Creo 8.0.0.0\Parametric\bin\ptcflush.bat" "14 HostName 7788 101"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We want to run this command through our VM with share folder.&lt;/P&gt;&lt;P&gt;In this way we want to create an automatic build mechanism.&lt;BR /&gt;&lt;BR /&gt;Is this correct? It's a good approach?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2024 14:04:27 GMT</pubDate>
    <dc:creator>ptc-4809772</dc:creator>
    <dc:date>2024-09-06T14:04:27Z</dc:date>
    <item>
      <title>How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697785#M10015</link>
      <description>&lt;P&gt;I was testing my plugin on other system then creo shown this error. &lt;SPAN&gt;How to run Creo Parametric TOOLKIT applications with a Creo Parametric Session without unlocking during application development stage&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="unlock_popup.PNG" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/33499i6A456EC382D9E28C/image-size/large?v=v2&amp;amp;px=999" role="button" title="unlock_popup.PNG" alt="unlock_popup.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 07:38:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697785#M10015</guid>
      <dc:creator>VV_9675323</dc:creator>
      <dc:date>2020-11-11T07:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697798#M10016</link>
      <description>&lt;P&gt;You can unlock your plug-in by issuing the command&lt;BR /&gt;protk_unlock.bat&lt;/P&gt;
&lt;P&gt;which can be found in the bin folder of the PTC Creo installation, e.g. c:\ptc\Creo 6.0.5.0\Parametric\bin&lt;BR /&gt;If your plug-in is called&lt;/P&gt;
&lt;P&gt;test.dll&lt;/P&gt;
&lt;P&gt;you issue the command&lt;/P&gt;
&lt;P&gt;protk_unlock.bat test.dll&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:20:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697798#M10016</guid>
      <dc:creator>JB_87049</dc:creator>
      <dc:date>2020-11-11T09:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697799#M10017</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/199928"&gt;@JB_87049&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;did I need to run this command (protk_unlock.bat test.exe) on all pc in which I want to use my plugin(exe).&lt;/P&gt;
&lt;P&gt;Is it asking for My Lic or asking every user to get proToolkit Lic to Use this plugin&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:43:18 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697799#M10017</guid>
      <dc:creator>VV_9675323</dc:creator>
      <dc:date>2020-11-11T09:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697802#M10018</link>
      <description>&lt;P&gt;You need to run this command on your PC only.&lt;BR /&gt;After you've done this you can distribute the dll (of your plug-in) to other users.&lt;BR /&gt;They only need to install it to be able to run it, nothing else.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:47:06 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697802#M10018</guid>
      <dc:creator>JB_87049</dc:creator>
      <dc:date>2020-11-11T09:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697804#M10019</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/199928"&gt;@JB_87049&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do you know how I can set name in this its showing ("UNNAMED") and I am using "exe" version of plugin is this command also work with this?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:51:19 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697804#M10019</guid>
      <dc:creator>VV_9675323</dc:creator>
      <dc:date>2020-11-11T09:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697806#M10020</link>
      <description>&lt;P&gt;That is something I don't know. I have only developed dll-based apps so far.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:59:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697806#M10020</guid>
      <dc:creator>JB_87049</dc:creator>
      <dc:date>2020-11-11T09:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697807#M10021</link>
      <description>&lt;DIV id="bodyDisplay_6" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;I just looked it up in the file tkuse.pdf which can be found in the PTC installation folder.&lt;BR /&gt;\Common Files\protoolkit&lt;/P&gt;
&lt;P&gt;It says it can be used for dll and exe.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Nov 2020 13:43:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697807#M10021</guid>
      <dc:creator>JB_87049</dc:creator>
      <dc:date>2020-11-11T13:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697837#M10022</link>
      <description>&lt;DIV id="bodyDisplay_6" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;I just looked it up in the file tkuse.pdf which can be found in the PTC installation folder.&lt;BR /&gt;\Common Files\protoolkit&lt;/P&gt;
&lt;P&gt;It says it can be used for dll and exe.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Nov 2020 13:41:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/697837#M10022</guid>
      <dc:creator>JB_87049</dc:creator>
      <dc:date>2020-11-11T13:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/969555#M13430</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it also possible to unlock via network?&lt;BR /&gt;&lt;BR /&gt;I have a plugin with c++ project in which I include Creo directories.&lt;BR /&gt;I would like to install Creo in our VMware platform and then change the reference of the project to network location. In this way we can avoid to install Creo locally in our pc and creates different VMs for different Creo version and for each VMs-Creo version rebuild our application via network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 08:57:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/969555#M13430</guid>
      <dc:creator>ptc-4809772</dc:creator>
      <dc:date>2024-09-04T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/969680#M13435</link>
      <description>&lt;P&gt;Sure, you can unlock. After this you lock a license for a couple of minutes. Toolkit license is only required to run not unlocked dll‘s or executables.&amp;nbsp;&lt;BR /&gt;And of course- to set the unlock byte&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 20:44:19 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/969680#M13435</guid>
      <dc:creator>RPN</dc:creator>
      <dc:date>2024-09-04T20:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/970092#M13443</link>
      <description>&lt;P&gt;In our c++ project, in the post-build event command line we run:&lt;BR /&gt;&lt;BR /&gt;"C:\Program Files\PTC\Creo 8.0.0.0\Parametric\bin\protk_unlock.bat" "$(TARGETPATH)"&lt;BR /&gt;"C:\Program Files\PTC\Creo 8.0.0.0\Parametric\bin\ptcflush.bat" "14 HostName 7788 101"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We want to run this command through our VM with share folder.&lt;/P&gt;&lt;P&gt;In this way we want to create an automatic build mechanism.&lt;BR /&gt;&lt;BR /&gt;Is this correct? It's a good approach?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 14:04:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/970092#M13443</guid>
      <dc:creator>ptc-4809772</dc:creator>
      <dc:date>2024-09-06T14:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: How i unlock my Creo ProToolKit Plugin ?</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/970171#M13445</link>
      <description>&lt;P&gt;For sure this is not the right place to answer this, but as far I know the host where you run unlock will hold and lock the License. And I don’t think that you can&amp;nbsp;flush the license in that way, only if you wait 15 min. You should unlock always on the same host. Think about a file Event trigger &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 19:49:24 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-i-unlock-my-Creo-ProToolKit-Plugin/m-p/970171#M13445</guid>
      <dc:creator>RPN</dc:creator>
      <dc:date>2024-09-06T19:49:24Z</dc:date>
    </item>
  </channel>
</rss>

