I have an app that I have distributed and would like to patch it. Can some one give me some guidance on the patching process or some articles to get me started? I haven't had luck on google.
Creating Patches
Collapse
This topic is closed.
X
X
-
EricTags: None -
Champika Nirosh
Re: Creating Patches
Hi,
I cannot direct you to a link but I may get you start with few details..
If you are to patch a distributed application.... .
You got to develop the application in modules.. as and example you can
replace a one DLL with a mutch effecient error free DLL later with a patch
if you identified that the reported error is produced by that DLL.
Or else you can add a patch to renew the core application (.exe) file as
well. But in any case it is same as distributing the application at first,
the only difference is you are replacing some errorneous modules with some
new modules...
Nirosh.
"Eric" <anonymous@disc ussions.microso ft.com> wrote in message
news:5B951762-B64E-4865-8D3D-D209C82DD14B@mi crosoft.com...[color=blue]
> I have an app that I have distributed and would like to patch it. Can[/color]
some one give me some guidance on the patching process or some articles to
get me started? I haven't had luck on google.
-
Chris Torgerson
Re: Creating Patches
You may want to look at the Updater Application Block from Microsoft
or
HTH
Chris Torgerson
"Eric" <anonymous@disc ussions.microso ft.com> wrote in message
news:5B951762-B64E-4865-8D3D-D209C82DD14B@mi crosoft.com...[color=blue]
> I have an app that I have distributed and would like to patch it. Can[/color]
some one give me some guidance on the patching process or some articles to
get me started? I haven't had luck on google.
Comment
Comment