Wed Jun 23 00:59:42 PDT 2004
    Rewrote misleading documentation.

    [linstall-0.0.2.tgz]

Sat Mar 22 21:51:57 PST 2003
    Experimenting with self-installing EXE producer.
    Aimed at Windows, so I can distributed exes instead of zips.

    It appears both Linux and Windows don't care if there's extra stuff
    tacked on the end of an executable. Perfect!

    I have a simple thing with tar working. No subdirectory support yet.

    ...

    Spent ages debugging something stupid: I forgot I changed dirs,
    which meant that it was opening the wrong file (./setup.exe points to
    something else)

    ...

    Finally got bzip2 working. Now to combine it with tar.

    ...
    
    Wasn't that bad. Now to edit the Makefile to compile two sets of libraries.

Sun Mar 23 10:50:45 PST 2003
    Creates a temp subdir and chdirs to it before extracting the
    files. Name of subdir = ltemp.XXX.

    Forgot that Windows likes to open everything in text mode, had to
    add more wrappers. (Without them, it'll insert extra characters on writes
    and interpret 0x1A as end of file!)

    [linstall-0.01.tgz]
