Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Application Deployment (http://www.velocityreviews.com/forums/t20584-application-deployment.html)

Charles A. Lackman 07-15-2004 04:22 PM

Application Deployment
 
Hello,

I have created an application and when the application is started it checkes
for an update to the software on a web service. All the implementation
works great but now I am trying to figure out how to make the application
setup project function the way I need it to. How do I make a setup project
(or maybe I should use something else?) to simply copy a single file to a
particular folder on the client machine? i.e.

The main installation has already been completed. Months later an update
becomes available. All the client needs it a new version of a custom dll or
a new exe file. I want the process to automated as much as possible. When
the downloaded file is double-clicked the new file is extracted from within
itself and automatically placed in the appropriate directory. (The
directory is the same for every client machine).

Any suggestions is greatly appreciated.

Thanks,
Chuck



Rudi 07-15-2004 05:31 PM

Re: Application Deployment
 
You should take a look at the
NET Application Updater Component
from MS.
Updater Application Block Overview (Building Distributed ...

Rudi

"Charles A. Lackman" <Charles@cet.com> wrote in message
news:uoO2rfoaEHA.1840@TK2MSFTNGP11.phx.gbl...
> Hello,
>
> I have created an application and when the application is started it
> checkes
> for an update to the software on a web service. All the implementation
> works great but now I am trying to figure out how to make the application
> setup project function the way I need it to. How do I make a setup
> project
> (or maybe I should use something else?) to simply copy a single file to a
> particular folder on the client machine? i.e.
>
> The main installation has already been completed. Months later an update
> becomes available. All the client needs it a new version of a custom dll
> or
> a new exe file. I want the process to automated as much as possible.
> When
> the downloaded file is double-clicked the new file is extracted from
> within
> itself and automatically placed in the appropriate directory. (The
> directory is the same for every client machine).
>
> Any suggestions is greatly appreciated.
>
> Thanks,
> Chuck
>
>





All times are GMT. The time now is 07:38 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57