mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 22:03:35 +01:00
9 lines
269 B
Batchfile
9 lines
269 B
Batchfile
@echo off
|
|
SET mypath=%~dp0
|
|
SET targetpath=C:\Services\WireMock.Net.Service\
|
|
|
|
net stop "WireMock.Net.Service"
|
|
C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /u "%mypath%WireMock.Net.Service.exe"
|
|
sc delete "WireMock.Net.Service"
|
|
|
|
rmdir /S /Q "%targetpath%" |