selfextracting archive with 7zip via cmd.exe
Posted
by creativz
on Super User
See other posts from Super User
or by creativz
Published on 2010-01-02T18:24:19Z
Indexed on
2010/03/16
5:06 UTC
Read the original article
Hit count: 765
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
But I get the following error message:
can't find specified sfx module
Can anyone please tell me how to make a selfextracting .exe with 7zip via cmd.exe? Thanks!
© Super User or respective owner