uploaded new name
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
@echo off
|
||||
REM Quality Recticel Print Service - Simple Native Installation
|
||||
REM Quality Label Printing Service - Simple Native Installation
|
||||
REM This version uses the most basic approach to avoid command line parsing issues
|
||||
|
||||
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%" (
|
||||
@@ -101,7 +101,7 @@ echo ✅ Service created successfully
|
||||
echo.
|
||||
echo Configuring service startup...
|
||||
sc config "%SERVICE_NAME%" start=auto
|
||||
sc config "%SERVICE_NAME%" DisplayName="Quality Recticel Print Service"
|
||||
sc config "%SERVICE_NAME%" DisplayName="Quality Label Printing Service"
|
||||
|
||||
echo.
|
||||
echo Starting the service...
|
||||
|
||||
Reference in New Issue
Block a user