Re: auto-updater



So how would you go about updating a client that has 200+ users with
on-going application development that requires frequent updates? It
doesn't seem reasonable to expect the IT dept to update each computer. By
the time they finish, another version would be ready. ;)

This is one of the scenarios that MSI setups can help with.
MSI is Microsoft's current install technology. It's incredibly complicated,
but does have some benefits.

MSI setups can be run by interactively using the familiar setup wizard,
or they can be deployed silently by a IT department to be installed
from a server in a domain when users login.

Cheers,

Chris


.