Share via


UpdateServicesPackage.PopulatePackageFromExeWrappedMSI 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 ExeWrappedMSI installable item from input exe and MSI files

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

Syntax

'Declaration
Public Sub PopulatePackageFromExeWrappedMSI ( _
    exePath As String, _
    relativePathsToPrimaryMSIs As String(), _
    relativePathsToSecondaryMSIs As String() _
)
'Usage
Dim instance As UpdateServicesPackage
Dim exePath As String
Dim relativePathsToPrimaryMSIs As String()
Dim relativePathsToSecondaryMSIs As String()

instance.PopulatePackageFromExeWrappedMSI(exePath, relativePathsToPrimaryMSIs, relativePathsToSecondaryMSIs)
public void PopulatePackageFromExeWrappedMSI (
    string exePath,
    string[] relativePathsToPrimaryMSIs,
    string[] relativePathsToSecondaryMSIs
)
public:
void PopulatePackageFromExeWrappedMSI (
    String^ exePath, 
    array<String^>^ relativePathsToPrimaryMSIs, 
    array<String^>^ relativePathsToSecondaryMSIs
)
public void PopulatePackageFromExeWrappedMSI (
    String exePath, 
    String[] relativePathsToPrimaryMSIs, 
    String[] relativePathsToSecondaryMSIs
)
public function PopulatePackageFromExeWrappedMSI (
    exePath : String, 
    relativePathsToPrimaryMSIs : String[], 
    relativePathsToSecondaryMSIs : String[]
)

Parameters

  • exePath
    The exe which wraps the MSI package
  • relativePathsToPrimaryMSIs
    The wrapped primary MSI files which construct detection rules and repair paths.
  • relativePathsToSecondaryMSIs
    The wrapped second MSI files which we used to register their repair paths.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.