Pre-install 7zip.commandline?

andy's Avatar

andy

13 Jun, 2015 10:51 PM

I know that 7zip is pre-installed. However, is it possible to also pre-install 7-Zip Command Line Version, which provides an executable with different name (7za)?
I used to install that by cinst 7zip.commandline -y myself. But recently the installation is unstable - it has a 50% chance of failure... e.g. this build.

  1. Support Staff 1 Posted by Feodor Fitsner on 13 Jun, 2015 11:06 PM

    Feodor Fitsner's Avatar

    Looks like you can take it from nuget instead:

    nuget install 7ZipCLI -ExcludeVersion
    

    then add to PATH:

    set PATH=%appveyor_build_folder%\7ZipCLI\tools;%PATH%
    
  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:56 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac