Thanks a lot, however... Code: Microsoft Windows [Version 6.2.9200] (c) 2012 Microsoft Corporation. All rights reserved. C:\Windows\system32>dism /online /cleanup-image /checkhealth Deployment Image Servicing and Management tool Version: 6.2.9200.16384 Image Version: 6.2.9200.16384 No component store corruption detected. The operation completed successfully.
Hi komm, Sorry but I have another issue, nothing related to the first one, not even in the same environment. Basically, I was trying to integrate all the updates in an iso of W8_x64 Pro - So I installed Win8 pro x64 original on VirtualBox. - Extract this same iso on the c: of my virtual drive. - copy KUC with the repo folder on the same drive - created an offline folder, mounted the image in dism, launched kuc with dvd-image - 157 updates to integrate, so I launch the update.cmd with admin - After the 5th update i get a corrupted message Code: Wait for RMDIR to finish If you have to wait for long the folder "c:\wu\Normal\cab" is in use (cancel cmd and start again) =========================================================== Expanding msu files language packages File Not Found update packages =========================================================== Copying cab files =========================================================== Installing 9xxxxx Deployment Image Servicing and Management tool Version: 6.2.9200.16384 Image Version: 6.2.9200.16384 Processing 1 of 1 - Adding package Package_for_KB973817~31bf3856ad364e35~amd64~~ 6.2.1.0 [==========================100.0%==========================] The operation completed successfully. =========================================================== Installing 2xxxxxx Deployment Image Servicing and Management tool Version: 6.2.9200.16384 Image Version: 6.2.9200.16384 Processing 1 of 54 - Adding package Microsoft-Windows-CameraCodec-Package~31bf38 56ad364e35~amd64~~6.2.9200.16464 [==========================100.0%==========================] Processing 2 of 54 - Adding package Package_for_KB2409615~31bf3856ad364e35~amd64 ~~6.2.1.0 [==========================100.0%==========================] Processing 3 of 54 - Adding package Package_for_KB2743978~31bf3856ad364e35~amd64 ~~6.2.1.0 [==========================100.0%==========================] Processing 4 of 54 - Adding package Package_for_KB2767671~31bf3856ad364e35~amd64 ~~6.2.1.0 [==========================100.0%==========================] Processing 5 of 54 - Adding package Package_for_KB2769674~31bf3856ad364e35~amd64 ~~6.2.1.0 [===========================99.5%========================= ] Package_for_KB2769674: The specified image is no longer serviceable and may be c orrupted. Discard the modified image and start again. Error: 0x80070005 Processing 6 of 54 - Package_for_KB2782826: The specified image is no longer serviceable and may be c orrupted. Discard the modified image and start again. Error: 0x800f0830 Error: 5 The specified image is no longer serviceable and may be corrupted. Discard the modified image and start again. 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 =========================================================== Installing Language Pack files File Not Found =========================================================== Installing other files File Not Found =========================================================== Normal updates are installed Press any key to continue . . . I tried to - discard and start again, image corrupted - repair the image with checkhealth (impossible) - download the updates again - use a different windows 8 iso (one which had already some updates integrated with KUC, it crashes after update 19th, don't remember if it's the same sorry) - reinstall win8 in a different virtualbox vdi - I also tried Vmware - Same problem of corruption. Could you please have a look? View attachment DISM.zip Thanks a lot
1. Directly at the beginning you get Code: [704] ImageUnmarshallHandle: Reconstituting wim at C:\win8\sources\install.wim. [704] ImageUnmarshallHandle: Reconstituting wim at C:\win8\sources\install.wim. So there seams to be something un-normal. 2. In all my dism logs I do not have a DPX line. Don't know if this is important. 3. The error I see depends on pending deletes. Did you remove any package? 4. Why do you mange the wim inside of a vm? I just manage the win8 wims under win7 / w2008 R2 with the dism version 7.1.7600.16385 5. Did the vm run out of space? Is the size limited or dynamically expanded? (pointzero got a corrupted vm, he only gave it 16GB) You have a vm, a DVD, an expanded wim and expanded msus. 6. But if you run all in a VM than you could use a snapshot to revert to a good state.
Hi Komm, Thanks for your reply. Well I never had a lot of space of my W8 machine because of many programs and a couple of vm installed. So I always integrated the updates on an image via a vm. Thing is I am not running out of space on the vm around 30-60GB for the whole partition (dynamically allocated). It's always a new original windows 8, nothing installed, just what KUC needs. I used to do it before the exact same way for Win7 Pro x86, x64 and W8 x64 with the same software VMware or VirtualBox, not the same wim though, but I was doing the same operations, installing the windows, copying the windows image, the repo and kuc, that's it. Yesterday, I abdicated, made some space on my laptop with w8 by putting a lot of stuff on an temporary external HDD, run kuc offline again and it worked very well. I then tried to install Vmware on the same laptop and I get the same error. So I don't know if it comes from both VMware or VirtualBox or if maybe something has changed in KUC. Anyway I achieve what I wanted, but it's weird that it used to work before and not anymore. I'll format pretty soon, so I'll let you know if the problem is solved or not. Thanks for your help though.
Thanks again for your useful information. I changed it, I have not forgotten you. But, sorry I made a programming mistake. Will correct that now. Changed, uploaded and not tested.
This tool is absolutely ingenious and a real time-saver! I have only two wishes left: - Is it possible to make one for Vista / Windows Server 2008, too? I do not care that much about vista, but there are still a lot of WS2008 (without R2) installations out there, and I think having a fully integrated setup disc would be really beneficial. - Is it possible to have an option in the GUI that generates the .cmd files for removing / adding the updates directly for offline images (without reboot or pause statements)? I can, of course, modify the .CMD files that were created, but I have lots of images to update, and modifying it every time is a bit tedious. Again, many thanks for this great tool!
Hello Komm, Hope you're doing well. You probably know that there is a problem while integrating updates offline from W8 or W7 to W8.1 because 8.1 requires a more recent DISM. To solve that, I was able to take the DISM files from W8.1, put it a in folder on my W8 host and change your update.cmd files to use this dism instead the one from my W8 host. Updates got integrated to my W8.1 image perfectly from a W8 host. However it would be nice if you could add an option in KUC to change the default directory of DISM used for people who might need it like in my case. I think that would solve the problem I had during integration of updates via a virtual machine. Thanks in advance for your feedback.
You can do that yourself, if you change the path variable. But you must add the path to the new dism before the windows\system32 path. like this Code: set path="c:\path-to-new-dism";%path% or you can change the Enviroment Variable: "Computer", "Properties", "Advanced system settings", "Eviroment Variables...", "System variables", "Path", "Edit...", Press Pos1 and add Code: "c:\path-to-new-dism"; to the beginning of the Variable value. Do not forget to terminate it with a ";" by the way: this is a good time to check you the value of path. I always copy it to notepad, delete what's not needed and then copy it back.
@komm just wanna know when will you update Win7SP1 update checker (not rushing in anyway) , thanks in advance
ditto on 2855844 Komm. It corrupted my system file store and erased all the uninstall data for a number of updates (2521624, 2687799, 2712561, 2770436, 2836942, 2871565, 2875501, 2878378....among others.) Programs and features showed only NINE updates installed, the balance of the ~500 or so updates completely uninstallable and not listed anywhere even though Packages.txt showed them all. My SXS store did not shrink and remained at 8+ G. I had to restore my OS from a backup image I always create (with Terabyte) after a fresh install, or each month after all the updates have been sorted and applied. My advice; avoid this update like the plague.
Latest available download for W7 KUC is 1.6.010.1333 although the change log shows a later version. 1.6.010.1401 ยท Updated Database: 2770436 superseded (Thanks to alex) Just wondering where the new version is. edit: looks like someone fixed it.
Bug for the W8 KUC v0.7.010.171 1. KB2800945-v2 - check and found the update still in main , should move to new server or AD LDS 2. KB2894513 - this update not in repo , do research also not found about that information , so now still is unknow status. 3. KB2802618 - if use offline integrated update this update should be the last one integrated in offline mode , suggestion move to Not Integratable to Offline Image. Remark : KB2878211 has found in Point Zero repo , but i still can't found in any version for KUC W8 update checker , so may i ask this is new or superseded ? Note : All update testing use offline mode.