diff --git a/installService.bat b/installService.bat index c491708..0ac8efc 100644 --- a/installService.bat +++ b/installService.bat @@ -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 diff --git a/uninstallService.bat b/uninstallService.bat index 9b36ae1..bb35442 100644 --- a/uninstallService.bat +++ b/uninstallService.bat @@ -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