Lines Matching +full:7 +full:z
1 7-Zip for installers 9.38
4 7-Zip is a file archiver for Windows NT/2000/2003/2008/XP/Vista/7/8/10.
6 7-Zip for installers is part of LZMA SDK.
9 It's allowed to join 7-Zip SFX module with another software.
10 It's allowed to change resources of 7-Zip's SFX modules.
16 7zr.exe is reduced version of 7za.exe of 7-Zip.
17 7zr.exe supports only format with these codecs: LZMA, LZMA2, BCJ, BCJ2, ARM, Copy.
21 7zr a archive.7z files
23 7zSD.sfx is SFX module for installers. 7zSD.sfx uses msvcrt.dll.
28 as joining 3 files: SFX_Module, Installer_Config, 7z_Archive.
32 copy /b 7zSD.sfx + config.txt + archive.7z archive.exe
35 uncompressed before including to 7z archive.
63 Use RunProgram, if you want to run some program from .7z archive.
64 Use ExecuteFile, if you want to open some document from .7z archive or
79 Title="7-Zip 4.00"
80 BeginPrompt="Do you want to install the 7-Zip 4.00?"
87 Title="7-Zip 4.00"
88 BeginPrompt="Do you want to install the 7-Zip 4.00?"
89 ExecuteFile="7zip.msi"
95 Title="7-Zip 4.01 Update"
96 BeginPrompt="Do you want to install the 7-Zip 4.01 Update?"
98 ExecuteParameters="/i 7zip.msi REINSTALL=ALL REINSTALLMODE=vomus"
106 7zS2.sfx - small SFX module (GUI version)
107 7zS2con.sfx - small SFX module (Console version)
117 - It decompresses solid 7z blocks (it can be whole 7z archive) to RAM.
119 solid 7z block (size of 7z archive at simplest case).
124 copy /b 7zS2.sfx + archive.7z sfx.exe
127 1) It creates "7zNNNNNNNN" temp folder in system temp folder.
128 2) It extracts .7z archive to that folder
129 3) It executes one file from "7zNNNNNNNN" temp folder.
130 4) It removes "7zNNNNNNNN" temp folder
142 Windows CE (ARM) version of 7zS2.sfx is included to 7-Zip for Windows Mobile package.
148 1) To create compressed console 7-Zip:
150 7zr a c.7z 7z.exe 7z.dll -mx
151 copy /b 7zS2con.sfx + c.7z 7zCompr.exe
152 7zCompr.exe b -md22
155 2) To create compressed GUI 7-Zip:
157 7zr a g.7z 7zg.exe 7z.dll -mx
158 copy /b 7zS2.sfx + g.7z 7zgCompr.exe
159 7zgCompr.exe b -md22
164 7zr a h.7z readme.txt -mx
165 copy /b 7zS2.sfx + h.7z 7zTxt.exe
166 7zTxt.exe