Content deleted Content added
JJMC89 bot (talk | contribs) Removed WP:NFCC violation(s). No valid non-free use rationale for this page. See WP:NFC#Implementation. Questions? Ask here. |
Kofi Meija (talk | contribs) Copy editing. |
||
(17 intermediate revisions by 11 users not shown) | |||
Line 1:
{{Short description|Scripting language for AmigaOS, derived from the LISP programming language}}
[[File:Cgxv4 install.jpg|right|Example dialog]]
'''Installer''' is a scripting language developed by Sylvan Technical Arts and published by [[Commodore International]] for [[AmigaOS]]
A compatible re-implementation, InstallerLG, remains under active development as of October 2018.<ref>{{cite web |last1=Söder |first1=Ola |title=InstallerLG repository |url=https://github.com/sodero/InstallerLG |publisher=GitHub}}</ref>
== Example script ==
<source lang="lisp">▼
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\"")
Line 11 ⟶ 16:
(confirm)
)
</syntaxhighlight>
== Related tools ==
The InstallerGen tool provides a graphical alternative to writing scripts manually.<ref>{{Cite web|url=http://aminet.net/package/util/misc/InstallerGen|title=Aminet - util/misc/InstallerGen.lha|website=aminet.net}}</ref>
== References ==
Line 30 ⟶ 36:
[[Category:Scripting languages]]
[[Category:CBM software]]
[[Category:Free installation software]]
[[Category:Installation software]]
|