mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-14 14:23:34 +01:00
11 lines
286 B
Batchfile
11 lines
286 B
Batchfile
@echo off
|
|
call uninstall.bat
|
|
|
|
SET mypath=%~dp0
|
|
SET targetpath=C:\Services\WireMock.Net.Service\
|
|
|
|
mkdir "%targetpath%"
|
|
xcopy "%mypath%*" "%targetpath%*"
|
|
|
|
C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe "%targetpath%WireMock.Net.Service.exe"
|
|
net start "WireMock.Net.Service" |