如何在vb.net中为桌面应用程序创建补丁文件 [英] how to create patch file for desktop application in vb.net

查看:93
本文介绍了如何在vb.net中为桌面应用程序创建补丁文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发桌面应用程序。所以我想创建一个补丁文件,用于更新客户端机器上的新更改。请告诉我如何为Windows应用程序创建补丁文件。

解决方案

您好,



请查看以下链接。希望它有所帮助。



http://www.codeproject.com/Articles/11373/How-to-create-installation-patches-for-VS-NET- depl



问候,

Anand Subramanian。


 < span class =code-keyword> Dim  desktopPath = My.Computer.FileSystem.SpecialDirectories.Desktop 
Dim Ahmad = desktopPath& \& DllName.dll
IO.File.WriteAllBytes(Ahmad,My.Resources.DllR )
MsgBox( 完成,MsgBoxStyle.Information)


i am developing desktop application.So i want to create a patch file for update new changes on client's machine.Please give me idea for how to create a patch file for windows application.

解决方案

Hi,

Please check the following link. Hope it helps.

http://www.codeproject.com/Articles/11373/How-to-create-installation-patches-for-VS-NET-depl

Regards,
Anand Subramanian.


Dim desktopPath = My.Computer.FileSystem.SpecialDirectories.Desktop
       Dim Ahmad = desktopPath & "\" & "DllName.dll"
       IO.File.WriteAllBytes(Ahmad, My.Resources.DllR)
       MsgBox("Done", MsgBoxStyle.Information)


这篇关于如何在vb.net中为桌面应用程序创建补丁文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆