自动升级AutoUpdate

上传:godfather3219 浏览: 50 推荐: 0 文件:rar 大小:390KB 上传时间:2018-12-28 15:53:48 版权申诉
源码提供,自动升级小程序,可以自动从指定目录下载(在updatelist.xml文件下Url指定),简单方便,实用。 调用也很简单,只需在你的主程序上直接调用即可。调用代码如下: string sUpdateEXE = Application.StartupPath + @"\AutoUpdate.exe"; if (File.Exists(sUpdateEXE))//检查更新文件是否存在 { System.Diagnostics.Process.Start(sUpdateEXE);//启动更新程序 }
上传资源
用户评论