English 中文(简体)
c 更新应用程序
原标题:c# update updater application

I created my own updater application that connects to the web and check if my application with all the files is updater or not and download and install the updated components.. and works fine and is ok! My question is this... is there any way to update the updater? I don t know how, but something that close the program, uncompress the downloaded updater and relaunch it...

页: 1

Paolo

最佳回答

我可能这样做。

附录有两份档案:

Updater.exe & MainProgram.exe

更新者在你的节目中下载所有新版本,取代旧文件。 当您更新的主要方案大纲时,即申请的欢迎屏幕运行时,请与互联网连接并更新更新。

因此,情况如下: 首先,更新后更新了除新档案之外的其他档案,然后更新。

问题回答

我从未尝试过......但更新者可以复制到不同的地点,然后自行援引。 如果情况有误,我会回头。 从这个新地点来看,更新者可以乐意超越自己的迫害。

为什么重新发明轮子? 有几个图书馆将透明地为你们(热点转换、冷更新)这样做。 我写了这封信。

查询。 http://www.code972.com/blog/201008/nappupdate-application-auto-update-framework-for-dotnet/"rel=“nofollow” http://www.code972.com/blog/08/nappupdate-application-auto-update-framework-for-dotnet/





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签