Self extracting archive (EXE) for Windows
问题 I'm looking for an easy way to create a self extracting archive (EXE) on Microsoft Windows platforms. I know that there is a built-in tool IExpress.exe , but that has a wizard style UI and I need a "silent" tool, which can be called by scripts. It should be: Scriptable (Windows shell script or Ant build file) Free for commercial use Optionally unpack in a temporary folder or ask the user where to put the unpacked files Nice to have: Auto launch an executable in the archive after unpack No