Skip to content

v9.0.0.30729

Latest
Compare
Choose a tag to compare
@fredrikaverpil fredrikaverpil released this 01 Sep 07:29
· 33 commits to master since this release

Fixed in this version:

  • Dependencies:
    • Microsoft Visual C++ 2008 Redistributable Package (version 9.0.30729.6161)
    • .Net 3.5 (version 3.5.20140403)
  • Uninstall feature
  • Does not generate errors which causes e.g. Saltstack to fail the installation

Installation instructions

Install with choco

choco install vcpython27 --version 9.0.0.30729

Download and install manually

Download:

choco install wget
wget https://github.com/fredrikaverpil/vcpython27/releases/download/v9.0.0.30729/vcpython27.9.0.0.30729.nupkg

Install using CMD.exe:

choco install vcpython27 -s '%cd%' -f

Install using Powershell:

choco install vcpython27 -s "$pwd" -f

Uninstallation instructions

choco uninstall vcpython27