Installer (programming language): Difference between revisions

Content deleted Content added
m Reverted edits by 47.216.49.168 (talk) (HG) (3.4.10)
m change source to syntaxhighlight
Line 4:
Example from the developer guide:
 
<sourcesyntaxhighlight lang="lisp">
(makedir "T:fred"
(prompt "I will now create the directory \"T:Fred\"")
Line 11:
(confirm)
)
</syntaxhighlight>
</source>
 
The InstallerGen tool can be used as an alternative for writing scripts by hand.<ref>http://aminet.net/package/util/misc/InstallerGen</ref>