Windows 10 Hotfix Repository

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

  1. georgechang

    georgechang MDL Novice

    Oct 13, 2013
    6
    0
    0
    Hi moderate

    I need 1.0 version because I need to customize wim install source in windows 10.
    I went to keep only windows store app in wim. But if I remove xbox app. The windows store app will does not install success.
    So I check windows store app mini requirement that need Microsoft.NET.Native.Runtime.1.0. If I use 1.1 version will not match the mini requirement.

    Or have other method that can keep windows store app normally run. And remove xbox app success?
     
  2. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,467
    2,485
    120
  3. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,467
    2,485
    120
    #1123 moderate, Sep 4, 2015
    Last edited by a moderator: Apr 20, 2017
  4. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,467
    2,485
    120
    BTW: Offtopic
    Does anybody (abbodi) have a repo for W8-0-0 APPXes?
    I can't download:
    Skype (both x64 and x32 for W8-0-0)
    Photos (both x64 and x32 for W8-0-0)
    It looks like MS has removed them or something.
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,792
    340
    You expect someone to download 3,39GB just to get one or more files? :D
    how about you make a mega.nz folder with individual files :mushy:

    W8-0-0 is deprecated :D
     
  6. georgechang

    georgechang MDL Novice

    Oct 13, 2013
    6
    0
    0
    Hi moderate

    Unfortunately the two appx unable work.
    Install show error message "The Appx package's block map is invalid."

    msdn.microsoft.com/zh-tw/library/windows/desktop/hh446767(v=vs.85).aspx#use_app_packager

    I research the document. Can use app packager to create appx file.
    Does this method create bulit-in appx success?
     
  7. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,467
    2,485
    120
    #1127 moderate, Sep 5, 2015
    Last edited by a moderator: Apr 20, 2017
  8. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,467
    2,485
    120
    #1128 moderate, Sep 5, 2015
    Last edited by a moderator: Apr 20, 2017
    Code:
    C:\Program Files (x86)\Windows Kits\10\bin\x64>MakeAppx pack /d c:\Decomp\x64 /p c:\Decomp\x64.appx
    Microsoft (R) MakeAppx Tool version 10.0.10011.16384
    Copyright (C) 2013 Microsoft.  All rights reserved.
    
    The path (/p) parameter is: "c:\Decomp\x64.appx"
    The content directory (/d) parameter is: "c:\Decomp\x64"
    Enumerating files from directory "c:\Decomp\x64"
    MakeAppx : warning: Ignoring footprint file "AppxBlockMap.xml".
    MakeAppx : warning: Ignoring footprint file "AppxMetadata\CodeIntegrity.cat".
    MakeAppx : warning: Ignoring footprint file "AppxSignature.p7x".
    MakeAppx : warning: Ignoring footprint file "[Content_Types].xml".
    Packing 5 file(s) in "c:\Decomp\x64" (content directory) to "c:\Decomp\x64.appx" (output file name).
    Using "c:\Decomp\x64\AppxManifest.xml" as the manifest for the package.
    Adding "c:\Decomp\x64\logo.png" to the package as a payload file.  Its path in the package is "logo.png".
    Adding "c:\Decomp\x64\mrt100.dll" to the package as a payload file.  Its path in the package is "mrt100.dll".
    Adding "c:\Decomp\x64\mrt100_app.dll" to the package as a payload file.  Its path in the package is "mrt100_app.dll".
    Adding "c:\Decomp\x64\clrcompression.dll" to the package as a payload file.  Its path in the package is "clrcompression.dll".
    Package creation succeeded.
    
    C:\Program Files (x86)\Windows Kits\10\bin\x64>MakeAppx pack /d c:\Decomp\x86 /p c:\Decomp\x86.appx
    Microsoft (R) MakeAppx Tool version 10.0.10011.16384
    Copyright (C) 2013 Microsoft.  All rights reserved.
    
    The path (/p) parameter is: "c:\Decomp\x86.appx"
    The content directory (/d) parameter is: "c:\Decomp\x86"
    Enumerating files from directory "c:\Decomp\x86"
    MakeAppx : warning: Ignoring footprint file "AppxBlockMap.xml".
    MakeAppx : warning: Ignoring footprint file "AppxMetadata\CodeIntegrity.cat".
    MakeAppx : warning: Ignoring footprint file "AppxSignature.p7x".
    MakeAppx : warning: Ignoring footprint file "[Content_Types].xml".
    Packing 5 file(s) in "c:\Decomp\x86" (content directory) to "c:\Decomp\x86.appx" (output file name).
    Using "c:\Decomp\x86\AppxManifest.xml" as the manifest for the package.
    Adding "c:\Decomp\x86\logo.png" to the package as a payload file.  Its path in the package is "logo.png".
    Adding "c:\Decomp\x86\mrt100.dll" to the package as a payload file.  Its path in the package is "mrt100.dll".
    Adding "c:\Decomp\x86\mrt100_app.dll" to the package as a payload file.  Its path in the package is "mrt100_app.dll".
    Adding "c:\Decomp\x86\clrcompression.dll" to the package as a payload file.  Its path in the package is "clrcompression.dll".
    Package creation succeeded.
    
    C:\Program Files (x86)\Windows Kits\10\bin\x64>
    
     
  9. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,467
    2,485
    120
    #1129 moderate, Sep 5, 2015
    Last edited: Sep 5, 2015
    I will not work either since MS's MakeAPPX skips: AppxSignature.p7x, AppxMetadata\CodeIntegrity.cat and then requires to add them by SignTool (what can't be obviously done, if you aren't MS), but there there is better option:

    The 1.1 packages are from VS2015 RTM, so 1.0 packages will be in some VS2015Preview.ISO...

    I just downloading CTP5 to look at it.
     
  10. Populous

    Populous MDL Novice

    Jun 13, 2010
    24
    10
    0
    i have one dumb question and sorry also for it : is cumulative update is a bunch of all of update in one archive so i dont have to download the others just the cumulative not the others ? and thanks in advance for your help.
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,792
    340
    Cumulative is a separate individual update, it doesn't have multiple updates
    it's cumulative because it contains all fixed code/components that found in previous updates, along with new fixed components

    thus, cumulative update replaces the previous cumulative update and so on...
     
  12. Extended

    Extended MDL Junior Member

    Sep 24, 2013
    64
    52
    0
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,792
    340
  14. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    #1134 TeamOS, Sep 8, 2015
    Last edited by a moderator: Apr 20, 2017
  15. rafalek

    rafalek MDL Novice

    Jun 19, 2012
    29
    27
    0
    Hello Murphy78,

    I would like to ask for your practice advice when it comes to integrating updates.

    Do you run them against boot.wim and winre.wim as well or is install.wim usually sufficient?

    Thanks!
     
  16. akhmedtaia

    akhmedtaia MDL Addicted

    Nov 2, 2013
    518
    138
    30
  17. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,760
    997
    180
    You don't need to download it every week. WU download and install it for you (It download and install only part of the cumulative update).