Required properties of extensions

Name
A unique name to associate with the extension. It can consist of up to three words and is not case sensitive. Characters are restricted to seven-bit ASCII. To minimize the possibility of name conflicts, you may want to use a multi-word name, where the first word is an identifier for your organization, such as a URL. Note that name will also be used for the extension bundle (.mpe) file name by default when you save the extension. We recommend using the default name when you save. If you save with a different name, you will not be able to uninstall the extension in the future.
Summary
A short description of the extension that is intended to be displayed as a single line.
Version
A version identifier of the form x.x.x, where each component of the identifier must be an integer, as in 1.0.0. Zeros are implied if not provided. For example, a version identifier of 3.1 implies 3.1.0. The version identifier is independent of the IBM® SPSS® Modeler version.
Minimum SPSS Modeler Version
The minimum version of SPSS Modeler required to run the extension.
Files
The Files list displays the files that are currently included in the extension. Click Add to add files to the extension. You can also remove files from the extension and you can extract files to a specified folder.
  • Custom node dialogs have a filetype of .cfe.
  • Translation files for components of the extension are added from the Localization settings on the Optional tab.
  • You can add a readme file to the extension. Specify the filename as ReadMe.txt. Users can access the readme file from the dialog that displays the details for the extension. You can include localized versions of the readme file, specified as ReadMe_<language identifier>.txt, as in ReadMe_fr.txt for a French version.