1)安装脚本Install.bat
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\installutil.exe
JobSchedule.exe
Net Start ServiceOA
sc config ServiceOA start= auto
2)卸载脚本Uninstall.bat
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\installutil.exe
/u JobSchedule.exe
时间: 2024-10-25 16:46:22