According to the JMP 18 help you can install one or multiple add-ins by copying the add-ins into one of two folders.
However, apparently, this only works for extracted addin folders, not for .jmpaddin files - JMP simply ignores .jmpaddin files that reside in these folders.
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 %ALLUSERSPROFILE%\JMP\JMP\AddIns resp. %APPDATA%\JMP\JMP\AddIns ?
(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)