For the latest version of JMP Help, visit JMP.com/help.


Publication date: 11/10/2021

Register an Add-In Using JSL

If your add-in files are not contained within a .jmpaddin file, you can use the Register Addin() JSL function to manually register the addin.def file. This installs and registers the add-in.

For information about the JSL functions, see “Platform Preferences(platform(option(value)), ...)”Register Addin("unique_id", "home_folder", <named_arguments>) in the JSL Syntax Reference.

For information about creating the addin.def file, see Create an Add-In Manually.

Notes:

JMP might find a file named addin.def in the specified home folder. If so, values from that file are used for any optional arguments that are not included in the Register Addin() function.

The addin.def file is used only for values that are not provided in the Register Addin() function. This function is useful while developing, but not necessary, since the addin.def file is enough to register an add-in.

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).