For 10240, excluding WU Satisfy, etc ... There are currently these 4 hotfixes ? KB3081448 KB3081449 KB3081452 KB3087916 Thanks
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
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
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.
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.
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
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>
It is all MS fault. Because MS did silent update in VS2015. But be happy. You have 1.1 version instead 1.0.