User guide

99
TFSCollection
$(TfsUrlWithCollection)
TeamProject
$(TeamProject)
INI File Manager
This tool allows users to alter the content of an INI file and can create a new INI file if specified. It is based on a
custom release management executable. The configuration variables of this tool are:
Parameter
Variable
Mandatory?
Description
-Action
Yes
Indicate the action to be performed:
- ModifySection
- RemoveSection
- CreateKeyValue
- ModifyKeyValue
- RemoveKeyValue
-INIFile
INIFileName
Yes
The INI file name and path (if
required)
-SectionName
SectionName
No
The section name to affect. If not
specified, the root section will be
considered (all keys that are at the
beginning of the file before the first
section is considered in the root).
-NewSectionName
No
The new section name. If not
specified, the root section will be
considered (all keys that are at the
beginning of the file before the first
section is considered in the root).
Required for ModifySection action.
-KeyName
No
The key name to affect. Required for
CreateKeyValue, ModifyKeyValue and
RemoveKeyValue.
-KeyValue
No
The value to affect to the key. When
using the ModifyKeyValue action and
this parameter is not specified and
the NewKeyName is specified, the
system will use the actual value. If not
specified and the NewKeyName is not
specified, the value will be emptied.