<?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 Automatic registration of addin: support for .jmpaddin? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Automatic-registration-of-addin-support-for-jmpaddin/m-p/843920#M101767</link>
    <description>&lt;P&gt;According to the&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/18.0/#page/jmp/installing-multiple-addins.shtml#" target="_self"&gt;JMP 18 help&amp;nbsp;&lt;/A&gt;you can&amp;nbsp;&lt;SPAN&gt;install one or multiple add-ins by copying the add-ins into one of two folders.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, apparently, this only works for &lt;STRONG&gt;extracted&amp;nbsp;&lt;/STRONG&gt;addin folders, &lt;STRONG&gt;not for .jmpaddin files&lt;/STRONG&gt; - JMP simply ignores .jmpaddin files that reside in these folders.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a simple way to force JMP to install a .jmpaddin file without using the JMP GUI? Or is the only way to extract my .jmpaddin file and copy the folder to&amp;nbsp;&lt;/SPAN&gt;%ALLUSERSPROFILE%\JMP\JMP\AddIns resp.&amp;nbsp; %APPDATA%\JMP\JMP\AddIns ?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;(in case you're wondering why I need that: I'm building an InnoSetup-based installer for one of our addins that installs an ODBC driver, sets up an ODBC DSN and registers a JMP Addin that uses this ODBC DSN; the only part that is missing is the automatic registration of the JMP Addin)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2025 14:58:33 GMT</pubDate>
    <dc:creator>inreoh</dc:creator>
    <dc:date>2025-02-24T14:58:33Z</dc:date>
    <item>
      <title>Automatic registration of addin: support for .jmpaddin?</title>
      <link>https://community.jmp.com/t5/Discussions/Automatic-registration-of-addin-support-for-jmpaddin/m-p/843920#M101767</link>
      <description>&lt;P&gt;According to the&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/18.0/#page/jmp/installing-multiple-addins.shtml#" target="_self"&gt;JMP 18 help&amp;nbsp;&lt;/A&gt;you can&amp;nbsp;&lt;SPAN&gt;install one or multiple add-ins by copying the add-ins into one of two folders.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, apparently, this only works for &lt;STRONG&gt;extracted&amp;nbsp;&lt;/STRONG&gt;addin folders, &lt;STRONG&gt;not for .jmpaddin files&lt;/STRONG&gt; - JMP simply ignores .jmpaddin files that reside in these folders.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a simple way to force JMP to install a .jmpaddin file without using the JMP GUI? Or is the only way to extract my .jmpaddin file and copy the folder to&amp;nbsp;&lt;/SPAN&gt;%ALLUSERSPROFILE%\JMP\JMP\AddIns resp.&amp;nbsp; %APPDATA%\JMP\JMP\AddIns ?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;(in case you're wondering why I need that: I'm building an InnoSetup-based installer for one of our addins that installs an ODBC driver, sets up an ODBC DSN and registers a JMP Addin that uses this ODBC DSN; the only part that is missing is the automatic registration of the JMP Addin)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 14:58:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatic-registration-of-addin-support-for-jmpaddin/m-p/843920#M101767</guid>
      <dc:creator>inreoh</dc:creator>
      <dc:date>2025-02-24T14:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic registration of addin: support for .jmpaddin?</title>
      <link>https://community.jmp.com/t5/Discussions/Automatic-registration-of-addin-support-for-jmpaddin/m-p/843977#M101773</link>
      <description>&lt;P&gt;What type of solution are you looking for? Extract is one option or you could run JMP with JSL which would then take care of the installation (and exiting JMP).&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 19:22:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatic-registration-of-addin-support-for-jmpaddin/m-p/843977#M101773</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-02-24T19:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic registration of addin: support for .jmpaddin?</title>
      <link>https://community.jmp.com/t5/Discussions/Automatic-registration-of-addin-support-for-jmpaddin/m-p/844143#M101791</link>
      <description>&lt;P&gt;Ideally, it would be something as simple as&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;copy myaddin.jmpaddin %APPDATA%\JMP\JMP\AddIns&lt;/PRE&gt;&lt;P&gt;and JMP would prompt on the next program start for installation of the addin.&lt;BR /&gt;&lt;BR /&gt;Regarding "running JMP with JSL": I tried installing the addin with&lt;/P&gt;&lt;PRE&gt;start myaddin.jmpaddin&lt;/PRE&gt;&lt;P&gt;This launches JMP and prompts for addin installation (so far, so good). But the start command immediately returns and doesn't wait until the installation is completed, so my installer has no way of knowing whether the installation was successful or canceled by the user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 07:11:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatic-registration-of-addin-support-for-jmpaddin/m-p/844143#M101791</guid>
      <dc:creator>inreoh</dc:creator>
      <dc:date>2025-02-25T07:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic registration of addin: support for .jmpaddin?</title>
      <link>https://community.jmp.com/t5/Discussions/Automatic-registration-of-addin-support-for-jmpaddin/m-p/844164#M101793</link>
      <description>&lt;P&gt;Is there any reason why user would have to do anything? With JSL you can use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Batch Interactive(1);
Try(addin_path);
Batch Interactive(0);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and it shouldn't prompt for the user. To see if add-in was installed successfully either check if folder was added or maybe utilize JSL&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Get Addin(addinid)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Feb 2025 08:47:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatic-registration-of-addin-support-for-jmpaddin/m-p/844164#M101793</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-02-25T08:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic registration of addin: support for .jmpaddin?</title>
      <link>https://community.jmp.com/t5/Discussions/Automatic-registration-of-addin-support-for-jmpaddin/m-p/844469#M101859</link>
      <description>&lt;P&gt;For the time being, we're using the "copy the whole folder to&amp;nbsp;&lt;SPAN&gt;%APPDATA%\JMP\JMP\AddIns" approach. It's not perfect, but it works for our purposes - thanks for all the suggestions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 12:13:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatic-registration-of-addin-support-for-jmpaddin/m-p/844469#M101859</guid>
      <dc:creator>inreoh</dc:creator>
      <dc:date>2025-02-26T12:13:58Z</dc:date>
    </item>
  </channel>
</rss>

