自动升级AutoUpdate
源码提供,自动升级小程序,可以自动从指定目录下载(在updatelist.xml文件下Url指定),简单方便,实用。 调用也很简单,只需在你的主程序上直接调用即可。调用代码如下: string sUpdateEXE = Application.StartupPath + @"\AutoUpdate.exe"; if (File.Exists(sUpdateEXE))//检查更新文件是否存在 { System.Diagnostics.Process.Start(sUpdateEXE);//启动更新程序 }
文件列表
AutoUpdate.rar
(预估有个52文件)
Datetime.cs
137B
bin
Debug
AutoUpdate.exe
152KB
AutoUpdate.pdb
44KB
AutoUpdate.vshost.exe.manifest
490B
AutoUpdate.vshost.exe
21KB
UpdateList.xml
717B
XmlFiles.cs
1KB
FrmUpdate.resx
144KB
暂无评论