Ez Config.sys File Functions

InstallShield 2022 ยป InstallScript Language Reference

Ez configuration file functions modify the default system configuration file. Unless changed by a call to ConfigSetFileName, that file is the Config.sys file that was executed by the system during the boot sequence.

Ez Configuration File Functions

Function

Description

EzConfigAddDriver

Adds a device driver statement to the default system configuration file.

EzConfigAddString

Adds a statement or line of text to the default system configuration file.

EzConfigGetValue

Retrieves the value of a system configuration file parameter, such as FILES or BUFFERS.

EzConfigSetValue

Sets the value of a system configuration file parameter, such as FILES or BUFFERS.

Note:Each of these functions opens the default system configuration file, performs its assigned task, and then saves the file back to disk. It is not necessary to load and save the configuration file as with the advanced configuration file functions.