TG.WXCRM.V4/WeChatServerServices/install.bat

5 lines
234 B
Batchfile

net stop WeChatServer
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /u WeChatServerServices.exe
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe WeChatServerServices.exe
net start WeChatServer
pause