Windows 10 Hotfix Repository

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

  1. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
    Ahh, i found your answer elsewhere, thanks abbodi :D
     
  2. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    685
    10
    Just for curiousity.

    Can we somehow manually handle PSFX, something like SVF?
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,322
    340
    Code:
    smv BuildPatch 1.svf Windows10.0-KB4497936-x86_PSFX.cab Windows10.0-KB4503293-x86_PSFX.cab -br . -compressratio 49 -sha1 -nomd5
    
    80.1 MB -> 86.7 MB = 67.0 MB
    not feasible
     
  4. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    685
    10
    #8304 3zero3, Jun 21, 2019
    Last edited: Jun 22, 2019
    No, I mean, is there any possibility to somehow to use PSFX itself (PSF patch) to make patch, like we can do with SVF.

    Is PSFX (or PSF patch at least) can be made by Microsoft only?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,026
    93,875
    450
    I believe you are mixing things, SVF is the difference between a source iso and a target iso.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,026
    93,875
    450
    In this context it's used for ISO distribution.
     
  7. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    685
    10
    Well, I am afraid that I do not understand context, because I did not talk about any ISO.

    Just about possibility to somehow make PSFX patch with "own hands".

    Just like we make SVF.
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,026
    93,875
    450
    Maybe i misunderstand, afaik PSFX is a full update for windows, and is not something like a "deltapatch" (SVF), it contains the full update (i have been on vacation this week, i have to read up a lot).
     
  9. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    685
    10
    Technically, yes, it is full update for windows.

    But, at the same time, update does not contain full files, only reverse and forward patches aka PSF files.

    Confused, I know. :)
     
  10. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    685
    10
  11. KeepCool

    KeepCool MDL Novice

    Nov 1, 2012
    38
    0
    0
    #8312 KeepCool, Jun 22, 2019
    Last edited: Jun 22, 2019
    Hello..
    Any tool to download the cumulatives for -> en_windows_10_enterprise_ltsc_2019_x64_dvd_74865958.iso ( the first first one released)
    or I need to manually download all this...

    KB4503308
    KB4501371
    KB4503864
    KB4502559
    KB4502564
    KB4494174
    Thanks...
     
  12. strotee

    strotee MDL Member

    Jan 30, 2011
    228
    204
    10
    #8313 strotee, Jun 22, 2019
    Last edited: Jun 22, 2019
    WHD, then use W10UI to slipstream them into the source, tool also makes an ISO when finished slipstreaming.
     
  13. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    666
    1,083
    30
    #8316 Krakatoa, Jun 22, 2019
    Last edited: Jun 22, 2019
    Probably:

    c:\Windows\System32\mspatchc.dll = Microsoft Patch Creation Engine
    Code:
    CreatePatchFileA
    CreatePatchFileByHandles
    CreatePatchFileByHandlesEx
    CreatePatchFileExA
    CreatePatchFileExW
    CreatePatchFileW
    ExtractPatchHeaderToFileA
    ExtractPatchHeaderToFileByHandles
    ExtractPatchHeaderToFileW
    GetFilePatchSignatureA
    c:\Windows\System32\mspatcha.dll = Microsoft File Patch Application API
    Code:
    ApplyPatchToFileA
    ApplyPatchToFileByBuffers
    ApplyPatchToFileByHandles
    ApplyPatchToFileByHandlesEx
    ApplyPatchToFileExA
    ApplyPatchToFileExW
    ApplyPatchToFileW
    GetFilePatchSignatureA
    GetFilePatchSignatureByBuffer
    GetFilePatchSignatureByHandle
     
  15. adric

    adric MDL Expert

    Jul 30, 2009
    1,244
    1,303
    60
    #8319 adric, Jun 22, 2019
    Last edited: Jun 22, 2019
    removed
     
  16. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    685
    10
    #8320 3zero3, Jun 22, 2019
    Last edited: Jun 22, 2019