I have two install modules maked from a one source (uisample.msi). I named
it as 'fake0.msi' and 'fake1.msi', main feature named 'FAKE0' and 'FAKE1'.
If I install it independely all is worked.
fake1 is nested for fake0.
in fake0 i have a custom action 23 with "fake1.msi" as source and
"ADDLOCAL=All" as target. It say Error 2711 (invalid feature). I try to make
"ADDLOCAL='FAKE1'" -- with the same result... I try many things in
parameters, like "ALL", 'All', "FAKE1", but without results.
I make a another install module without user interface. It's simple, but
don't work as nested to.
This problem is part of more complex problem of nested installation of COM+
components. It's simple don't work, without errors.
PS: Sorry for bad english