文件名称:WinForm_Update
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 61kb
- 下载次数:
- 0次
- 提 供 者:
- fox****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
winform自动升级
首先,要确定程序应该去哪里下载需要升级的文件。我选择了到指定的网站上去下载,这样比较简单,也通用一些。在这个网站上,需要放置一个当前描述最新文件列表的文件,我们估且叫它服务器配置文件。这个文件保存了当前最新文件的版本号(lastver),大小(size),下载地址(url),本地文件的保存路径(path),还有当更新了这个文件后,程序是否需要重新启动(needRestart)。这个文件大致如下-winform automatic upgrade first, to determine where to download the program should be required to upgrade the file. I chose to go to the specified site to download, so simple, and indivisible. On this site, need to place a current list of recent documents described in the paper, we estimate and call it a server configuration file. This file documents the current updated version number (lastver), size (size), download the address (url), local file save path (path), still when the update of this document, the program is to restart (needRestart ). This file is as follows
首先,要确定程序应该去哪里下载需要升级的文件。我选择了到指定的网站上去下载,这样比较简单,也通用一些。在这个网站上,需要放置一个当前描述最新文件列表的文件,我们估且叫它服务器配置文件。这个文件保存了当前最新文件的版本号(lastver),大小(size),下载地址(url),本地文件的保存路径(path),还有当更新了这个文件后,程序是否需要重新启动(needRestart)。这个文件大致如下-winform automatic upgrade first, to determine where to download the program should be required to upgrade the file. I chose to go to the specified site to download, so simple, and indivisible. On this site, need to place a current list of recent documents described in the paper, we estimate and call it a server configuration file. This file documents the current updated version number (lastver), size (size), download the address (url), local file save path (path), still when the update of this document, the program is to restart (needRestart ). This file is as follows
(系统自动生成,下载前可以参看下载内容)
下载文件列表
update\App.ico
......\AssemblyInfo.cs
......\bin\Debug\bin
......\...\.....\test.exe
......\...\.....\test.pdb
......\...\.....\update.pdb
......\...\Debug
......\bin
......\Classes\CreateXML.cs
......\.......\updata.cs
......\Classes
......\ML.cs
......\ML.resx
......\obj\Debug\temp
......\...\.....\TempPE\Web References.updata.Reference.cs.dll
......\...\.....\TempPE
......\...\.....\test.exe
......\...\.....\test.pdb
......\...\.....\test.projdata
......\...\.....\update.exe
......\...\.....\update.Form1.resources
......\...\.....\update.pdb
......\...\.....\update.projdata
......\...\.....\update.projdata1
......\...\Debug
......\obj
......\update.csproj
......\update.csproj.user
......\update.sln
......\update.suo
......\Web References\updata\Reference.cs
......\..............\......\Reference.map
......\..............\......\UploadServer.disco
......\..............\......\UploadServer.wsdl
......\..............\updata
......\Web References
update
......\AssemblyInfo.cs
......\bin\Debug\bin
......\...\.....\test.exe
......\...\.....\test.pdb
......\...\.....\update.pdb
......\...\Debug
......\bin
......\Classes\CreateXML.cs
......\.......\updata.cs
......\Classes
......\ML.cs
......\ML.resx
......\obj\Debug\temp
......\...\.....\TempPE\Web References.updata.Reference.cs.dll
......\...\.....\TempPE
......\...\.....\test.exe
......\...\.....\test.pdb
......\...\.....\test.projdata
......\...\.....\update.exe
......\...\.....\update.Form1.resources
......\...\.....\update.pdb
......\...\.....\update.projdata
......\...\.....\update.projdata1
......\...\Debug
......\obj
......\update.csproj
......\update.csproj.user
......\update.sln
......\update.suo
......\Web References\updata\Reference.cs
......\..............\......\Reference.map
......\..............\......\UploadServer.disco
......\..............\......\UploadServer.wsdl
......\..............\updata
......\Web References
update