jueves, 29 de marzo de 2012

Instalar msi en server core

To install a MSI file using the PowerShell use the command

msiexec /i "Path\PackageName"

To uninstall a MSI file using the PowerShell use the command

msiexec /x "Path\PackageName

No hay comentarios:

Publicar un comentario