InstallerLG
InstallerLG copied to clipboard
A reimplementation of the LISP-like 'Installer' scripting language.
This compiler seems to be more restrictive: ```` vc +aos68k -c99 -Ivbcc:PosixLib/include -c -o eval.o eval.c > if(gui_init(status)) error 39 in line 479 of "eval.c": invalid types for assignment 1...
AlphaSpell/Docs/Register Line 7: syntax error, unexpected STR, expecting SYM or ')' '"Installer program to create a registration form for AlphaSpell."' At least line 30 is broken says the MorphOS Installer...
How about replacing this tool by an installer script? Of course we need some kind of partition management, maybe a special HDToolbox mode?
I made some progress with http://aminet.net/package/util/shell/UnixDirsII but how do you turn off the GUI?
Suggestion: #define RETURN_OK 0 /* No problems, success */ #define RETURN_WARN 5 /* User abort */ #define RETURN_ERROR 10 /* Script error */ #define RETURN_FAIL 20 /* InstallerLG failure */...