SCCM WebService API Reference

SCCMWebService..::..RepairMsi Method

Repairs a msi.

Namespace:  SCCMWebService
Assembly:  SCCMWebService (in SCCMWebService.dll)

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public bool RepairMsi(
	string Computername,
	string ProductCode
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function RepairMsi ( _
	Computername As String, _
	ProductCode As String _
) As Boolean
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
bool^ RepairMsi(
	String^ Computername, 
	String^ ProductCode
)

Parameters

Computername
Type: String
The computername.
ProductCode
Type: String
The product code.

Return Value

True, if succeeded, otherwise false.