uploaded new name
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
@echo off
|
||||
REM Quality Recticel Print Service - Windows Native Installation
|
||||
REM Quality Label Printing Service - Windows Native Installation
|
||||
REM This script creates a lightweight PowerShell-based print service
|
||||
|
||||
echo ================================================
|
||||
echo Quality Recticel Print Service - Native Windows
|
||||
echo Quality Label Printing Service - Native Windows
|
||||
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 Creating service directory: %SERVICE_DIR%
|
||||
if not exist "%SERVICE_DIR%" (
|
||||
@@ -71,7 +71,7 @@ echo Creating service: %SERVICE_NAME%
|
||||
echo Binary path: %SERVICE_DIR%\service_wrapper.bat
|
||||
echo.
|
||||
|
||||
sc create %SERVICE_NAME% binPath="%SERVICE_DIR%\service_wrapper.bat" start=auto DisplayName="Quality Recticel Print Service"
|
||||
sc create %SERVICE_NAME% binPath="%SERVICE_DIR%\service_wrapper.bat" start=auto DisplayName="Quality Label Printing Service"
|
||||
|
||||
REM Check if service creation succeeded
|
||||
sc query %SERVICE_NAME% >nul 2>&1
|
||||
@@ -83,7 +83,7 @@ if errorlevel 1 (
|
||||
echo ✅ Service created successfully
|
||||
|
||||
REM Set description (may fail on older Windows, that's OK)
|
||||
sc description %SERVICE_NAME% "Local HTTP service for silent PDF printing from Quality Recticel web application" >nul 2>&1
|
||||
sc description %SERVICE_NAME% "Local HTTP service for silent PDF printing from Quality Label Printing web application" >nul 2>&1
|
||||
|
||||
goto :service_created
|
||||
|
||||
|
||||
Reference in New Issue
Block a user