//安装windows服务
%SystemRoot%Microsoft.NETFrameworkv4.0.30319InstallUtil.exe YHMesssge.exe
Net Start Service1
sc config Service1 start= auto
//卸载windows服务
%SystemRoot%Microsoft.NETFrameworkv4.0.30319InstallUtil.exe /u YHMesssge.exe
//安装windows服务
%SystemRoot%Microsoft.NETFrameworkv4.0.30319InstallUtil.exe YHMesssge.exe
Net Start Service1
sc config Service1 start= auto
//卸载windows服务
%SystemRoot%Microsoft.NETFrameworkv4.0.30319InstallUtil.exe /u YHMesssge.exe