[wpkg-users] Question about profile.xml files

Stefan Pendl stefan.pendl.71 at gmail.com
Tue Aug 2 17:40:13 CEST 2011


>
> 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




More information about the wpkg-users mailing list