Open Self Extracting .exe
Solution 1:
Some self-extracting files can also just by unzipped using the command line 'unzip'. Just open Terminal, change into the directory with the .exe, and try running unzip -t filename.exe
. You should see a listing of the files in the .exe. If you don't, then this approach won't work. If you do, you can make a directory and then extract the files, something like mkdir extracted && unzip /path/to/file.exe