How to locate a faulty Update

Discussion in 'Windows 8' started by ceo54, Nov 28, 2019.

  1. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    Hi,

    I'm servicing an IR5 Store ESD with MSMG Toolkit and and some update is not allowing me to remove certain packages like Camera, Microsoft Store, Some VPN plugins etc.

    I've mounted the image and tried to remove those packages myself and got the exact same error I get with MSMG toolkit "The volume for this package has been altered outside so the opened file is not valid anymore"

    I went into Audit and removed the concerned packages online. So far so good but then I couldn't Sysprep the machine. Operation ends with "Sysprep encountered a fatal error"

    I'm 100% positive some update is causing this but how can I locate and get rid of it ?

    Any help will be greatly appreciated;

    Thanks.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    What happens when you first remove the apps, and next update the image?
     
  3. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    I first add the updates then remove the stuff. I've serviced this IR5 ESD before without any such errors. To make sure an update is casing this, I tried the same procedure on 8.1 Professional and I got the exact same result.

    But I think your method should work provided that component store is still intact. I'm not sure if the packages are removed only from Servicing directory or from component store too.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    Edit: Even if I first remove the stuff, I'll still not be able to sysprep the machine. I need to diagnose and locate the cause of this issue.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. AeonX

    AeonX MDL Addicted

    May 24, 2013
    793
    719
    30
    Do you do any more tweaks? I have problems with sysprep if I remove the Store service or its scheduled tasks. You can try not to remove Store but here I remove it and have no problems.

    Integrating updates into 8.1 causes pending operations. I always prefer to install in Audit mode and then sysprep and capture and only then remove components. In my last test I removed all Metro Apps and Store before integrating updates and have no problems with sysprep.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    #6 Enthousiast, Nov 29, 2019
    Last edited: Nov 29, 2019
    To prevent pending flags, you can use the /prevent-pending option:
    Code:
    Dism /Image:C:\test\offline /Add-Package /PackagePath:C:\test\packages\package.cab /PreventPending
    My personal way to create an updated 8.1 wim:

    Code:
    - Download all "8.1 with update" updates by WHD
    - Use W8UI to integrate all of them offline
    - Install the image in audit mode in VMWare
    - Use WUMT to satisfy WU (8.1 WU doesn't run in audit mode)
    - Sysprep/generalize/oobe/shutdown
    - Start VMWare with admin rights
    - Map the VMWare VM disk (59GB partition)
    - Use (g)imagex with the exclusion list by @abbodi1406 to capture the VM to WIM
    - Put the WIM in the ISO, generated by W8UI
    - Install normally
     
  7. AeonX

    AeonX MDL Addicted

    May 24, 2013
    793
    719
    30
    I do something similar.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    hmm to my view I find it very complicated, but every user has its way of doing things ;):D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    No more tweaks. And yes I remove Store but I keep it's service and other components needed for immersive control panel. Never had problems myself before I lost my stack of WHD updates. They were 92 in total. I downloaded them again and this time they are around 108 and one of those excess update is what causing this.

    Thank you for the input @AeonX. I'll do some more tests and tell you how it goes.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    I'm happy to integrate the updates in audit mode with /offline switch and cleanup the component store in one stroke. But no matter which way I go, as soon as I integrate the updates Sysprep fails and if I integrate it before removing the packages, lot's of packages become stubborn and won't get uninstall. :(

    Apparently, the only option here to move forward is to locate the faulty update and get rid of it. Thank you for the help @Enthousiast highly appreciated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    /offline switch on an online scenario?

    When updates are integrated offline, some will set the pending flag, when the wim next is installed, all pending flags will disappear and the state will become "installed".

    You say "the faulty update" it's probably more like "the faulty modification/chopping"?

    Can you post a specified list of what you do and if it contains a packagelist, post that too.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    Not really complicated and the only way to get an uptodate image with no pending flags set and in audit mode you can install software too, so it's pre-installed when the image is used for installation on other systems.
     
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    yep I know bro of course maybe I'm lazy sometimes lol :D:p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    No, that was a typo. This is the command I use

    Code:
    DISM /Online /Add-Package /PackagePath:"c:\path\here.cab"
    That's what you told me years ago, that's what I've been doing ever since. Audit mode is the preferred mode to integrate the updates.

    Absolutely not 100% sure. This happens before doing any modifications at the level of uninstalling packages. Besides, I'm not the only one who is facing these errors.
    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-672#post-1562456

    Also, Been chopping OS'es for so long now, I can tell where the problem lies. On this occasion, it's an update that's doing this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    Thank you for the extended support @Enthousiast, it will take me some time to prepare the entire method I go through. I'll post it in a bit.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. AeonX

    AeonX MDL Addicted

    May 24, 2013
    793
    719
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    @AeonX good job bro, congrats although many speak ill of the W8.1 it is an good system depending on what the M$FT will do in the next editions of Windows may be able to stay until 2023 IMO...:good3:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    Thank you for the help @AeonX, @MSMG is currently working on a fix, I'm waiting for an updated version of his toolkit. In any case, I'll sure to remember to not to integrate the updates you you left out and merge the Registry you linked.

    Thanks again. Highly appreciated bud :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    Mount the image with MSMG toolkit
    Integrate updates
    Remove Metro Apps
    Remove Windows Components (VPN Plugins, Homegroup, Onedrive etc)
    Remove packages
    cleanup and save

    Go to Audit Mode
    Remove some more features like Mobile Location, Tablet PC etc.
    Cleanup Component store
    Do some tweaking
    Sysprep
    Capture

    Use

    List of Packages Removed
    Code:
    Microsoft-Hyper-V-ClientEdition-Package
    Microsoft-Hyper-V-Common-Drivers-Package
    Microsoft-Hyper-V-Guest-Integration-Drivers-Package
    Microsoft-Hyper-V-Management-Clients-Package
    Microsoft-Hyper-V-Management-PowerShell-Package
    Microsoft-Hyper-V-Server-Drivers-Package
    Microsoft-Virtualization-Client-Interop-Package
    Microsoft-Windows-Anytime-Upgrade-Package
    Microsoft-Windows-Anytime-Upgrade-Results-Package
    Microsoft-Windows-BusinessScanning-Feature-Package-admin
    Microsoft-Windows-BusinessScanning-Feature-Package
    Microsoft-Windows-Camera-Package
    Microsoft-Windows-MediaPlayer-Package
    Microsoft-Windows-COM-MSMQ-package
    Microsoft-Windows-DirectoryServices-ADAM-Client-Package
    Microsoft-Windows-Embedded-EmbeddedLockdown-Package
    Microsoft-Windows-EnterpriseClientSync-Host-Package
    Microsoft-Windows-FCI-Client-Package
    Microsoft-Windows-HandwritingRecognizer-Package
    Microsoft-Windows-Help-ClientUA-Core-Package
    Microsoft-Windows-Help-ClientUA-CoreSingleLanguage-Package
    Microsoft-Windows-Help-ClientUA-Professional-Package
    Microsoft-Windows-Help-ClientUA-ProfessionalWMC-Package
    Microsoft-Windows-Identity-Foundation-Package
    Microsoft-Windows-IIS-WebServer-AddOn-2-Package
    Microsoft-Windows-IIS-WebServer-AddOn-Package
    Microsoft-Windows-IIS-WebServer-Package
    Microsoft-Windows-Killbits-Package
    Microsoft-Windows-LanguageEnablingComponents-Package
    Microsoft-Windows-Legacy-Components-OC-Package
    Microsoft-Windows-MCUpdate-Package
    Microsoft-Windows-SNMP-Package
    Microsoft-Windows-WMI-SNMP-Provider-Package
    Microsoft-Windows-MCUpdate-UpdateDLLs-IntelAMD-Package
    Microsoft-Windows-MediaCenter-Package
    Microsoft-Windows-Media-Streaming-Package
    Microsoft-Windows-Miracast-Driver-Package
    Microsoft-Windows-MSMQ-Client-Home-Premium-Package
    Microsoft-Windows-MSMQ-Client-Package
    Microsoft-Windows-NCB-mergedcomponents-Package
    Microsoft-Windows-NCB-Package
    Microsoft-Windows-OfflineFiles-Package
    Microsoft-Windows-OfflineFiles-UI-Package
    Microsoft-Windows-PeerToPeer-Full-Package
    Microsoft-Windows-PointOfService-Package
    Microsoft-Windows-Printer-Drivers-Package
    Microsoft-Windows-Printing-Foundation-Package
    Microsoft-Windows-Printing-LocalPrinting-Home-Package
    Microsoft-Windows-Printing-PremiumTools-Package
    Microsoft-Windows-Printing-XPSServices-Package
    Microsoft-Windows-RDC-Package
    Microsoft-Windows-RemoteDesktop-UserModeRDProtocol-Package
    Microsoft-Windows-RemoteFX-RemoteClient-Setup-Package
    Microsoft-Windows-RotMgr-Package
    Microsoft-Windows-SecureStartup-Basic-Package
    Microsoft-Windows-SecureStartup-Package
    Microsoft-Windows-Shell-SoundThemes-Package
    Microsoft-Windows-SMB1-Package
    Microsoft-Windows-SnippingTool-Package
    Microsoft-Windows-StickyNotes-Package
    Microsoft-Windows-SpeechRecognizer-Package
    Microsoft-Windows-Store-Client-Package
    Microsoft-Windows-TabletPC-Package
    Microsoft-Windows-Telnet-Client-Package
    Microsoft-Windows-Telnet-Server-Package
    Microsoft-Windows-TerminalServices-CommandLineTools-Package
    Microsoft-Windows-TerminalServices-MiscRedirection-Package
    Microsoft-Windows-TerminalServices-WMIProvider-Package
    Microsoft-Windows-TFTP-Client-Package
    Microsoft-Windows-VirtualPC-Licensing-Package
    Microsoft-Windows-VirtualPC-USB-RPM-Package
    Microsoft-Windows-VirtualXP-Licensing-Package
    Microsoft-Windows-WebcamExperience-Package
    Microsoft-Windows-WindowsMediaPlayer-Troubleshooters-Package
    Microsoft-Windows-WinOcr-Package
    Microsoft-Windows-WinSATMediaFiles-Package
    Microsoft-Windows-WMPNetworkSharingService-Package
    Microsoft-Windows-WorkplaceJoin-Package
    Microsoft-Windows-Xps-Foundation-Client-Package
    Windows-Defender-AM-Default-Definitions-Package
    Windows-Defender-Client-Package
    Windows-Defender-Group-Policy-Package
    Please do ask if you need anything else and thanks again for the help.:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...