diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index 023f138..5c6d838 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -8,8 +8,16 @@
The 7zr.exe
binary can be downloaded and saved anywhere on %PATH%
.
7-Zip needs to be installed in two parts.
+ First, the standalone7zr.exe
binary should be downloaded.
+ This can stay in the Downloads directory as it will only be needed once.
+ Second, the 64-bit Windows x64 installer (.exe
) should be downloaded.
+ This should be extracted using the previous standalone executable.
mkdir %USERPROFILE%\opt\7zip
+cd %USERPROFILE%\opt\7zip
+%USERPROFILE%\Downloads\7zr.exe x %USERPROFILE%\Downloads\7z2201-x64.exe
+ The 7zip path can then be added to the %PATH%
environment variable.