Creating .ini File References
Project:This information applies to the following project types:
This information does not apply to InstallScript projects; however, the InstallScript language includes .ini file functions for modifying .ini file data. You can use these functions in InstallScript projects.
The first step in creating an .ini file change is to create a reference to the file that you would like to edit. In order to do this, you need to know the name and location of the file on the target system that you would like to edit. If the file is not in the location that you specify, the installation cannot make changes to this file.
To create a reference to an .ini file:
|
1.
|
In the View List under System Configuration, click INI File Changes. |
|
2.
|
Right-click the INI Files explorer and then click Add INI File. |
InstallShield adds a new reference for the .ini file to the INI Files explorer. Configure the .ini file’s settings in the right pane. For details about each setting, see .ini File Settings.
After you have created a reference to an .ini file, you can move on to the next step, which is to add a section to your .ini file.