Add network printer detection on Windows: support printers from print servers

This commit is contained in:
Quality App Developer
2026-02-06 10:20:57 +02:00
parent 6bcfc3102b
commit fa5c846ebb
4 changed files with 44 additions and 9 deletions

View File

@@ -39,8 +39,8 @@ echo.
REM Install dependencies
echo [3/5] Installing dependencies...
echo Installing: python-barcode, pillow, reportlab, kivy, pyinstaller...
pip install python-barcode pillow reportlab kivy==2.3.1 pyinstaller==6.18.0
echo Installing: python-barcode, pillow, reportlab, kivy, pyinstaller, pywin32, wmi...
pip install python-barcode pillow reportlab kivy==2.2.1 pyinstaller==6.1.0 pywin32 wmi
if errorlevel 1 (
echo ERROR: Failed to install dependencies
pause