ComplianceServer/oldcode/Core.AuditService/install.bat

5 lines
237 B
Batchfile

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