Sorry if I missed this info in earlier posts but I'm using the latest KUC to integrate a Win7 Enterprise x64 image and wondering what the proper order is to add IE11 and RDP8 + 8.1... I actually just did a test image but it took me about 6 passes because I was being conservative and was't sure of the correct order. EDIT: After running a bunch of test integration's I am really liking the following process because it lets me create a baseline integration and then decide on which IE version I want to use and that is a BIG plus for managing my different clients because some use IE9/IE10/IE11 PASS 1 Select all the updates and options I want including RDP but NO IE. Run Remove_Old and Update offline PASS 2 Run a second pass to find any missing items and cleanup anything else This creates a baseline image PASS 3 Select my IE version and then run Remove_Old and Update offline PASS 1 takes me 1 hr PASS 2 takes about 5 minutes PASS 3 takes about 5 minutes (I have all the files so I just copy them to the repo folders) and Update offline I will be testing my images in virtual box a little later and hopefully this will work as expected. I LOVE this tool
Remove Old Error I have now processed 2 integration's on my Win7 Enterprise x64 image and each time the 1st step creates a Remove_OLD.cmd Code: @echo off set dest=/image:"R:\KUC_Mount" Echo Number of packages to remove : 2 Echo ===================================================================== Echo Removing package 1 to 2 of 2 packages %time% dism %dest% /norestart /remove-package /packagename:Package_for_KB2736782~31bf3856ad364e35~amd64~~6.1.3.0 /packagename:Package_for_KB2534111~31bf3856ad364e35~amd64~~6.1.1.0 /LogPath:"%~dp0DISM.log" /loglevel:2 Echo. echo Press any key to exit pause >nul but each time I run it I get the following eror: Code: Number of packages to remove : 2 ===================================================================== Removing package 1 to 2 of 2 packages 9:09:09.25 Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Image Version: 6.1.7600.16385 An error occurred trying to open - Package_for_KB2736782~31bf3856ad364e35~amd64~ ~6.1.3.0 Error: 0x800f0805 The specified package is not valid Windows package. Processing 1 of 1 - Removing package Package_for_KB2534111~31bf3856ad364e35~amd6 4~~6.1.1.0 [==========================100.0%==========================] Error: 0x800f0805 The specified package is not valid Windows package. The DISM log file can be found at C:\wu\DISM.log Press any key to exit DISM log: Code: 2014-03-03 09:09:11, Warning DISM DISM Provider Store: PID=3828 Failed to Load the provider: C:\Users\ADMINI~1\AppData\Local\Temp\0602B02A-7729-412E-A4BC-AC91EDC49933\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e) 2014-03-03 09:09:11, Error DISM DISM Package Manager: PID=3828 Failed opening package Package_for_KB2736782~31bf3856ad364e35~amd64~~6.1.3.0. - CDISMPackageManager::Internal_CreatePackageByName(hr:0x800f0805) 2014-03-03 09:09:11, Error DISM DISM Package Manager: PID=3828 Failed to get the underlying cbs package. - CDISMPackageManager::OpenPackageByName(hr:0x800f0805) 2014-03-03 09:09:11, Error DISM DISM Package Manager: PID=3828 The specified package is not valid Windows package. - GetCbsErrorMsg 2014-03-03 09:09:11, Error DISM DISM Package Manager: PID=3828 Failed opening package with the name "Package_for_KB2736782~31bf3856ad364e35~amd64~~6.1.3.0" - CPackageManagerCLIHandler::Private_GetPackageNameFromCommandLine(hr:0x800f0805) 2014-03-03 09:09:14, Error DISM DISM Package Manager: PID=3828 Failed while processing command remove-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0805)
KB2667402-v2-x64.msu missing in Normal In my latest test integration I selected numerous items in Options 1 along with other features in Options 2 in ... I downloaded all the files and integrated but received the following missing files entry when I ran the copy files: Code: Copying files 101 to 110 (of 541) File Not Found Copying files 171 to 180 (of 541) File Not Found ========================= check if all files exist: Windows6.1-KB2584449-x64.msu missing in Normal Windows6.1-KB2667402-v2-x64.msu missing in Normal ==================================================== Missing Files: Normal:2 LDR:0 I ran a 2nd pass to check for additional updates and add Server Ess and once again when I ran the copy command I got: Code: Number of Packages to ADD : 8 Copying files 1 to 8 (of 8) File Not Found ========================= check if all files exist: Windows6.1-KB2667402-v2-x64.msu missing in Normal ==================================================== Missing Files: Normal:1 LDR:0 Press any key to continue . . .
RDP 8 Windows6.1-KB2908518-x64.msu Failed Download When trying to download this file KUC gives the failed download window. EDIT: I downloaded it manually and installed in but after running the KUC again it gives the following: Windows6.1-KB2908518-x64.msu2830477This update is superseded. You can REMOVE it! All of the superseding updates are installed. This is a package for Remote Desktop Protokol 8.0 I also noticed this so I'm not sure why KUC downloads and installs KB2862019 then says to remove it... BF_2862019Windows6.1-KB2862019-x64.msu2923545This update is superseded. You can REMOVE it! All of the superseding updates are installed. This is a package for Remote Desktop Protokol 8.0.
@komm 2908518 is not superseded by 2830477 although the manifest file name is same in both, but the actual component assembly is different Code: 2908518: microsoft-windows-RemoteFX-UMTS-files-regkeys-component 2830477: microsoft-windows-RemoteFX-remoteclient-files-regkeys-component 2592687 has both manifests. 2862019 is superseded by 2923545 KUC downloads KB2862019 (and include it in install) because 2923545 is not yet installed (which is installed in the same process with 2862019 i presume ) it's like the behavior that was with IE8 updates, KUC used to download them even if you choose IE9 or later
Hello there, thanks for your tool first. May anyone tell me how to I point out and remove "old beta updates"? I didn't even know I had beta updates installed.
@compstuff @abbodi1406 Think I made some mistakes in the last KUC for W7 version. Did not see that, so the mistakes will also be in the new version. Will look at them tomorrow. Good night.
Anybody else on x86 win7 have problems installing the IE11 cumulative security update? Hash of a file does not match so install fails
Since Komm reported that their were known issues with the latest release I didn't fully try it but I did a quick run and noticed a strange download issue with the new DCA2... KUC keeps downloading it but then always says it's missing
Got no problem with that. 7-zip CRC: 42F024B0 MD5: 0C506D137EB5931542F158B6F5078250 FileSize: 18415920
@compstuff removing 2736782 try adding it once more before removing. What status has the pack 2736782 => look in the output file
Trying to use latest Win7 version: Code: ====================================================================== Copying cab files ====================================================================== Extracting cab files Extracting Windows6.1-KB2912390-x64.cab Extracting Windows6.1-KB2922514-v2-x64.cab Extracting Windows6.1-KB2929755-x64.cab ====================================================================== Installing 9-LDR updates File Not Found File Not Found ====================================================================== Installing 2-LDR updates Installing updates: 1 .. 3 of 3 Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Image Version: 6.1.7600.16385 Processing 1 of 3 - Adding package Package_for_KB2912390_BF~31bf3856ad364e35~amd 64~~6.1.1.2 Processing 2 of 3 - Adding package Package_for_KB2922514_BF~31bf3856ad364e35~amd 64~~6.1.2.0 Processing 3 of 3 - Adding package Package_for_KB2929755_BF~31bf3856ad364e35~amd 64~~6.1.1.1 Error: 0x800f081e The specified package is not applicable to this image. The specified package is not applicable to this image. The specified package is not applicable to this image. The command completed with errors. For more information, refer to the log file. The DISM log file can be found at C:\wu\DISM.log 2-LDR cleanup ====================================================================== Installing other LDR updates ====================================================================== ########################################################### LDR updates are installed Press any key to continue . . . Code: 2014-03-18 20:14:41, Error DISM DISM Package Manager: PID=2408 The package Package_for_KB2912390_BF is not applicable to the image. - CPackageManagerCLIHandler::Private_ProcessPackageChange 2014-03-18 20:14:42, Error DISM DISM Package Manager: PID=2408 The package Package_for_KB2922514_BF is not applicable to the image. - CPackageManagerCLIHandler::Private_ProcessPackageChange 2014-03-18 20:14:43, Error DISM DISM Package Manager: PID=2408 The package Package_for_KB2929755_BF is not applicable to the image. - CPackageManagerCLIHandler::Private_ProcessPackageChange 2014-03-18 20:14:44, Error DISM DISM Package Manager: PID=2408 Failed while processing command add-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f081e) "KB2912390 is, in fact, "not applicable to your computer" since neither IE10 nor IE11 is installed and (one assumes) since Prerequisite update KB2670838 is not installed. " I'm using Win7 Home Premium SP1 with IE8. Thanks for your great tool.