No touch deployment - offline question.

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
 
H

Hector Correa

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top