Click or drag to resize
MsiSettingsSetInteger Method
Sets specified Int32 system variable.

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

Parameters

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