Click or drag to resize
MsiSettingsSetBoolean Method
Sets specified Boolean system variable.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public void SetBoolean(
	string name,
	bool value,
	ref bool prop = false
)

Parameters

name
Type: SystemString
System variable name.
value
Type: SystemBoolean
System variable value.
prop (Optional)
Type: SystemBoolean
Optional property whose value will be set alongside.
Remarks