Installing VPINFE on Windows 11 - dekay/vpinball-wiki GitHub Wiki

Windows 11:

Requirements

  • Python 3.13.12

[!CAUTION] If you use the top Button, you might download a wrong Version not working with the following Steps

image

image

  • add Path to Enviromentvars (Win11 -> System -> Enviroment)
  • enable Script Execution in PowerShell image

[!IMPORTANT] Due to the Fact Script Execution is needed later on for launching VPINFE, do not disable Script Execution.

  • open PowerShell as Admin
git clone https://github.com/superhac/vpinfe.git
cd vpinfe
python -m pip install —-upgrade pip
python -m venv venv-vpinfe --system-site-packages
.\venv-vpinfe\scripts\Activate.ps1
pip install pywebview screeninfo colorama requests olefile nicegui pynput
python main.py -h
  • add Shortcut to this Script on the Desktop
cd c:\vpinfe
.\venv-vpinfe\scripts\Activate.ps1
Python Main.py

[!TIP] You might have to change the "Open With" from Editor to PowerShell