You might need to define it as "User Defined encoder" to prevent the options it offers as "LAME MP3" from interfering with the alt-preset settings.
Here's an earlier idea of mine:
For EAC, I just went through some options, these may not be right, BUT
After setting up LAME.EXE (version 3.91), switch to "user defined" and
in the parameters box, enter:
%h --alt-preset CBR %h %l -b %l %r %s %d
That should give max quality "alt preset" encoding for high, and
standard encoding for low - if you prefer CBR modes, or your other
software (ECDC) won't handle VBR.
If you prefer ABR, then omit CBR above (for high) and I can't be
bothered looking up the info for standard ABR, since it's only real
use is where VBR would be acceptable, but you MUST know/set the
bitrate in advance, as a VBR of the same size is probably superior,
and a CBR is definitely more compatible.
For VBR, either use their default ( --r3mix ) setup, or try
--alt-preset %h extreme %h %l standard %l %s %d
NB. this ignores bitrate altogether!
The ID3 tagging can also be preserved, but I won't bother with that
until I've tested the first bit - this is just a crossmatch of the
available LAME and EAC options.
The alt-preset CBR mode could also be applied to CDEX, following the
help on "external encoder".