Probably an easy question for you guys--I'm trying to configure my WDS server to successfully deploy the following images:
Windows 7 Enterprise x64
Windows 7 Professional x64
My images are factory install.wim and boot.wim files from Windows installation media...which means I haven't made any changes to the install.wim or boot.wim files--they're clean.
My issue is that the WDS console can only accomodate one 64-bit image and one 32-bit image PE unattend file for the Windows PE portion of the unattended installation.
My Windows 7 Enterprise x64 image works 100%. The problem is that, even if I choose the Windows 7 Professional boot image, Windows 7 Enterprise ends up installing. I think the reason for this is because the PEUnattend has instructions in the InstallImage section to install Win 7 Enterprise.
The only way I could work around this is if I disable the Windows 7 Enterprise Boot and Install images in the WDS console.
The question is, given the limitations in the WDS console, how can I successfully deploy both Windows 7 Enterprise and Professional?