Share via


UpdateServicesPackage.PopulatePackageFromWindowsInstallerPatch Method 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Create a MSPInstallerData installable item from input msp file name.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public Sub PopulatePackageFromWindowsInstallerPatch ( _
    filePath As String _
)
'Usage
Dim instance As UpdateServicesPackage
Dim filePath As String

instance.PopulatePackageFromWindowsInstallerPatch(filePath)
public void PopulatePackageFromWindowsInstallerPatch (
    string filePath
)
public:
void PopulatePackageFromWindowsInstallerPatch (
    String^ filePath
)
public void PopulatePackageFromWindowsInstallerPatch (
    String filePath
)
public function PopulatePackageFromWindowsInstallerPatch (
    filePath : String
)

Parameters

  • filePath
    the MSP file path.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.