I'm creating an MVC Application installer and I need to update a given application with packages that my company gives.
I already tried to use ServerManager class from System.Web.Administration, but it seems that this class doesn't contain any method that allow me to update applications.
Is there any way to do this programmatically? Or do i need to use MSDeploy cmd?