7zip command line self extractor not asking for path -



7zip command line self extractor not asking for path -

i've created self extracting .exe file 7zip command line using the

7z -sfx <name.exe> <filelist...>

commands when run windows explorer not inquire me location extract files to, places within current directory.

the target users not command line savvy don't want them have open prompt , utilize command line options set in directory.

the non command line 7zip has functionality i'm looking when checking box create sfx archive file, command line not seem have it.

as lastly resort can create .bat script call

7z x -o<location> <name.exe>

but i'm trying avoid users used installing form executable.

7z -sfx7z.sfx <name.exe> <filelist...>

http://sourceforge.net/projects/sevenzip/forums/forum/45798/topic/3777973

7zip self-extracting

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -