TG.WXCRM.V4/Core.AliyuService/install.bat

5 lines
239 B
Batchfile

net stop CoreAliyunService
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /u Core.AliyuService.exe
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe Core.AliyuService.exe
net start CoreAliyunService
pause