INI Files (Setup Architecture)
The
page allows you to edit custom data in Windows INI format plain-text files.Adding New INI File Edits
There are two ways you may add a new edit action on an INI file.
Importing an Existing INI File
To import an existing INI file and replicate all of its contents as part of your setup:
- Click the button.
- Choose .
- Choose the existing INI file to import.
- Click to import the selected INI file.
- To customize any of the imported INI file entries, select it and click the button.
Defining an INI File Edit
You may also manually author INI file edits (including removing existing INI entries):
- Click the button.
- Choose .
- The fields in this dialog. window appears. Populate the
- Click to save your changes.
Updating an Existing INI File Edit
To update an existing INI file edit action:
- Select the entry to update.
- Click the button.
- The fields in this dialog. window appears. Populate the
- Click to save your changes.
Deleting an INI File Edit
To remove an INI file edit action from your installation:
- Select the entry to remove.
- Click the button.
Scripting Details
The two-way integrated IDE emits or updates the underlying setup script every time the visual view is used. If you are using InstallAware scripting in your setups, the following information identifies the changes made by this visual page to your setup script.
Commands Used
This page emits the following types of scripting commands: Edit INI File. Additional general scripting commands may be emitted.
Commands Required
This page requires the following scripting commands to be already present in your setup script: Apply Install.