Update Windows style
INI file. This step can handle sections of properties.
Table 1. Input properties for the Update INI File stepName |
Type |
Description |
Required |
File Name |
String |
The name of the file to update. |
Yes |
Update properties |
String |
A new line separated list of section\name=value
pairs of properties to update. If you want
to update properties in sub-sections prepend the full path of parent
sections to the property name with a \ separator.
Ex: section1\section2\propertyName=value will update the propertyName
property in the section2 sub-section of section 1. |
No |
Remove properties |
String |
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. Ex: section1\section2\propertyName
will remove the propertyName property in the section2 sub-section
of section1. |
No |