When you run the server or client installer to install EBFs, you can use the
sequence.conf
file to install multiple EBFs at once. You do not need to run the installer to install each EBF separately.
Use the
sequence.conf
file to define the EBFs to be applied along with the sequence for applying the EBFs. Enter the EBF IDs as a comma-separated list. If you do not provide the sequence, the installer applies the EBFs in the ascending order of the EBF number.
Update the
sequence.conf
file available in the
<CDI-PC_Installer_Location>/properties/
folder.
If you want to follow the default sequencing, set the
INSTALL_IN_ORDER
parameter in the
sequence.conf
file to NA. For example,
INSTALL_IN_ORDER=NA
If you want to customize the order of installing
the EBFs, set the
INSTALL_IN_ORDER
parameter
accordingly. For example, you have four EBFs, EBF1, EBF2, EBF 3, and
EBF4. You want to install EBF2 first and skip EBF3. Then you will
need to set the sequence order as follows:
INSTALL_IN_ORDER=EBF2,EBF1,EBF4
SKIP=EBF3
If you want to skip specific EBFs, add the EBF IDs
to the
SKIP
parameter as a comma-separated list.
For example,
SKIP=EBF1
If you do not want to skip any EBF, set the
SKIP
parameter to NA. The
SKIP
parameter takes precedence over
INSTALL_IN_ORDER
.
Copy the updated
sequence.conf
file to the
<CDI-PC_Installer_Location>/source/EBF/
folder.
Run the CDI-PC installer.
Make sure that all EBFs available in the EBF source folder are listed in the
sequence.conf
file. Applying the EBFs will not succeed if there's a mismatch between the details listed in the
sequence.conf
file and the EBF source folder. That is, the EBF source folder must not contain any extra EBF or must not miss any listed EBF.