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

Re: No touch deployment - offline question. by Hector

Hector
Fri Sep 26 13:34:30 CDT 2003

> 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


"Jose A. Gonzalvo" <jj@jj.com> wrote in message
news:uo#WGSpgDHA.956@TK2MSFTNGP09.phx.gbl...
> 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
>
>



Re: No touch deployment - offline question. by Jose

Jose
Sun Sep 28 12:06:51 CDT 2003

Thank you very much.
JOSE

"Hector Correa" <hcorrea@visionds.com> escribió en el mensaje
news:uPzwx0FhDHA.3324@TK2MSFTNGP11.phx.gbl...
> > 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
>
>
> "Jose A. Gonzalvo" <jj@jj.com> wrote in message
> news:uo#WGSpgDHA.956@TK2MSFTNGP09.phx.gbl...
> > 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
> >
> >
>
>