Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    For 10240, excluding WU Satisfy, etc ... There are currently these 4 hotfixes ?

    KB3081448
    KB3081449
    KB3081452
    KB3087916

    Thanks
     
  2. georgechang

    georgechang MDL Novice

    Oct 13, 2013
    6
    0
    0
    Hi moderate

    Do you have below 2 appx package can provide?
    Microsoft.NET.Native.Framework.1.0_1.0.22929.0_x64__8wekyb3d8bbwe
    Microsoft.NET.Native.Runtime.1.0_1.0.22929.0_x86__8wekyb3d8bbwe
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,532
    450
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,793
    340
    WU will install it, unless you manually install KB3081452 before using WU
     
  5. petok

    petok MDL Senior Member

    May 4, 2009
    350
    201
    10
    I plain make clean install win 10 and need info from this hotfix is need

    KB3074678
    KB3074686
    KB3081424
    KB3081438
    KB3081441
    KB3081444
    KB3081448
    KB3081449
    KB3081452
    KB3087916
     
  6. costastou

    costastou MDL Junior Member

    Sep 7, 2014
    55
    15
    0
    you need KB3081448 KB3081449 KB3081452 KB3087916.the KB3074678 and KB3074686 according to abbodi are superseded but wu is download them so its up to you.
     
  7. ElmoN

    ElmoN MDL Novice

    Sep 2, 2015
    1
    0
    0
    I do not know what is the difference between the two. WSUS seems to be enough to update these things, so do not use the Internet to do all this testing machine.;)
     
  8. georgechang

    georgechang MDL Novice

    Oct 13, 2013
    6
    0
    0
    #1109 georgechang, Sep 2, 2015
    Last edited by a moderator: Apr 20, 2017
    Hi abbodi

    Thank you provide download.
    I install two download link Microsoft.NET.Native.Framework.1.0_1.0.22929.0_x64__8wekyb3d8bbwe.appx
    In the new windows 10, use Get-AppxProvisionedPackage powershell command, but list NET.Native.Framework version is 1.1, not 1.0

    I remove all AppxProvisionedPackage in windows 10 wim.
    And use below command to add ProvisionedPackage in wim. The command run success.
    But after install finish windows store not list in start menu.

    Code:
    Add-AppxProvisionedPackage-Path E:\10\wim\ -PackagePath"C:\Microsoft.WindowsStore_2015.8.25.0_x64__8wekyb3d8bbwe.appx"-DependencyPackagePath"C:\Microsoft.NET.Native.Runtime.1.0_1.0.22929.0_x64__8wekyb3d8bbwe.appx","C:\Microsoft.VCLibs.140.00_14.0.22929.0_x64__8wekyb3d8bbwe.appx"-LicensePath"C:\microsoft.windowsstore_8wekyb3d8bbwe.xml"
    And use add-appxpackage command will fail.

    the fail message in below picture
    i.imgur.com/wqPeCvt.png
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,793
    340
    For x64 system, you need both x86/x64 dependency packages
     
  10. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,819
    19,025
    340
  11. fkar

    fkar MDL Recognized Advisor

    Nov 3, 2012
    1,591
    1,412
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. symb

    symb MDL Junior Member

    Mar 18, 2015
    88
    102
    0
    #1113 symb, Sep 3, 2015
    Last edited: Sep 3, 2015

    No, because Windows Server 2016 has no x86 variant...
     
  13. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,915
    5,754
    180
    NO Win Server TP3 is x64 ONLY :eek:
     
  14. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,468
    2,485
    120
  15. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,468
    2,485
    120
  16. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,819
    19,025
    340
  17. georgechang

    georgechang MDL Novice

    Oct 13, 2013
    6
    0
    0
    #1118 georgechang, Sep 3, 2015
    Last edited by a moderator: Apr 20, 2017
    Hi moderate

    Thank you share windows appx.
    I discover the "Microsoft.NET.Native.Runtime.1.0_1.0.22929.0_x64__8wekyb3d8bbwe.appx" and "Microsoft.NET.Native.Runtime.1.0_1.0.22929.0_x86__8wekyb3d8bbwe.appx"
    The two appx version is 1.1 not 1.0.

    I check the AppxManifest.xml content. The Identity Name is Microsoft.NET.Native.Runtime.1.1 and Version is "1.1.23109.0"
    Can you check it and do you have real 1.0 version Microsoft.NET.Native.Runtime?
    Thank you

    Code:
    <?xml version="1.0" encoding="utf-8"?><Package xmlns=" schemas.microsoft.com/appx/manifest/foundation/windows10"
       xmlns:uap=" schemas.microsoft.com/appx/manifest/uap/windows10"
       xmlns:mp=" schemas.microsoft.com/appx/2014/phone/manifest"
       IgnorableNamespaces="uap"> 
    <Identity Name="Microsoft.NET.Native.Runtime.1.1" 
      ProcessorArchitecture="x64" 
      Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" 
      Version="1.1.23109.0" />
    <mp:PhoneIdentity PhoneProductId="a4aa3085-0269-462d-a216-ee1bfb292b29" PhonePublisherId="a8099e80-050d-411d-9b45-4ea107a7be6b" />
    <Properties>
      <Framework>true</Framework>
      <DisplayName>Microsoft .Net Native Runtime Package 1.1.23109.0</DisplayName>
      <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
      <Description>Microsoft .Net Native Runtime Package 1.1.23109.0</Description>
      <Logo>logo.png</Logo>
    </Properties>
    <Resources>
      <Resource Language="en-US" />
    </Resources>
    <Dependencies>
      <TargetDeviceFamily
           Name="Windows.Universal"
           MinVersion="10.0.10049.0"
           MaxVersionTested="10.0.10049.0" />
    </Dependencies> 
    </Package>
    
    
    
     
  18. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,468
    2,485
    120
    #1120 moderate, Sep 3, 2015
    Last edited: Sep 3, 2015
    It is all MS fault. :) Because MS did silent update in VS2015.
    But be happy. You have 1.1 version instead 1.0.
    :)