No touch deployment

  • Thread starter Thread starter Oriane
  • Start date Start date
O

Oriane

Hi there,

I intend to use "no touch deployment" to allow users in a LAN to run
"locally" a Windows Form .NET app on their workstation (provided they have
the .NET framework installed).

I wonder if this method is now widely used, and if it is the new paradigm
which is to replace the activeX model ?

Best regards
 
In 1.1, maybe.

In 2.0, "ClickOnce" is an easier model, as you don't need to make
caspol changes to the clients, and you can deploy from more options
(e.g. http, LAN, etc), with the framework shadowing it locally (and
checking for updates etc).

Marc
 
Back
Top