Size Property

This property holds the value used to build an optional SIZE attribute. When the CDF string for the object is constructed, the property is checked. If it is not null, the SIZE attribute is added to the resulting element with the value of the property as the value.

Type

Integer (VT_I4)

Default

null

Remarks

The SIZE attribute specifies how much disk space the client must have available to install the software package. It is always in units of KiloBytes. (KB)

Example

VBScript

ICodebase.Size = 1024 ' 1024 KB

© 1997-1998 Microsoft Corporation. All rights reserved.