in reply to self extracting zip

Creating a self-extracting zip requires you to be able to produce a binary that will run on the platform you will be extracting on. Since this usually involves compiling, they are generally just written in the compiled language, rather than half and half. That being said, you could probably bundle up a zip file and the perl modules needed to unzip it using PAR, and create some form of self-extractor.


We're not surrounded, we're in a target-rich environment!