InstallerLG icon indicating copy to clipboard operation
InstallerLG copied to clipboard

Return code improvements

Open sodero opened this issue 6 years ago • 0 comments

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 */

File not found / readable -> RETURN_ERROR + 1

sodero avatar Sep 22 '18 05:09 sodero