Share via


IUpdateServerConfiguration.DownloadExpressPackages

Retrieves a value that indicates if you want to download express installation packages if they are available.

public bool DownloadExpressPackages {get; set;}
Public Property DownloadExpressPackages As bool

Property Value

True to download express installation packages if they are available (express packages are not available for all updates); otherwise, false.

Remarks

WSUS ignore this property if IUpdateServerConfiguration.HostBinariesOnMicrosoftUpdate is true.

Express installation files provide faster download and installation on client computers, but are larger and increase download times on the server.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

IUpdateServerConfiguration.DownloadUpdateBinariesAsNeeded
IUpdateServerConfiguration.HostBinariesOnMicrosoftUpdate