I need to be able to create a self-extracting exe from Mac OS X.
The only solution I have seen so far that works in Mac OS X is from Stuffit's SDK, but I also need the .exe to launch a file that it uncompresses after it's done uncompressing. Stuffit does not do this.
The closest I have found is this, but I think the code is based on MFC, and I don't have the time to port that, even if I was able to
There has to be some open source *nix solution that does this, but I haven't found anything. Any help would be much appreciated. Ideally, it would be cross-platform so that the exact .exe is created from OS X and Windows.
Edit: ok I just found this. Although it's a Windows program, it appears to be mostly ANSI C, and not based on Win32 too much (besides the GUI). Hm
The only solution I have seen so far that works in Mac OS X is from Stuffit's SDK, but I also need the .exe to launch a file that it uncompresses after it's done uncompressing. Stuffit does not do this.
The closest I have found is this, but I think the code is based on MFC, and I don't have the time to port that, even if I was able to
There has to be some open source *nix solution that does this, but I haven't found anything. Any help would be much appreciated. Ideally, it would be cross-platform so that the exact .exe is created from OS X and Windows.
Edit: ok I just found this. Although it's a Windows program, it appears to be mostly ANSI C, and not based on Win32 too much (besides the GUI). Hm