HOME

TheInfoList



OR:

Installer is a scripting language developed by Sylvan Technical Arts and published by
Commodore International Commodore International Corporation was a home computer and electronics manufacturer with its head office in The Bahamas and its executive office in the United States founded in 1976 by Jack Tramiel and Irving Gould. It was the successor compan ...
for
AmigaOS AmigaOS is a family of proprietary native operating systems of the Amiga and AmigaOne personal computers. It was developed first by Commodore International and introduced with the launch of the first Amiga, the Amiga 1000, in 1985. Early versions ...
. It was first introduced in version 2.1 of AmigaOS in 1992. Its syntax is based on the
LISP Lisp (historically LISP, an abbreviation of "list processing") is a family of programming languages with a long history and a distinctive, fully parenthesized Polish notation#Explanation, prefix notation. Originally specified in the late 1950s, ...
programming language. A compatible re-implementation, InstallerLG, remains under active development as of October 2018.


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) )


Related tools

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


References


External links


Amiga Technologies V43.3 Installer development package

InstallerLG alternative

MUI alternative
{{AmigaOS Amiga APIs Amiga development software AmigaOS Scripting languages CBM software Free installation software Installation software