IUpdateServerConfiguration.DownloadExpressPackages Property

 

Applies To: Windows Server Update Services

Gets or sets whether express installation packages should be downloaded.

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

Syntax

bool DownloadExpressPackages { get; set; }
property bool DownloadExpressPackages {
    bool get();
    void set(bool value);
}
abstract DownloadExpressPackages : bool with get, set
Property DownloadExpressPackages As Boolean

Property Value

Type: System.Boolean

true to download express installation packages, otherwise false.

Remarks

WSUS ignores this property if HostBinariesOnMicrosoftUpdate is true.

Express installation files provide faster download and installation on client computers, but are larger and increase download times on the server. Express installation packages are not available for all updates.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top