Click or drag to resize
MsiSettingsSetPercentage Method
Sets specified percentage system variable.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public void SetPercentage(
	string name,
	double value,
	ref double prop = 0
)

Parameters

name
Type: SystemString
System variable name.
value
Type: SystemDouble
System variable value.
prop (Optional)
Type: SystemDouble
Optional property value to set as well.
Remarks