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 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
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.