M
_moar_
Hello,
I'm trying add cumulative updates to my Windows Server 2016 ISO in order to use it for a server repair with dism.
The server I'm trying to repair has build 14393.3181 so I'll have to install the cumulative update KB4512495.
I followed a few guides and first installed the required Servicing Stack Update KB4509091 and then the cumulative update:
dism /get-imageinfo /imagefile:d:\iso\sources\install.wim > Index Number 2 = Windows Server 2016 Standard (GUI)
dism /mount-wim /wimfile:"d:\iso\sources\install.wim" /index:2 /mountdir:"D:\Mount"
dism /add-package /image:"D:\mount" /packagepath="D:\Temp\windows10.0-kb4509091-x64_1e1039047044a1f632562cd65df3ce6b77804018.msu" /logpath=d:\temp\log.txt
dism /add-package /image:"D:\mount" /packagepath="D:\Update\windows10.0-kb4512495-x64_7d7de063a7001bf5e925d64e976a32cbcc0c9470.msu" /logpath=d:\temp\log.txt
dism /get-packages /image:d:\mount
Package Identity : Package_for_KB4509091~31bf3856ad364e35~amd64~~14393.3081.1.0
State : Installed
Release Type : Security Update
Install Time : 27.03.2020 09:53
Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.3181.1.8
State : Installed
Release Type : Update
Install Time : 27.03.2020 10:17
dism /unmount-wim /mountdir:"D:\Mount" /commit
After that I saw that the build number of my image has changed but not to the expected version 14393.3181:
dism /get-imageinfo /imagefile:d:\iso\sources\install.wim /index:2
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Details for image : d:\iso\sources\install.wim
Index : 2
Name : Windows Server 2016 Standard (Desktop Experience)
Description : This option is useful when a GUI is required—for example, to provide backward compatibility for an application that cannot be run on a Server Core installation. All server roles and features are supported. For more details see "Windows Server Installation Options."
Size : 20.171.020.244 bytes
WIM Bootable : No
Architecture : x64
Hal : acpiapic
Version : 10.0.14393
ServicePack Build : 2969
ServicePack Level : 0
Edition : ServerStandard
Installation : Server
ProductType : ServerNT
ProductSuite : Terminal Server
System Root : WINDOWS
Directories : 25811
Files : 146833
Created : 03.02.2018 - 01:42:00
Modified : 27.03.2020 - 11:31:43
Languages :
en-US (Default)
The operation completed successfully.
Does anyone know why I'm not getting the desired build number for my image?
Regards,
Philipp
Philipp Mair
Continue reading...
I'm trying add cumulative updates to my Windows Server 2016 ISO in order to use it for a server repair with dism.
The server I'm trying to repair has build 14393.3181 so I'll have to install the cumulative update KB4512495.
I followed a few guides and first installed the required Servicing Stack Update KB4509091 and then the cumulative update:
dism /get-imageinfo /imagefile:d:\iso\sources\install.wim > Index Number 2 = Windows Server 2016 Standard (GUI)
dism /mount-wim /wimfile:"d:\iso\sources\install.wim" /index:2 /mountdir:"D:\Mount"
dism /add-package /image:"D:\mount" /packagepath="D:\Temp\windows10.0-kb4509091-x64_1e1039047044a1f632562cd65df3ce6b77804018.msu" /logpath=d:\temp\log.txt
dism /add-package /image:"D:\mount" /packagepath="D:\Update\windows10.0-kb4512495-x64_7d7de063a7001bf5e925d64e976a32cbcc0c9470.msu" /logpath=d:\temp\log.txt
dism /get-packages /image:d:\mount
Package Identity : Package_for_KB4509091~31bf3856ad364e35~amd64~~14393.3081.1.0
State : Installed
Release Type : Security Update
Install Time : 27.03.2020 09:53
Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.3181.1.8
State : Installed
Release Type : Update
Install Time : 27.03.2020 10:17
dism /unmount-wim /mountdir:"D:\Mount" /commit
After that I saw that the build number of my image has changed but not to the expected version 14393.3181:
dism /get-imageinfo /imagefile:d:\iso\sources\install.wim /index:2
Deployment Image Servicing and Management tool
Version: 10.0.14393.3241
Details for image : d:\iso\sources\install.wim
Index : 2
Name : Windows Server 2016 Standard (Desktop Experience)
Description : This option is useful when a GUI is required—for example, to provide backward compatibility for an application that cannot be run on a Server Core installation. All server roles and features are supported. For more details see "Windows Server Installation Options."
Size : 20.171.020.244 bytes
WIM Bootable : No
Architecture : x64
Hal : acpiapic
Version : 10.0.14393
ServicePack Build : 2969
ServicePack Level : 0
Edition : ServerStandard
Installation : Server
ProductType : ServerNT
ProductSuite : Terminal Server
System Root : WINDOWS
Directories : 25811
Files : 146833
Created : 03.02.2018 - 01:42:00
Modified : 27.03.2020 - 11:31:43
Languages :
en-US (Default)
The operation completed successfully.
Does anyone know why I'm not getting the desired build number for my image?
Regards,
Philipp
Philipp Mair
Continue reading...