SCCMWebService..::..UninstallMsi Method
Uninstalls a msi.
Namespace:
SCCMWebServiceAssembly: SCCMWebService (in SCCMWebService.dll)
Syntax
[SoapHeaderAttribute] [WebMethodAttribute] public bool UninstallMsi( string Computername, string ProductCode )
<SoapHeaderAttribute> _ <WebMethodAttribute> _ Public Function UninstallMsi ( _ Computername As String, _ ProductCode As String _ ) As Boolean
[SoapHeaderAttribute] [WebMethodAttribute] public: bool^ UninstallMsi( String^ Computername, String^ ProductCode )