>
> Is it possible to have a profile depend on multiple other profiles?
> When I have attempted this only the first profile is being used.
>
Yes, this is possible and I use it.
How does your profile look like?
I use something along the following:
<profile id="VirtuelleRechner">
<depends profile-id="DesktopPC"/>
<depends profile-id="OfficePC"/>
<depends profile-id="TestPC"/>
<depends profile-id="WorkPC"/>
</profile>
---
Stefan
|