docs
This commit is contained in:
parent
b0b0a3e183
commit
f929449c3f
@ -82,12 +82,14 @@ setx T c:\TEMP
|
|||||||
[7-ZIP Website](https://www.7-zip.org)
|
[7-ZIP Website](https://www.7-zip.org)
|
||||||
|
|
||||||
Download: https://www.7-zip.org/a/7z1900-x64.exe
|
Download: https://www.7-zip.org/a/7z1900-x64.exe
|
||||||
Save the MSI file as "7z-setup.msi" in your "Downloads" folder.
|
Save it in your "Downloads" folder.
|
||||||
|
|
||||||
Unpack the MSI with:
|
Unpack the MSI with:
|
||||||
```dos
|
```dos
|
||||||
cd /D %USERPROFILE%\Downloads
|
cd /D %USERPROFILE%\Downloads
|
||||||
|
move /Y 7z1900-x64.exe 7z-setup.msi
|
||||||
msiexec /a 7z-setup.msi TARGETDIR=%T%
|
msiexec /a 7z-setup.msi TARGETDIR=%T%
|
||||||
|
cd ..
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user