ComplianceServer/oldcode/WX.CRM.DataProceService/install.bat

5 lines
262 B
Batchfile

net stop WX.CRM.DataProceService
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /u WX.CRM.DataProceService.exe
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe WX.CRM.DataProceService.exe
net start WX.CRM.DataProceService
pause