vim Posted June 23, 2007 Posted June 23, 2007 that can create an exe installer compressed with 7zipTrue but not what I stated. EasySFX.exe need the EXE to be ouside the archive, like so:+INSTALLER.7z.+----setup.exe+----setup.dat+----data.cabMartin H's method has the EXE, that's going to be exectued, inside the archive using "config.txt"
coucou Posted July 1, 2007 Posted July 1, 2007 (edited) 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, 26STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTIONCAPTION "Progress"LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_USFONT 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 helpcoucou Edited July 1, 2007 by coucou
coucou Posted July 3, 2007 Posted July 3, 2007 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
Martin H Posted July 3, 2007 Posted July 3, 2007 Hi coucou I'm sorry that i didn't catch your post before now, but i can see that you have found it out by yourself anyway, so that's good to hear CU, Martin.
coucou Posted July 4, 2007 Posted July 4, 2007 Hi Martin,Is anywhere a real english version of http://7zsfx.solta.ru/ (NOT the babelfish translated version)?I've downloaded them 7zSD CHM, unfortunately (regarding myself), it's in russian too. Is anywhere to get an enlish version of it?Regardscoucou
Oleg_Sch Posted July 9, 2007 Posted July 9, 2007 (edited) 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 questionsEnglish 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 July 10, 2007 by Oleg_Sch
0d14r3 Posted July 9, 2007 Posted July 9, 2007 Wecome, Oleg_Sch.I apreciate and use your tools frequently.Thanks.0d
coucou Posted July 10, 2007 Posted July 10, 2007 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.Regardscoucou
Oleg_Sch Posted July 23, 2007 Posted July 23, 2007 Hi All!I'm create a new thread here http://www.msfn.org/board/index.php?showtopic=101552, where you can find an english documentation
DosProbie Posted December 2, 2012 Posted December 2, 2012 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now