Situatie
Vrei sa instalezi remote un pachet MSI.
Solutie
Pasi de urmat
Se deschide PowerShell cu drepturi de administrator.
Se ruleaza urmatoarea comanda:
Get-WMIObject -ComputerName TARGETMACHINE -List | Where-Object -FilterScript {$_.Name -eq “Win32_Product”}).Install(\MACHINEWHEREMSIRESIDESpathpackage.msi
Leave A Comment?