InstallCost Struct
Represents a per-drive disk space cost for an installation.
Properties
Property | Description |
---|---|
Cost | The installation cost on this drive, as a number of bytes. |
DriveName | The name of the drive this cost data applies to. |
TempCost | The temporary disk space required on this drive, as a number of bytes. |
WixToolset.Dtf.WindowsInstaller.dll
version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
Cost Property
The installation cost on this drive, as a number of bytes.
Declaration
public System.Int64 Cost { get; set; }
DriveName Property
The name of the drive this cost data applies to.
Declaration
public string DriveName { get; set; }
TempCost Property
The temporary disk space required on this drive, as a number of bytes.
Declaration
public System.Int64 TempCost { get; set; }
Remarks
This temporary space requirement is space needed only for the duration of the installation, over the final footprint on disk.