uploaded new name

This commit is contained in:
2025-09-22 20:34:15 +03:00
parent dd1772222d
commit 921ea43834
14 changed files with 180 additions and 64 deletions

View File

@@ -1,9 +1,9 @@
@echo off
REM Quality Recticel Print Service - Uninstaller
REM Quality Label Printing Service - Uninstaller
REM This script removes the Windows print service
echo ================================================
echo Quality Recticel Print Service - Uninstaller
echo Quality Label Printing Service - Uninstaller
echo ================================================
echo.
@@ -20,8 +20,8 @@ echo ✅ Administrator privileges confirmed
echo.
REM Service configuration
set SERVICE_NAME=QualityRecticelPrintService
set SERVICE_DIR=C:\Program Files\QualityRecticel\PrintService
set SERVICE_NAME=QualityLabelPrinting
set SERVICE_DIR=C:\Program Files\QualityLabelPrinting\PrintService
echo Stopping the service...
sc stop "%SERVICE_NAME%" >nul 2>&1
@@ -60,10 +60,10 @@ echo ================================================
echo Uninstallation Complete!
echo ================================================
echo.
echo The Quality Recticel Print Service has been removed from your system.
echo The Quality Label Printing Service has been removed from your system.
echo.
echo If you had any Chrome extensions installed, you may want to:
echo 1. Remove the Quality Recticel Print extension from Chrome
echo 1. Remove the Quality Label Printing extension from Chrome
echo 2. Clear any remaining Chrome extension data
echo.
pause