Share via


UpdateServicesPackage.PopulatePackageFromWindowsInstaller 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 MSIInstallerData installable item. ProductCode will be extracted automatically from the input Msi file. Note: PackageType remains the same. (Default: Application.)

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

Syntax

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

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

Parameters

  • filePath
    The path to the MSI file.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.