KUC a utility to check you Windows 7; 2008 R2; WMS; or Win embedded update status

Discussion in 'MDL Projects and Applications' started by komm, Dec 2, 2011.

  1. adric

    adric MDL Expert

    Jul 30, 2009
    1,398
    1,519
    60
    File sent to your support e-mail. Let me know if you need anything else.
     
  2. adric

    adric MDL Expert

    Jul 30, 2009
    1,398
    1,519
    60
    I don't have RDP installed.
     
  3. pegasus80

    pegasus80 MDL Senior Member

    Nov 23, 2009
    259
    538
    10
    I'm running win7-x64 w/ no RDP installed.
     
  4. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,066
    30
    #784 komm, Mar 24, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    OK.
    You did not use the GetPackages.cmd file that KUC creates for W8.1.
    This cmd is different to the GetPackages.cmd for W7.
    To identify the correct version in W8.1 the 1. line of the packages.txt must contain the version.
    If this line is missing KUC assumes a normal W8.1 installation.
    Here the correct code for W8.1:
    Code:
    @echo off
    echo Calling Dism to get file : C:\WU\packages.txt
    echo please wait
    dism /online /Get-CurrentEdition         /English /LogLevel:2 /LogPath:"%~dp0DISM.log" | find /i "Current Edition : " >"C:\WU\packages.txt"
    dism /online /Get-Packages /Format:Table /English /LogLevel:2 /LogPath:"%~dp0DISM.log"                                 >>"C:\WU\packages.txt"
    
    And her the one for W7:
    Code:
    @echo off
    echo Calling Dism to get file : c:\wu\packages.txt
    echo please wait
    dism /online /get-packages /format:table /English /loglevel:4 /LogPath:"%~dp0DISM.log"  >"c:\wu\packages.txt"
    
     
  5. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,066
    30
    #785 komm, Mar 24, 2015
    Last edited: Mar 24, 2015
    (OP)
    Ok 3035017 will be added to SatisfyWU if RDP8.1 and RDP8.0 are not installed.

    Latest KUC(yesterday) for W7 has an or here but the and seems to be enough.
     
  6. adric

    adric MDL Expert

    Jul 30, 2009
    1,398
    1,519
    60
    Thanks komm. The only reason why I do not let KUC create the packages.txt is because I use different names on different passes and KUC does not allow me to change the target name and path. If this were editable, that would be great.
     
  7. pegasus80

    pegasus80 MDL Senior Member

    Nov 23, 2009
    259
    538
    10
    Thanks komm for the latest W7 KUC!
     
  8. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,952
    614
    60
    Yes thanks so much
     
  9. nobbie

    nobbie MDL Novice

    Sep 14, 2010
    28
    7
    0
    #790 nobbie, Apr 17, 2015
    Last edited: Apr 19, 2015
    thanks for the new KUC for Win7 :clap:


    thanks also for the new KUC for win 8.1
     
  10. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    763
    558
    30
    It's here again! Thanks komm!
     
  11. shark777

    shark777 MDL Novice

    Oct 23, 2009
    8
    1
    0
    #792 shark777, Apr 20, 2015
    Last edited by a moderator: Apr 20, 2017
    Trying to use latest Win7 version:

    Code:
    Installing 2-LDR updates
             Installing updates: 1 .. 1  of  1
    
    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385
    
    Image Version: 6.1.7601.22706
    
    Processing 1 of 1 - Adding package Package_for_KB2386667_BF~31bf3856ad364e35~amd64~~6.1.1.4
    
    Error: 0x800f081e
    
    The specified package is not applicable to this image.
    
    Code:
    I think KB2990184 is not compatible with my Win7 version. After reboot:
    
    "Failure configuring Windows updates. Reverting changes. Do not turn off your computer"
    I'm using Win7 x64 Home Premium. Thank you.
     
  12. quetzalin

    quetzalin MDL Junior Member

    May 25, 2011
    84
    11
    0
    #793 quetzalin, Apr 20, 2015
    Last edited by a moderator: Apr 20, 2017
    I'm coming to report exactly the same issue.
     
  13. adric

    adric MDL Expert

    Jul 30, 2009
    1,398
    1,519
    60
    #794 adric, Apr 22, 2015
    Last edited: Apr 22, 2015
    When I use the latest KUC (8.1) for online servicing, it offers KB2990967 and KB3021128. When I run it to update my offline wim, these two KBs are not offered for addition. Should these not be integrated offline?

    Can someone clarify?
     
  14. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,415
    3,777
    60
    adric:
    Both komm and Abbodi1406 have those two updates in the "not integratable" category in their lists.


    Abbodi has the following info in a text file with 2990967:

    "Do not integrate this update (online or offline) using dism.exe /Add-Package

    you must install this update online only using the .msu file directly
    either by double click it, or using command line, example:
    Windows8.1-KB2990967-x86.msu /quiet
    Windows8.1-KB2990967-x64.msu /quiet"


    Abbodi has this info for 3021128:

    "- This update is applicable only for systems that have OEM Office preloaded.

    - Do not integrate this update (online or offline) using dism.exe /Add-Package
    you must install this update online only using the .msu file directly."
     
  15. quetzalin

    quetzalin MDL Junior Member

    May 25, 2011
    84
    11
    0
    I just found another bug on the last KUC for Win7 on a offline image:

    2970228"6.1.1.2""""Update""BF_2970228"" ""Windows6.1-KB2970228-x64.msu"" """" ""ADDLATER""You must install 2993651 first! """

    KUC creates the Remove_OLD.bat in order to remove the update 2993651 before the 2970228 is actually integrated.

    Also about my previous post, the problem with the update KB2386667 not being applicable is fixed if you check the new option about "Windows X Updates", guess there is one update mandatory before you can integrate KB2386667.
     
  16. adric

    adric MDL Expert

    Jul 30, 2009
    1,398
    1,519
    60
    #799 adric, Apr 23, 2015
    Last edited: Apr 23, 2015
    I did not think of trying the search function since the not integratable folder did not show anything when viewing it. Seems like komm has restricted anyone from viewing the folder. Other folders are like this too, so I usually do not bother looking there anymore.
     
  17. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,415
    3,777
    60
    Yeah, looking in the folders won't show anything. The search function is the only way now to see exactly what category an update is in.