exuberant software

Home | 98 SE Service Pack | INFEx | Links


INFEx 0.2 (Freeware)

INFEx is a very basic setup utility which adds "optional components" support to Windows's INF installation files. It is small, simple and supports localization. This utility is also used by 98 SE Service Pack.

To configure INFEx, you should modify INFEx.ini file. You should write your own messages after the equals sign ("="). You must not change labels which are marked as italic on the below message.

INFEx will call different INF files for each option. Thus, you have to prepare different INF file for each component. For preparing INF files, you can use INF-Tool Lite.

Example INFEx.ini:

[InfEx]
WindowTitle=Title of your pack
MainMessage=Write your description of your pack
OKButton=OK
CancelButton=Cancel
CompleteMessage=Write your "Installation is complete" message

[Options]
Option0=Your option 0
Option1=Your option 1
Option2=Your option 2

[Files]
File0=option1.inf
File1=option2.inf
File2=option3.inf

[CheckboxStates]
State0=1
State1=0
State2=1

Download - 0.2:

INFEx 0.2




(c) Alper Coskun, [email protected].