Skip to main content

InstallCost Struct

Represents a per-drive disk space cost for an installation.

Properties​

PropertyDescription
CostThe installation cost on this drive, as a number of bytes.
DriveNameThe name of the drive this cost data applies to.
TempCostThe temporary disk space required on this drive, as a number of bytes.

WixToolset.Dtf.WindowsInstaller.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

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.