Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Installer (programming language)
Scripting language by Commodore International, derived from the LISP programming language

Installer is a scripting language developed by Sylvan Technical Arts and published by Commodore International for AmigaOS. It was first introduced in version 2.1 of AmigaOS in 1992. Its syntax is based on the LISP programming language.

A compatible re-implementation, InstallerLG, remains under active development as of October 2018.

Related Image Collections Add Image
We don't have any YouTube videos related to Installer (programming language) yet.
We don't have any PDF documents related to Installer (programming language) yet.
We don't have any Books related to Installer (programming language) yet.
We don't have any archived web articles related to Installer (programming language) yet.

Example script

The following example, taken from the developer guide, demonstrates directory creation with user prompts:

(makedir "T:fred" (prompt "I will now create the directory \"T:Fred\"") (help @makedir-help) (infos) (confirm) )

The InstallerGen tool provides a graphical alternative to writing scripts manually.3

References

  1. "A Neutral Look at Operating Systems". Wikibooks. https://en.wikibooks.org/wiki/A_Neutral_Look_at_Operating_Systems/AmigaOS

  2. Söder, Ola. "InstallerLG repository". GitHub. https://github.com/sodero/InstallerLG

  3. "Aminet - util/misc/InstallerGen.lha". aminet.net. http://aminet.net/package/util/misc/InstallerGen