Ini File
Ini file entries should be added through this interface rather than just installing a file that has an extension of .ini, unless you are certain that the ini file will not be used by another application. This is so individual entries are not modified or lost.
File Name: Enter the name of the ini file. This should be entered in shortn~1|long name notation.
Directory: Browse to the folder in the package where the ini file should be installed.
Component: (Only on the edit dialog) Change the component that the ini file belongs to by selecting one from the drop down list.
Feature: (Only when adding a new ini file) Select a feature to add the new ini file to.
Action: Select that action that you would like to take when adding the ini file. Normally accept the default, 'Create or Update the Entries'.
| Create or update the entries | Creates or updates a .ini entry. |
| Create if does not exist | Creates a .ini entry only if the entry does not already exist. |
| Create and append | Creates a new entry or appends a new comma-separated value to an existing entry. |
Entries: These are the entries that are to be added to the ini file. They should be in the form:
[Section]
Key=Value