BLD:W0010

INI value has no section

The indicated INI value has no section specified. This will cause the entire section to be removed, even if you select an installation action.

Background

INI values are installed with the WritePrivateProfileString Win32 API, which has the side effect of removing an entire INI file section if called with an empty section name.

Solution

If the INI value must be installed or removed, make sure that you specify a non-empty section name for it. If the section name is localized, it must have non-empty translations for each target language.

See also

INI values
Working with localizable attributes