Click or drag to resize
MsiSettingsSetString Method
Sets specified String system variable.

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

Parameters

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