Slide 47 of 57
Notes:
To produce a self-extracting archive, pre-pend the self-extract stub to the archive to produce a new file.
Then, use the the Zip program with the /ADJUST_OFFSET qualifier.
Remember to use the self-extract stub appropriate to the target platform. VAX .EXEs do not run on Alpha, and Alpha .EXEs do not run on VAX.
Wrong stub? Self-extracting archives can be unpacked using the UNZIP program.