You are here: Home » S » Se » Self Extracting

Self Extracting

Posts tagged with Self Extracting

"can't find specified sfx module" when trying to create self extracting file with 7zip
I am trying to create a self extracting file for Windows from Ubuntu 10.04 using 7zip. I tried these commands: 7zr -sfx7z.sfx a output.exe *.txt 7zr -sfx/usr/local/etc/7z.sfx a output.exe *.txt Both show this error:...

Is it possible to open a self-extracting compressed Windows file on a Mac?
If I have a compressed file that's stored as a self-extracting archive for Windows, i.e., a .exe file, is it possible to convert it to a zip file that can be unzipped under OS X? Alternatively, is there Mac program that can open one of these archives? ...

selfextracting archive with 7zip via cmd.exe
Hello, I downloaded 7za.exe and did this to compress a file.exe: 7za.rar a -mx9 archive file.exe Now I want to create a selfextracting archive (.exe), so I tried this: 7za.rar a -mx9 -sfx archive file.exe ...