MSI Factory 2.3

MSI.GetFeatureCost

MSI.GetFeatureCost

This is the first topic This is the last topic  

MSI.GetFeatureCost

This is the first topic This is the last topic  

OverviewExamples

number MSI.GetFeatureCost (

number hInstall,

string Feature,

number CostTree,

number InstallState )

Example 1

nFeatureCost = MSI.GetFeatureCost(_hInstall, "Test_Feature", MSICOSTTREE_PARENTS, INSTALLSTATE_LOCAL);

 

Dialog.Message("Feature Cost", "The disk space required for Test_Feature is: "..nFeatureCost);

Gets the disk space required for the feature named "Test_Feature," and shows the result in a dialog message.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us