Windows 10 SVF Repository

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

  1. Yakura

    Yakura MDL Novice

    Oct 3, 2017
    16
    9
    0
  2. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,155
    21,099
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,817
    450
    He just did 3 x 38 x 2 patches, give him a break :rolleyes::rolleyes:
     
  4. madcracker

    madcracker MDL Novice

    Sep 4, 2009
    17
    12
    0
    Didn't say it was for now...just if he is planning doing so… ;-)
     
  5. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    864
    8,154
    30
  6. Hasefroch

    Hasefroch MDL Senior Member

    Dec 24, 2018
    283
    170
    10
    So many thanks!
     
  7. Schroedinger2015

    Schroedinger2015 MDL Member

    Jul 16, 2015
    223
    150
    10
    God bless @GezoeSloog for his great effort. Everything is working flawlessly.
     
  8. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    435
    165
    10
    Semi-offtopic.

    My svf patching routine follows that order every single time
    - download the source iso on my server, because I keep it archived there
    - download the svf patch on my desktop
    - move the source iso to the desktop
    - convert it to the destination iso on the desktop with svf2iso converter
    - move the destination iso back to the server, next to the source iso
    and most time is wasted by moving stuff back and forth.

    Can I skip all that and do something like this
    Code:
    smv x somepatch.svf
    right on the server where the source iso is located, so that the destination iso will be created where it will eventually be stored?
    The server runs linux and I already have the linux version of the smv executable there.
     
  9. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    2,260
    3,267
    90
    @jim_p
    SVF eXtractor (svfx.exe) can do that in Windows from a source located on a Linux server
    You can address location to source path, svf path, destination path.
     
  10. asur72

    asur72 MDL Novice

    Apr 6, 2017
    1
    1
    0
    Teşekkür ederim :)
     
  11. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    435
    165
    10
    Thank you :)
    A lot of trial and error awaits me tomorrow :p
     
  12. kkwong7878

    kkwong7878 MDL Novice

    Aug 11, 2015
    32
    33
    0
  13. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    2,260
    3,267
    90
    Expect some trial and error yes.
    There is also this SVF extractor v2.bat that do this job in similar way, only in bulk and only in Windows environment.
    Your Linux command should look similar:
    Code:
    <./smv x "name_of_file.svf" -br .>
     
  14. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    435
    165
    10
    @Sajjo
    Do you have a link to that bat file?

    I checked what svf2iso runs when it comes to svf extraction with smv and all I found is this
    Code:
    smv x %siname%.svf -br .
    so I am still searching what the parameter "-b" is for ("-r" is for recursive). And there is that dot at the end :p
    The same will apply to the linux executable I guess.
     
  15. Cesar Silva

    Cesar Silva MDL Novice

    Dec 18, 2014
    22
    8
    0