Share via


WindowsInstallerItem Constructor (String)

 

Applies To: Windows Server Update Services

Create a WindowsInstallerItem and set MSI related properties. Currently only MSIFile property and ProductCode are set.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public WindowsInstallerItem(
    string filePath
)
public:
WindowsInstallerItem(
    String^ filePath
)
new : 
        filePath:string -> WindowsInstallerItem
Public Sub New (
    filePath As String
)

Parameters

See Also

WindowsInstallerItem Overload
WindowsInstallerItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top