InstallerLG
InstallerLG copied to clipboard
Native testing
I made some progress with http://aminet.net/package/util/shell/UnixDirsII but how do you turn off the GUI?
It's not possible to do that right now, but it should be trivial to fix. Do you know how this is done in the CBM implementation?
Hmm, I suppose the CBM installer will always be, even with DEFUSER, interactive. At least I would like to see the results of the MorphOS installer, a small challenge :-)
Does the MorphOS installer support this? If so, I can implement the same solution. If not, what solution would you prefer? A tooltype? Commandline argument? A variable, let's say '@silent'?
Of course, if you execute your script on Linux or MacOS, you won't get any GUI. You'll get some strange test output though :)
Do you cross-compile for 68k? It would be great if you could upload your builds as release artefacts. I'm curious how it performs on 68k and I still haven't had the time to set up a cross-compiler.
I'm using vbcc for 68k, right now there are some gcc and Posix dependencies in your code. BTW MorphOS' installer wants always a confirmation query if you send a break, silly.