No touch deployment - offline question.

  • Thread starter Thread starter Jose A. Gonzalvo
  • Start date Start date
J

Jose A. Gonzalvo

Hi, I've been reading a lot about no touch deployment and it could be the
solution to my design. But I have a question:

What happens if the client is not 'connected'?
Is there anyway to run the app from the client chache?
Where can I find information about that?

I've read in some articles on MSDN about this posibility, but I can't find
any info about that.

Thanks in advance,
JOSE
 
What happens if the client is not 'connected'?
You still can run the application as long as the main EXE is installed
locally. The rest of the assemblies can be used from a cached versions even
if the client is not connected.
Is there anyway to run the app from the client chache?
You need to switch IE to workoffline for this to work, though. Not pretty
but it works.
Where can I find information about that?
http://www.code-magazine.com/article.aspx?quickid=0307061&page=6

Hector Correa
 
Back
Top