module installcustom.install_custom_vs

Short summary

module pymyinstall.installcustom.install_custom_vs

Various functions to install MinGW.

source on GitHub

Functions

function

truncated documentation

install_vs

install Visual Studio Express (only on Windows) …

Documentation

Various functions to install MinGW.

source on GitHub

pymyinstall.installcustom.install_custom_vs.install_vs(dest_folder='.', fLOG=<built-in function print>, install=True, version=None)

install Visual Studio Express (only on Windows)

Parameters:
  • dest_folder – where to download the setup

  • fLOG – logging function

  • install – install (otherwise only download)

  • version – version to download (unused)

Returns:

temporary file

Todo

check it is installed

source on GitHub