From 0ecf68bf69fe7d51e44396d3b1f5e3c73d1b97dd Mon Sep 17 00:00:00 2001
From: Anthony Perkins The 7-Zip needs to be installed in two parts.Per-user installers
7-Zip
-
- 7zr.exe
binary can be downloaded and saved anywhere on %PATH%
.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.