1. 首页
  2. 编程语言
  3. C#
  4. 自动升级AutoUpdate

自动升级AutoUpdate

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