Share via


WindowsInstallerItem.WindowsInstallerFile Property

 

Applies To: Windows Server Update Services

Get/Set MSIFile

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

Syntax

public string WindowsInstallerFile { get; set; }
public:
property String^ WindowsInstallerFile {
    String^ get();
    void set(String^ value);
}
member WindowsInstallerFile : string with get, set
Public Property WindowsInstallerFile As String

Property Value

Type: System.String

The MSI file path.

See Also

WindowsInstallerItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top