I'm preparing a "Windows 8.1 Update" OS deployment in SCCM and have encountered an issue.
Here's what I did:
- Downloaded SW_DVD9_SA_Win_Ent_8.1_64BIT_English_-2_MLF_X19-49847.ISO from the Volume Licensing site
- Extracted install.wim from the ISO
- Mounted the WIM with DISM to add the KB2959977 package (as directed here, using these instructions)
- Deployed the image with SCCM
After imaging a VM and booting it, I went into Windows Update and was prompted to install "Windows 8.1 Update for x64-based Systems (KB2919355)". It is my understanding the media I used should have the Windows 8.1 Update integrated into it. Can anyone explain why Windows Update is offering this update to be installed?
Edit: Here's the output of "dism /image:mount /Get-Packages" ran against the WIM which confirms the KB2919355 package is applied to the WIM:
Deployment Image Servicing and Management tool Version: 6.3.9600.16384 Image Version: 6.3.9600.17031 Packages listing: Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 State : Installed Release Type : Language Pack Install Time : 18/03/2014 9:30 AM Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~6.3.9600.16384 State : Installed Release Type : Foundation Install Time : 22/08/2013 2:46 PM Package Identity : Microsoft-Windows-Security-SPP-Component-SKU-Enterprise-GVLK-Package~31bf3856ad364e35~amd64~~6.3.9600.16384 State : Installed Release Type : Feature Pack Install Time : 18/03/2014 9:51 AM Package Identity : Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14 State : Installed Release Type : Update Install Time : 18/03/2014 10:20 AM Package Identity : Package_for_KB2919442~31bf3856ad364e35~amd64~~6.3.1.8 State : Installed Release Type : Update Install Time : 18/03/2014 9:55 AM Package Identity : Package_for_KB2932046~31bf3856ad364e35~amd64~~6.3.1.5 State : Installed Release Type : Feature Pack Install Time : 18/03/2014 10:20 AM Package Identity : Package_for_KB2937220~31bf3856ad364e35~amd64~~6.3.1.0 State : Installed Release Type : Update Install Time : 18/03/2014 10:20 AM Package Identity : Package_for_KB2937592~31bf3856ad364e35~amd64~~6.3.1.0 State : Installed Release Type : Feature Pack Install Time : 18/03/2014 10:20 AM Package Identity : Package_for_KB2938439~31bf3856ad364e35~amd64~~6.3.1.0 State : Installed Release Type : Feature Pack Install Time : 18/03/2014 10:20 AM Package Identity : Package_for_KB2938772~31bf3856ad364e35~amd64~~6.3.1.0 State : Installed Release Type : Update Install Time : 18/03/2014 10:20 AM Package Identity : Package_for_KB2939471~31bf3856ad364e35~amd64~~6.3.1.0 State : Installed Release Type : Update Install Time : 18/03/2014 10:20 AM Package Identity : Package_for_KB2949621~31bf3856ad364e35~amd64~~6.3.2.0 State : Installed Release Type : Hotfix Install Time : 18/03/2014 10:20 AM Package Identity : Package_for_KB2959977~31bf3856ad364e35~amd64~~6.3.1.1 State : Installed Release Type : Update Install Time : 16/04/2014 11:19 PM The operation completed successfully.