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

@@ -38,8 +38,8 @@ if ($LASTEXITCODE -ne 0) {
Write-Host ""
Write-Host "[3/5] Installing dependencies..." -ForegroundColor Cyan
Write-Host "Installing: python-barcode, pillow, reportlab, kivy, pyinstaller..."
pip install python-barcode pillow reportlab kivy==2.3.1 pyinstaller==6.18.0
Write-Host "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 ($LASTEXITCODE -ne 0) {
Write-Host "ERROR: Failed to install dependencies" -ForegroundColor Red
Read-Host "Press Enter to exit"