Update INI File Step

This step updates Windows-style INI file. This step can handle sections of properties.

Required properties:

Property Name Description
File Name The name of the file to update

Optional properties:

Property Name Description
Update Properties

Specify a new-line-separated list of section\name=value pairs of properties to update. To update properties in sub-sections, prepend the full path of parent sections to the property name with a \ separator.

Example:

section1\section2\propertyName=value updates the propertyName property in the section2 sub-section of section1.

Remove Properties

Specify a new-line-separated list of properties to remove. If you want to remove properties in sections, prepend the full path of parent sections to the property name with a \ separator.

Example:

section1\section2\propertyName removes the propertyName property in the section2 sub-section of section1.