InstallCost Struct
Represents a per-drive disk space cost for an installation.
Properties
Section titled “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.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Cost Property
Section titled “Cost Property”The installation cost on this drive, as a number of bytes.
Declaration
Section titled “Declaration”public System.Int64 Cost { get; set; }DriveName Property
Section titled “DriveName Property”The name of the drive this cost data applies to.
Declaration
Section titled “Declaration”public string DriveName { get; set; }TempCost Property
Section titled “TempCost Property”The temporary disk space required on this drive, as a number of bytes.
Declaration
Section titled “Declaration”public System.Int64 TempCost { get; set; }Remarks
Section titled “Remarks”This temporary space requirement is space needed only for the duration of the installation, over the final footprint on disk.