Can MDT 2012 update 1 with the Windows 8 ADK be installed on a Windows 2008 R2 SP1 server? I upgraded from MDT 2010 that was using the Windows 7 SP1 AIK to MDT 2012. I no longer have MDT 2010 or Windows 7 SP1 AIK installed. After this, I'm getting failures in just about everything I try to do. The failures are all error code 1 which from my development experience usually indicates a DLL mismatch or something similar. An example of the error is below which occurs during boot image generation. I am logged in with domain admin privileges so I don't think it can be permissions related. Those are usually error 5. I have installed PowerShell 3.0.
--Thanks
=== Making sure the deployment share has the latest x86 tools ===
=== Processing LiteTouchPE (x86) boot image ===
Building requested boot image profile.
Determining if any changes have been made in the boot image configuration.
No existing boot image profile found for platform x86 so a new image will be created.
Calculating hashes for requested content.
Changes have been made, boot image will be updated.
Windows PE WIM C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment\x86\en-us\winpe.wim will be used.
WIM file mounted.
Starting: "C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\AMD64\DISM\dism.exe" /image:"C:\Users\ADMINI~1\AppData\Local\Temp\2\MDTUpdate.9640\Mount" /set-targetpath:X:\ > "C:\Users\ADMINI~1\AppData\Local\Temp\2\PEManager.9640\PEManager.log" 2>&1
Exit code = 1
Similar error follows for x64 build.