Michael Niehaus' Windows and Office deployment ramblings
In my previous post titled Issue with MDT 2010 Update 1 and Windows AIK for Windows 7 SP1 Supplement, I mentioned some challenges if you wanted to use Windows PE 3.1 and still use Windows RE from a Windows 7 SP1 BOOT.WIM file. One possibility proposed for dealing with this is to manually modify the Windows AIK version so that MDT knows a new version has been installed. That sounds easy enough, renaming HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ComponentStudio\6.1.7600.16385 to instead be HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ComponentStudio\6.1.7601.17514.
I did try this out, and encountered two issues to note:
So while the workaround of editing the registry key may work, we can’t really recommend it.
For a longer-term solution, we have modified the Deployment Workbench code in MDT 2012 Beta 1 (see http://blogs.technet.com/b/msdeployment/archive/2011/06/01/microsoft-deployment-toolkit-2012-beta-1-now-available.aspx if you missed that announcement) so that it checks the version of the Windows AIK WINPE.WIM file, rather than checking the Windows AIK version in the registry. As a result, MDT 2012’s behavior is:
For the paragraph "For a longer-term solution, we have modified the Deployment Workbench code in MDT 2010 Beta 1...." shouldn't that say "MDT 2012 Bets 1"?
Yes, that's a typo which I've now fixed.
Hi Michael,
Can you clarify this a little further?
"•Windows PE 3.1 WINPE.WIM present in the Windows AIK folder and Windows 7 SP1 or Server 2008 R2 SP1 source files in the deployment share? MDT will create a boot image from the Windows 7 SP1 BOOT.WIM and it will include Windows RE."
As I read it, it states that I have to locate the winepe.wim from the Windows AIK folder? Isn't that the same? Or should I be finding windows PE 3.1 winpe.wim and dropping that into the windows AIK folder so it uses that instead of the AIK winpe.wim? I'm missing something here...
Currently I am having the issue where my deployment update is only using the AIK Winepe.wim so I'm sure I'm in the right blog as it won't show Windows RE at all but DART is integrated (just not able to use some of the tools without RE)
;)
Thanks.
Hey Michael,
I figured it out. I just needed to update my win pe from 3.0 to 3.1 in AIK to properly work with mdt 2012 and win 7 sp1. Thanks for your blog, if i didn't get the hint to look there I would probably still be chasing the wind. :)