Jump to content

7-zip sfx extract to this folder


SoreGums

Recommended Posts

that can create an exe installer compressed with 7zip

True but not what I stated. EasySFX.exe need the EXE to be ouside the archive, like so:

+INSTALLER.7z.

+----setup.exe

+----setup.dat

+----data.cab

Martin H's method has the EXE, that's going to be exectued, inside the archive using "config.txt"

Link to comment
Share on other sites

  • 2 weeks later...

Hi Martin H,

I used yr method... everything goes just fine.

In fact, i appreciate the 7zsD.sfx method instead of 7zs.sfx because, no more msiexec/msistub are needed.

Neverless, by using 7zs.sfx dialog as here bellow, I had a decompression Progress_Bar display.

500 DIALOG 0, 0, 186, 26
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
CAPTION "Progress"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
CONTROL "Progress1", 1000, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 7, 172, 14
}

Is there any how to get that decompression Progress_Bar display with the 7zsD.sfx?

TNX for yr help

coucou

Edited by coucou
Link to comment
Share on other sites

Hi all,

Finally i found my wish thanks to here above Martin's link http://babelfish.altavista.com/babelfish/t...%2fFrame01.html.

My solution was not modifying 7zsd.sfx, simply add/modify config.txt file like here bellow

;!@Install@!UTF-8!
ExtractTitle="Program vx.xx build xxx Extraction..."
GUIMode="1"
RunProgram="program.exe /switch or program.msi /switch"
;!@InstallEnd@!

coucou

Link to comment
Share on other sites

Hi!

First of all... Sorry for my bad english, my primary language is russian...

I'm the author of this modified 7-zip SFX module.

And I'll try to answer your questions

English documentation (and site) is almost ready and (i hope) you will see it in next one or two weeks.

It has been made by professional translators from "translators club oszone.net" (thanks to Vadikan)

I think, this will be more useful that babelfish.

While I can try to answer your questions in this topic.

Or ask me via e-mail (you will see it on main page on http://7zsfx.solta.ru)

Edited by Oleg_Sch
Link to comment
Share on other sites

Warm Wecome, Oleg_Sch.

Well, now we know who's behind this maginficent tool and happy to know that an official English documentation/site will be ready very soon.

Regards

coucou

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 years later...

What is the switch for 7-zip through which i can install 7-zip silently but with progress bar shown.

msiexec.exe /i "7zx64.msi" /qb

/qb = Basic ui with progress bar and if you want totally silent use /qn and NO progress bar

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...