mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-27 10:00:57 +00:00
Fix EXE_PATH case in service scripts
Updated the EXE_PATH variable in both installService.bat and uninstallService.bat to use 'welsonjs' instead of 'WelsonJS' for consistency and to avoid potential path issues.
This commit is contained in:
parent
ca8bd275bf
commit
15e6596285
|
|
@ -7,7 +7,7 @@ REM Set the service name
|
|||
set SERVICE_NAME=WelsonJS.Service
|
||||
|
||||
REM Set the paths
|
||||
set EXE_PATH=%APPDATA%\WelsonJS\bin\WelsonJS.Service.exe
|
||||
set EXE_PATH=%APPDATA%\welsonjs\bin\WelsonJS.Service.exe
|
||||
set INSTALL_UTIL_PATH=%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe
|
||||
|
||||
REM Uninstall the service
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ REM Set the service name
|
|||
set SERVICE_NAME=WelsonJS.Service
|
||||
|
||||
REM Set the paths
|
||||
set EXE_PATH=%APPDATA%\WelsonJS\bin\WelsonJS.Service.exe
|
||||
set EXE_PATH=%APPDATA%\welsonjs\bin\WelsonJS.Service.exe
|
||||
set INSTALL_UTIL_PATH=%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe
|
||||
|
||||
REM Uninstall the service
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user