module installcustom.install_custom_7z

Short summary

module pymyinstall.installcustom.install_custom_7z

Various functions to install some applications such as 7z.

source on GitHub

Functions

function

truncated documentation

install_7z

Install 7z. It does not do it a second time if it is already installed.

Documentation

Various functions to install some applications such as 7z.

source on GitHub

pymyinstall.installcustom.install_custom_7z.install_7z(temp_folder='.', fLOG=<built-in function print>, install=True, force_download=False, version=None)

Install 7z. It does not do it a second time if it is already installed.

Parameters:
  • temp_folder – where to download the setup

  • fLOG – logging function

  • install – install (otherwise only download)

  • force_download – force the downloading of 7z

  • version – specify a version (unused)

Returns:

temporary file

source on GitHub