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

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

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.
 
UJ said:
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/netframework/windowsforms/learning/features/clickonce/

David
 

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

Back
Top