Skip to content

jixunmoe/py3-win7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python3 Enabler

Unofficial Loader executable to allow Python 3 installation on Windows 7.

Tested with the following installers:

python-3.10.5-amd64.exe 69165821dad57c6d8d29ec8598933db7c4498f8ef9d477fa13c677fd82567b58

Demo

  1. Select installer
  2. Show case argv pass-through (drag & drop)
  3. Uninstall works fine with the loader (with leftover)
py3-win7.mp4

Note

Windows 7 is out-of-date. Please consider upgrade to a morden OS for latest security patches.

api-ms-win-core-path-l1-1-0.dll is taken from nalexandru/api-ms-win-core-path-HACK:0.3.1

Hooks implemented

  • CreateProcessW - Sub-process creation hook
  • VerifyVersionInfoW - Version check bypass
  • MsiInstallProductW - Inject api-ms-win-core-path-l1-1-0.dll after a success Python installation.

About

Allow Python 3.10 & 3.11 installer to run in Windows 7.

Resources

License

Stars

Watchers

Forks

Packages

No packages published