From 0ecf68bf69fe7d51e44396d3b1f5e3c73d1b97dd Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 21 Mar 2023 21:41:18 +0000 Subject: [PATCH] Fix 7-Zip install instructions --- docs/PerUserInstallers.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 @@

Per-user installers

7-Zip

-

Download

-

The 7zr.exe binary can be downloaded and saved anywhere on %PATH%.

+

Download

+

7-Zip needs to be installed in two parts.

+ First, the standalone 7zr.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.

Firefox

Download