<?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: Software binding activation problem in Developer Center Discussions</title>
    <link>https://ni.lithium.com/t5/Developer-Center-Discussions/Software-binding-activation-problem/m-p/3417083#M443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the answer. It works perfectly now. Actually I had a vi that was supposed to launch RegisterAddon.exe, but there was a mistake the way I was calling the System Exec.vi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It looks like if you pass something like "&lt;STRONG&gt;cmd /c&lt;/STRONG&gt; RegisterAddon.exe -- -s -l etc... " instead of "RegisterAddon.exe -- -s -l etc... "&amp;nbsp; to the System Exec.vi it does not work even if the CallRegisterAddon.exe is in the same directory as RegisterAddon, the cmd /c command changes the working directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Michael &lt;/P&gt;&lt;P&gt;No, I am not using VIPM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cristian &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 14:21:11 GMT</pubDate>
    <dc:creator>CristianV</dc:creator>
    <dc:date>2014-04-15T14:21:11Z</dc:date>
    <item>
      <title>Software binding activation problem</title>
      <link>https://ni.lithium.com/t5/Developer-Center-Discussions/Software-binding-activation-problem/m-p/3417080#M440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am triying to license a toolkit usingTPLA. It works fine when I use hardware binding (in LFEdit) combined with the trigger code 28 in the Solo server (using EZ Trigger). If I try to use software binding I cannot activate the toolkit. I get the activation succeded message, the number of left activations on Solo Server decreases, but the toolkint does not activate (I tried with trigger code 28, 18) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody give me a hint ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Cristian &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 12:50:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Developer-Center-Discussions/Software-binding-activation-problem/m-p/3417080#M440</guid>
      <dc:creator>CristianV</dc:creator>
      <dc:date>2014-04-14T12:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Software binding activation problem</title>
      <link>https://ni.lithium.com/t5/Developer-Center-Discussions/Software-binding-activation-problem/m-p/3417081#M441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Cristian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's very likely a permissions issue.&amp;nbsp; Software binding requires LabVIEW to write to certain registry locations and protected areas on disk.&amp;nbsp; Doing so requires administrative rights on the computer.&amp;nbsp; Typically your installer should call RegisterAddon.exe during installation which will request administrative access and then initialize these registry locations.&amp;nbsp; If you did not call RegisterAddon during the install process, you can either do so after the fact, or simply run LabVIEW with administrative rights before you activate the toolkit.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above only is a problem on OSes that have UAC enabled (Windows Vista, 7, 8).&amp;nbsp; For Windows XP computers there is a semi-common problem which is a result of out of date certificates.&amp;nbsp; This can be resolved by updating your computer with the latest Windows Updates which installs the correct certificates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;BR /&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 16:13:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Developer-Center-Discussions/Software-binding-activation-problem/m-p/3417081#M441</guid>
      <dc:creator>David_L</dc:creator>
      <dc:date>2014-04-14T16:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Software binding activation problem</title>
      <link>https://ni.lithium.com/t5/Developer-Center-Discussions/Software-binding-activation-problem/m-p/3417082#M442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Were you using VIPM for the install process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 19:48:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Developer-Center-Discussions/Software-binding-activation-problem/m-p/3417082#M442</guid>
      <dc:creator>vishots.com</dc:creator>
      <dc:date>2014-04-14T19:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Software binding activation problem</title>
      <link>https://ni.lithium.com/t5/Developer-Center-Discussions/Software-binding-activation-problem/m-p/3417083#M443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the answer. It works perfectly now. Actually I had a vi that was supposed to launch RegisterAddon.exe, but there was a mistake the way I was calling the System Exec.vi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It looks like if you pass something like "&lt;STRONG&gt;cmd /c&lt;/STRONG&gt; RegisterAddon.exe -- -s -l etc... " instead of "RegisterAddon.exe -- -s -l etc... "&amp;nbsp; to the System Exec.vi it does not work even if the CallRegisterAddon.exe is in the same directory as RegisterAddon, the cmd /c command changes the working directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Michael &lt;/P&gt;&lt;P&gt;No, I am not using VIPM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cristian &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 14:21:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Developer-Center-Discussions/Software-binding-activation-problem/m-p/3417083#M443</guid>
      <dc:creator>CristianV</dc:creator>
      <dc:date>2014-04-15T14:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Software binding activation problem</title>
      <link>https://ni.lithium.com/t5/Developer-Center-Discussions/Software-binding-activation-problem/m-p/3417084#M444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to hear it's now working!&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;CristianV wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It looks like if you pass something like "&lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;cmd /c&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; RegisterAddon.exe -- -s -l etc... " instead of "RegisterAddon.exe -- -s -l etc... "&amp;nbsp; to the System Exec.vi it does not work even if the CallRegisterAddon.exe is in the same directory as RegisterAddon, the cmd /c command changes the working directory.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is good to know, thanks for the follow-up.&amp;nbsp; I'll definitely keep this in mind for the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 14:47:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Developer-Center-Discussions/Software-binding-activation-problem/m-p/3417084#M444</guid>
      <dc:creator>David_L</dc:creator>
      <dc:date>2014-04-15T14:47:19Z</dc:date>
    </item>
  </channel>
</rss>

