I am very new to WDS and have a question for anyone experienced in it's use. This may not be achievable but from what I have read, there are indications that it can be, but I can't find any specific examples.
Problem: My employer has multiple answer files (Windows Server 2012, Windows Server 2008) and rather than have different answer files, it would be good to extract common configuration details into one answer file and have another inherit from it. I have read the concept of "passes" in what you can hook into the installation lifecycle, but the lifecycle itself cannot seem to be isolated into a separate XML file in which other answer files make use of it.
Goal: my goal is to have a PXE setup in which I select a "generic" image in the network installer settings and further down the line I select a specific installation (either Windows Server 2008 or Windows Server 2012).
Question: is the above achievable and if so can anyone point me at an example?
Given the lack of examples I can find, I suspect this isn't a desired approach to achieve what I want and the preferred approach is to have a one to one relationship between an image and an answer file.