b1cd76e1935387badf263154decc500245187d2f
[msb/apigateway.git] / msb-core / distributions / standalone / src / assembly / resource / servicesUninstall.bat
1 @REM\r
2 @REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
3 @REM\r
4 @REM Licensed under the Apache License, Version 2.0 (the "License");\r
5 @REM you may not use this file except in compliance with the License.\r
6 @REM You may obtain a copy of the License at\r
7 @REM\r
8 @REM         http://www.apache.org/licenses/LICENSE-2.0\r
9 @REM\r
10 @REM Unless required by applicable law or agreed to in writing, software\r
11 @REM distributed under the License is distributed on an "AS IS" BASIS,\r
12 @REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13 @REM See the License for the specific language governing permissions and\r
14 @REM limitations under the License.\r
15 @REM\r
16 @echo off\r
17 title msb uninstall services\r
18 \r
19 set RUNHOME=%~dp0\r
20 \r
21 echo ### uninstall redis\r
22 cd "%RUNHOME%\redis"\r
23 redisService.exe stop\r
24 redisService.exe uninstall\r
25 \r
26 echo ### uninstall apiroute\r
27 cd "%RUNHOME%\apiroute"\r
28 apirouteService.exe stop\r
29 apirouteService.exe uninstall\r
30 \r
31 echo ### uninstall openresty\r
32 cd "%RUNHOME%\openresty\nginx"\r
33 openrestyService.exe stop\r
34 openrestyService.exe uninstall\r
35 \r
36 :finalend\r
37 cd "%RUNHOME%"