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. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,067
    30
    #241 komm, Jan 24, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    2757702 is only superseded by 2781512 if WMF 3 is installed (2781512 contains version 7.1.7601 = WMF3),
    so 2781512 does not update a system without WMF3

    2770816 is an updates, that only works if you run it online!


    So I put it in the "not integratable" folder.
    You should remove it from any DVD images to ensure you do not forget to run it online.
    The next version of KUC will have a more specific WARNING message about this update.
    Also 2770816 will no longer be installed using dism.
     
  2. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,516
    720
    60
    Well that is strange, as i had it left in my install.wim, and after installing windows 8 it has been installed, confirmed through installed updates o_O

     
  3. seiferflo

    seiferflo MDL Novice

    Jan 26, 2011
    40
    9
    0
    +1
    Good luck for the exam though.
     
  4. seiferflo

    seiferflo MDL Novice

    Jan 26, 2011
    40
    9
    0
    #248 seiferflo, Feb 18, 2013
    Last edited by a moderator: Apr 20, 2017
    Can't install .NET Framework 3.5 after using KUC to integrate updates offline

    Did you guy noticed that if you select the NET35 packages to be integrated in an offline DVD image, then it's impossible to install the .NET Framework 3.5 on your updated Windows 8?
    Whether I use the Windows Features, or a DISM command (using the sxs folder from the updated image or the sxs folder from the original image), I get the error 0x800F081F.
    I tried dozens of tips by googling this problem and I just can't install it. It's quite problematic.

    So I saw the little note in the changelog 0.2.001.011 saying: "Note Updates will only be applies, if .net 3.5 is enabled" but I did not think it will keep me from installing it afterwards.

    Can anyone run the following test to confirm please?
    Code:
    1 - Locate your wim file: "set %sourcefile%=D:\WinReducer8\Windows_8_Pro_EN-US_x64\sources\install.wim"
    
    2 - Create a temporary folder: "md c:\offline" then "set tmpdir=c:\offline"
    
    3 - Mount the the wim file: "dism /mount-wim /wimfile:D:\WinReducer8\Windows_8_Pro_EN-US_x64\sources\install.wim /index:1 /mountdir:c:\offline"
    
    4 - Specify the folder where KUC is located "c:\wu\KUC.exe /DVD-image-dir:c:\offline /up-dir:c:\wu /repo-dir:c:\wu\repo" 
    
    5 - Integrate NET35 updates and untick everything else. Also untick "Satisfied WU updates"
    
    6 - Execute following command with admin rights if required: "Remove_old.cmd", "Copy_Files_2_add.cmd", "Update.cmd"
    
    7 - Unmount the wim file. Changes are made in the install.wim file: "dism /unmount-wim /mountdir:%tmpdir% /commit"
    
    8 - Burn the image with ImgBurn as Bootable ISO
    
    9 - After W8 installed, install the .net Framework 3.5 using 
    "dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:e:\source\sxs /LimitAccess"
    Source is either the one from the updated image or the original one. 
    Or I use Windows Updates to download the framework 3.5
    Or I use the 250MB offline client file.
    
    10 - I get the error 0x800F081F in any case
    nb: If I install my W8 original (no KUC), I am able to install properly the .Net Framework 3.5
    On the updated image, If I run KUC again and remove the NET35 packages, it is also working
     
  5. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,982
    625
    60
    #249 tistou77, Feb 18, 2013
    Last edited: Feb 18, 2013
    Thanks komm for this update

    KUC indicates KB2780130 superseded by 2780102 :confused:
    But it is the same hotfix (KB2780102 is GDR and LDR, and KB2780130 is LDR only)
     
  6. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    KB2727101 is not superseded. Your KUC uninstalls it.
     
  7. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Also IE10-Windows6.1-KB2792100 and IE10-Windows6.1-KB2797052 are uninstalled, too. That's wrong.
     
  8. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    One more is uninstalled: KB2786400 ????
     
  9. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    311
    10
    #253 compstuff, Feb 18, 2013
    Last edited: Feb 18, 2013
    When I ran the KUC it said that KB2681584-v3 was superseded by KB2790338-v2 but I don't see that on McRip's repo...
     
  10. adric

    adric MDL Expert

    Jul 30, 2009
    1,418
    1,583
    60
    #254 adric, Feb 18, 2013
    Last edited by a moderator: Apr 20, 2017
    It will wotk with dism if you use the original install.wim and the original \sources\sxs
    Code:
    *************************** Using original install.wim ******************
    
    C:\>dism /Mount-Wim /Wimfile:R:\$W8\RTM\W8Pro$WMC.wim /index:1 /mountdir:r:\Offline
    
    Deployment Image Servicing and Management tool
    Version: 6.2.9200.16384
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\>dism /Image:R:\Offline /enable-Feature /Featurename:NetFx3 /all /Source:z:\sources\sxs
    
    Deployment Image Servicing and Management tool
    Version: 6.2.9200.16384
    
    Image Version: 6.2.9200.16384
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    If you want to use an offline .wim that has been updated and relects your current system build, then you need to use the
    'Turn Windows features on or off' GUI on your current system to enable the feature which will download the correct files
    with WU. After that you should be able to enable the feature offline using c:\windows\WinSxs. Trying to enable the feature online with Dism, did not work for me (Error: 0x800f0906) - only via the GUI
    Code:
    ***** Use current offline .wim after enabling feature online via GUI ****
    
    dism /Mount-Wim /WimFile:R:\$W8\KUC\ProWMC+01.wim /index:1 /mountdir:r:\Offline
    
    Deployment Image Servicing and Management tool
    Version: 6.2.9200.16384
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    *********************** Using source from online system *****************
    
    dism /Image:R:\Offline /enable-Feature /Featurename:NetFx3 /all /Source:c:\windows\WinSxs
    
    Deployment Image Servicing and Management tool
    Version: 6.2.9200.16384
    
    Image Version: 6.2.9200.16384
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
     
  11. drizzle

    drizzle MDL Novice

    Aug 22, 2009
    44
    115
    0
    doesn't KB2780124 (rdpinit.exe rdpshell.exe 22150) supercede KB2727101 ?
     
  12. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Microsoft pulled this hotfix. And they don't pull it for no reason!
     
  13. seiferflo

    seiferflo MDL Novice

    Jan 26, 2011
    40
    9
    0
    Why did I not think about this? I wish I asked this question before :eek:
    That's perfect, it works like a charm. Thank you very much for your help.

    However this command should be integrated by default by KUC as soon as we select NET35 packages, don't you think?
     
  14. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,415
    3,777
    60
    KB2727101 is superseded- by KB2780124 :D Just because that hotfix isn't available currently on MS site, doesn't mean it has problems. From what I've seen in the past for these "removed" hotfixes is that the exact same hotfix will be re-released a few weeks later. So I'm not sure why this one wouldn't be used. You've even had these types of hotfixes in the repo before- KB2718646-v2 was not available from MS when I gave it to you (from komm) back in September and nobody had problems or complained. :)
     
  15. nobbie

    nobbie MDL Novice

    Sep 14, 2010
    28
    7
    0
    thank you komm for the latest KUC for win7,
    one little thing, there`s something wrong with KB2781512, KUC download ver.1 but ver.1 have no ldr update in it, on both arch.
    please can you check this when you find time to do this ;)
     
  16. adric

    adric MDL Expert

    Jul 30, 2009
    1,418
    1,583
    60
    #260 adric, Feb 21, 2013
    Last edited by a moderator: Apr 20, 2017
    Has anyone noticed that the Dism logs created when running KUC cmd files for servicing offline images under Win8 end up unreadable? It doesn't happen when servicing an online system. This is what I see everytime a dism log is created when run against a mounted image. I don't see this happening on Win7.


    Code:
    [2916] ImageUnmarshallHandle: Reconstituting wim at R:\$W8\KUC\ProWMC+02.wim.
    [2916] ImageUnmarshallHandle: Reconstituting wim at R:\$W8\KUC\ProWMC+02.wim.
    ??????????????†††††††???†?????????????????????????????????›??????????????????????????????????????????????????????????????????????????????????????††††††††??††???????????????????????????????????††††††††??††????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????†††††††††??†???????????????????????????????????????????????????????????????†††††††††??†??4??????????????????????????›??????????????????????????????????????????????????????????????????????????????††††††††??††????????????????????????›??????????????????????????????????????????????????????????????????????????????††††††††??††???????????????‹????????????????????????????????'?????????????????'??????????????????????????††††††††??††????????????????????????????????????????????????'?????'???????????'??????????????????????????††††††††??††??????4????????????????????????????????????????????????††††††††??††???????????4?????????????????`??????????????????????†††††††††??†???????????????????????????????????????????????????????????????????††††††††??††???????????????????????????????????????????????????????????????????????????????????????????????????????????????????†††††††††??†???????????????›?????????????????????????????????????????????????????????????????????????????????????????????????††††††††??††???????????????????????????????????????????????????????????????????????????????????????????????????????????????????†††††††††??†???????????????›????????????????????????????????????????????????????????????????????????????????????????????†††††††††??†???????????????›???????????????????????????????????????????????????????????????????????????????????????????????????????††††††††??††??????????????????????????????????????????????????????????????????????????????????????????????????????????????????††††††††??††????????????????????????????????????????????????????????????????????????????????????????????????????????????†††††††††??†???????????????›??????????????????????????????????????????????????????????????????????????????????????????????????????????????????††††††††??††????????›??????????????????†††††††††??†????????????????????????????????????????†††††††††??†????›??????????????????????????????????????????????†††††††††??†??????????????????????????????????????????????????????????????????????????????????????=???????????????????????????????†††††††††??†????'????????????????????????????????????????????????????????????????????????????????•›?4??????????????????????†††††††???†?????????????????????????????????›?????????????????????????????????????????????????????????????????????????????????????????†††††††??†??????????›????????????????????????????????????????????????????????????????????????????????????????????????????????????????†††††††††??†??????4?????????????????????????????????????????????????????????????????????????????????????????????????????????›????????????????????????????????›?????????????????†††††††††??†??????????????›????????????????????????????????4??????????????????????††††††††??††??›???????????›???????????????????????????????›????????????????????????????????????????????????????????›???????????????›??????????›????????›???????????????????????††††††††??††??›??????›???????????????????????????????????4?????????????????????????????????????????????????????????????????††††††††??††??›???????????›?????????????????????????????????????????????????????????????????††††††††??††??›??????????????????????????????????????????????????????????????????????????????††††††††??††??????????????????????????????????????????????????????????????????????4??????????????????????????????????????????????????††††††††??††????????????????????????????????????†††††††††??†?????????????†???›???????????????????›????????????????????????????????????????????????????†††††††††??†????????????????????????????????††††††††??††??›???????›??????????????????††††††††??††??????????????????????????†††††††††??†??????4?????????????????????????????????????????????????????????????????????????????????????????????????????????›????????????????????????????????›?????????????????†††††††††??†??????????????›????????????????????????????????4??????????????????????††††††††??††??›???????????›???????????????????????????????›????????????????????????????????????????????????????????›???????????????›??????????›????????›???????????????????????††††††††??††??›??????›???????????????????????????????????4?????????????????????????????????????????????????????????????????††††††††??††??›???????????›?????????????????????????????????????????????????????????????????††††††††??††??›??????????????????????????????????????????????????????????????????????????????††††††††??††??›????????????????????????????????????›????????????›????????›?????????????????????›????????????????????????†††††††††??†???????›???????????????????????????????›???????????????????????????????????????????????›?????????????????›????????›?????????????????†††††††††??†??????4??????????????????????????????????????????????????????????????????????????????????????????????????????????????›????????????????????????????????›?????????????????†††††††††??†??????????????›??????????????????????????????????4??????????????????????††††††††??††??›???????????›?????????????????????????????????›?????????????????????????????????????????????????????????????????›????????????????????????????????›?????????????????†††††††††??†??????????????›??????????????????????????????????4??????????????????????††††††††??††??›???????????›?????????????????????????????????›????????????????????????????????????????????????????????›???????????????›??????????›????????›???????????????????????††††††††??††??›??????›?????????????????????????????????????????????????????????????†††††††††??†??????4???????????????????????????????????????????????????????????????????????????????????????????????????????????›????????????????????????????????›?????????????????†††††††††??†??????????????›??????????????????????????????????4??????????????????????††††††††??††??›???????????›?????????????????????????????????›????????????????????????????????????????????????????????›???????????????›??????????›????????›???????????????????????††††††††??††??›??????›?????????????????????????????????????????????????????????????†††††††††??†??????4???????????????????????????????????????????????????????????????????????????????????????????????????????????›????????????????????????????????›?????????????????†††††††††??†??????????????›??????????????????????????????????4??????????????????????††††††††??††??›???????????›?????????????????????????????????›????????????????????????????????????????????????????????›???????????????›??????????›????????›???????????????????????††††††††??††??›??????›?????????????????????????????????????????????????????????????†††††††††??†??????4???????????????????????????????????????????????????????????????????????????????????????????????????????????›????????????????????????????????›?????????????????†††††††††??†??????????????›??????????????????????????????????4??????????????????????††††††††??††??›???????????›?????????????????????????????????›????????????????????????????????????????????????????????›???????????????›??????????›????????›???????????????????????††††††††??††??›??????›?????????????????????????????????????????????????????????????†††††††††??†??????