TempCost Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation TempCost Property
The temporary disk space required on this drive, as a number of bytes.
Declaration Syntax
C# Visual Basic Visual C++ F#
public long TempCost { get; }
Public ReadOnly Property TempCost As Long
	Get
public:
property long long TempCost {
	long long get ();
}
member TempCost : int64 with get
Property Value
Remarks

This temporary space requirement is space needed only for the duration of the installation, over the final footprint on disk.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)