<?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 to force .jmpaddin to open with JMP? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-force-jmpaddin-to-open-with-JMP/m-p/16005#M14608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a Windows issue, but it is easily solved.&amp;nbsp; The first thing to try is to go to File==&amp;gt;Preferences==&amp;gt;Windows Specific.&amp;nbsp; Then click on the Reset Associations button.&amp;nbsp; If this does not solve the issue, then what needs to be done is to use Window Explorer to navigate to the .jmpaddin file.&amp;nbsp; Select the file, do not open it, just select it.&amp;nbsp; Then right mouse click on it and select "Open With".&amp;nbsp; Select JMP as the program to open it with.&amp;nbsp; There should be a check box on the program selection window that you can check to tell Windows to Always Use this Program to open these files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should solve your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2015 20:22:03 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2015-12-17T20:22:03Z</dc:date>
    <item>
      <title>How to force .jmpaddin to open with JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-jmpaddin-to-open-with-JMP/m-p/16004#M14607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm making a JMP Add-In.&amp;nbsp; It works great for me.&amp;nbsp; But it failed to install for another user as his Win 8 did not know what to associate .jmpaddin to in terms of programs (although he already had JMP 11 installed and other JMP Add-Ins registered and working).&amp;nbsp; Once we manually told .jmpaddin to open with say JMP in Win 8, all was good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any JSL code I could use to make .jmpaddin extension to always open with JMP?&amp;nbsp; I had been using the JSL command Web() to open this .jmpaddin, maybe that is part of the problem?&amp;nbsp; thanks, DJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 16:42:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-jmpaddin-to-open-with-JMP/m-p/16004#M14607</guid>
      <dc:creator>djhanson</dc:creator>
      <dc:date>2015-12-17T16:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to force .jmpaddin to open with JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-jmpaddin-to-open-with-JMP/m-p/16005#M14608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a Windows issue, but it is easily solved.&amp;nbsp; The first thing to try is to go to File==&amp;gt;Preferences==&amp;gt;Windows Specific.&amp;nbsp; Then click on the Reset Associations button.&amp;nbsp; If this does not solve the issue, then what needs to be done is to use Window Explorer to navigate to the .jmpaddin file.&amp;nbsp; Select the file, do not open it, just select it.&amp;nbsp; Then right mouse click on it and select "Open With".&amp;nbsp; Select JMP as the program to open it with.&amp;nbsp; There should be a check box on the program selection window that you can check to tell Windows to Always Use this Program to open these files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should solve your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 20:22:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-jmpaddin-to-open-with-JMP/m-p/16005#M14608</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2015-12-17T20:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to force .jmpaddin to open with JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-jmpaddin-to-open-with-JMP/m-p/16006#M14609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unless something went wrong during installation, .jmpaddin files should have been registered to open with JMP at install time; you shouldn't have to do anything to associate them.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 21:29:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-jmpaddin-to-open-with-JMP/m-p/16006#M14609</guid>
      <dc:creator>Eric_Hill</dc:creator>
      <dc:date>2015-12-17T21:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to force .jmpaddin to open with JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-jmpaddin-to-open-with-JMP/m-p/16007#M14610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks guys.&amp;nbsp; Yeh, I think something went wrong during the JMP install or an update perhaps for him. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I do wonder, is there any JSL that could detect or force .jmpaddin to open with JMP (for such cases or all cases of course)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not associated with JMP via Windows and when using JSL code to open it with Web(), a .jmpaddin file fails to open.&amp;nbsp; I just don't know how many other bad JMP installs could be out there (so was hoping to find any automated way to detect this in JSL instead - trying to explain to users this can be cumbersome sometimes).&amp;nbsp; What was more odd about his case, is that there were other JMP addin's already working.&amp;nbsp; Weird.&amp;nbsp; thanks, DJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 22:07:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-jmpaddin-to-open-with-JMP/m-p/16007#M14610</guid>
      <dc:creator>djhanson</dc:creator>
      <dc:date>2015-12-17T22:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to force .jmpaddin to open with JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-jmpaddin-to-open-with-JMP/m-p/16008#M14611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clicking the "Reset Associations" button really is the best way.&amp;nbsp; Unfortunately no, there isn't a way to do it through JSL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you could have JSL run a batch file to do it for you. I'm referencing &lt;A href="http://superuser.com/questions/406985/programatically-associate-file-extensions-with-application-on-windows" title="http://superuser.com/questions/406985/programatically-associate-file-extensions-with-application-on-windows" rel="nofollow noopener noreferrer" target="_blank"&gt;batch - Programatically associate file extensions with application on Windows - Super User&lt;/A&gt;​&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; if you have questions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;First determine the file association type (I did it for you in this screen shot):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10671_pastedImage_1.png" style="width: 258px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2533i6CA2BAF3E0C212D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10671_pastedImage_1.png" alt="10671_pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then throw this code into a batch file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;Assoc .jmpaddin=JMPAddin&lt;BR /&gt;Ftype &lt;SPAN style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 13.3333px;"&gt;JMPAddin&lt;/SPAN&gt;="path\jmp.exe" %1&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll need to fix the path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:26:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-jmpaddin-to-open-with-JMP/m-p/16008#M14611</guid>
      <dc:creator>msharp</dc:creator>
      <dc:date>2016-10-19T01:26:42Z</dc:date>
    </item>
  </channel>
</rss>

