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
原文地址:http://www.cnblogs.com/shijun/p/3718211.html