Connecting Tech Pros Worldwide Forums | Help | Site Map

Can somebody point me to where no touch deployment is really explained.

UJ
Guest
 
Posts: n/a
#1: Jul 13 '06
Can somebody point me to where no touch deployment is really explained?

One of the big questions I have is it seems like with no-touch you don't
actually have the executable on your machine - your always running it from
the server. What I need is something like the Application Updater block. I
thought this functionality was included in .Net 2.0 where it would go out
and check at startup to see if there's a newer version and load that.

The connection to our servers is slow so I don't want to have to be
dependent on the server to load the exe.

TIA - Jeff.



David Browne
Guest
 
Posts: n/a
#2: Jul 13 '06

re: Can somebody point me to where no touch deployment is really explained.



"UJ" <fred@nowhere.comwrote in message
news:u1hFXQrpGHA.1796@TK2MSFTNGP03.phx.gbl...
Quote:
Can somebody point me to where no touch deployment is really explained?
>
One of the big questions I have is it seems like with no-touch you don't
actually have the executable on your machine - your always running it from
the server. What I need is something like the Application Updater block. I
thought this functionality was included in .Net 2.0 where it would go out
and check at startup to see if there's a newer version and load that.
>
The connection to our servers is slow so I don't want to have to be
dependent on the server to load the exe.
>
ClickOnce
http://msdn.microsoft.com/netframewo...res/clickonce/

David


Closed Thread