Tagged Questions
4
votes
2answers
2k views
Creating a self-extracting zip archive on a linux box
Due to a number of constraints that I won't get into, I have to create a self-extracting ZIP archive on a linux box. The resulting archive should be executable on Windows only. Is this at all ...