GetTotalCost Method

Microsoft Deployment Tools

Deployment Tools Foundation GetTotalCost Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSessionGetTotalCost()()()
Gets the total disk space per drive required for the installation.
Declaration Syntax
C# Visual Basic Visual C++
public IList<InstallCost> GetTotalCost()
Public Function GetTotalCost As IList(Of InstallCost)
public:
IList<InstallCost>^ GetTotalCost()
Return Value
A list of InstallCost structures, specifying the cost for each drive
Remarks

Win32 MSI API: MsiEnumComponentCosts

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)