国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

安裝完成Windows服務后自動打開

2019-11-14 13:41:40
字體:
來源:轉載
供稿:網友

使用DOS進程開啟服務


設置servicePRocessInstaller1控件的Account屬性為“LocalSystem
設置serviceInstaller1控件的StartType屬性為"Automatic"

 

在服務器上添加安裝程序,在ProjectInstaller_AfterInstall(object sender, InstallEventArgs e)事件中,添加代碼

 1 System.Diagnostics.Process p = new System.Diagnostics.Process(); 2 p.StartInfo.FileName = "cmd.exe"; 3 p.StartInfo.UseShellExecute = false; 4 p.StartInfo.RedirectStandardInput = true; 5 p.StartInfo.RedirectStandardOutput = true; 6 p.StartInfo.RedirectStandardError = true; 7 p.StartInfo.CreateNoWindow = true; 8 p.Start(); 9 string Cmdstring = "sc start myservice"; //CMD命令10 p.StandardInput.WriteLine(Cmdstring);11 p.StandardInput.WriteLine("exit");

 


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 开远市| 凤庆县| 宜川县| 闽侯县| 军事| 张家港市| 乳源| 邵阳县| 莆田市| 绍兴市| 泰来县| 连云港市| 邢台县| 个旧市| 大冶市| 临邑县| 客服| 菏泽市| 苍梧县| 南安市| 金沙县| 怀来县| 巴彦淖尔市| 佛冈县| 海淀区| 张掖市| 黑河市| 文成县| 揭阳市| 邵武市| 斗六市| 台中县| 宜宾市| 虞城县| 繁峙县| 南溪县| 宜都市| 田东县| 青州市| 即墨市| 新建县|