Windows 10 SVF Repository

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

  1. fkstabizler

    fkstabizler MDL Novice

    Joined:
    Oct 2, 2015
    Messages:
    35
    Likes Received:
    16
    Trophy Points:
    0
    You deserve the first Like... from me... Thank you :)
     
  2. ermota3000

    ermota3000 MDL Novice

    Joined:
    Aug 12, 2012
    Messages:
    11
    Likes Received:
    5
    Trophy Points:
    0
    Thank you GezoeSloog
     
  3. Yakura

    Yakura MDL Novice

    Joined:
    Oct 3, 2017
    Messages:
    16
    Likes Received:
    9
    Trophy Points:
    0
  4. ZerOx16x

    ZerOx16x MDL Member

    Joined:
    Oct 28, 2013
    Messages:
    161
    Likes Received:
    243
    Trophy Points:
    10
  5. LostED

    LostED SVF Patch Lover

    Joined:
    Jul 30, 2009
    Messages:
    6,477
    Likes Received:
    17,572
    Trophy Points:
    210
  6. madcracker

    madcracker MDL Novice

    Joined:
    Sep 4, 2009
    Messages:
    17
    Likes Received:
    12
    Trophy Points:
    0
  7. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,566
    Likes Received:
    59,630
    Trophy Points:
    450
    He just did 3 x 38 x 2 patches, give him a break :rolleyes::rolleyes:
     
  8. madcracker

    madcracker MDL Novice

    Joined:
    Sep 4, 2009
    Messages:
    17
    Likes Received:
    12
    Trophy Points:
    0
    Didn't say it was for now...just if he is planning doing so… ;-)
     
  9. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Joined:
    Feb 10, 2012
    Messages:
    819
    Likes Received:
    6,323
    Trophy Points:
    30
  10. Ramiro Pistoia

    Ramiro Pistoia MDL Member

    Joined:
    Dec 24, 2018
    Messages:
    229
    Likes Received:
    113
    Trophy Points:
    10
    So many thanks!
     
  11. Schroedinger2015

    Schroedinger2015 MDL Member

    Joined:
    Jul 16, 2015
    Messages:
    172
    Likes Received:
    115
    Trophy Points:
    10
    God bless @GezoeSloog for his great effort. Everything is working flawlessly.
     
  12. jim_p

    jim_p MDL Senior Member

    Joined:
    Dec 11, 2013
    Messages:
    276
    Likes Received:
    101
    Trophy Points:
    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.
     
  13. Sajjo

    Sajjo MDL Expert

    Joined:
    Feb 6, 2018
    Messages:
    1,652
    Likes Received:
    2,254
    Trophy Points:
    60
    @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.
     
  14. asur72

    asur72 MDL Novice

    Joined:
    Apr 6, 2017
    Messages:
    1
    Likes Received:
    1
    Trophy Points:
    0
    Teşekkür ederim :)
     
  15. jim_p

    jim_p MDL Senior Member

    Joined:
    Dec 11, 2013
    Messages:
    276
    Likes Received:
    101
    Trophy Points:
    10
    Thank you :)
    A lot of trial and error awaits me tomorrow :p
     
  16. kkwong7878

    kkwong7878 MDL Novice

    Joined:
    Aug 11, 2015
    Messages:
    29
    Likes Received:
    28
    Trophy Points:
    0
  17. Sajjo

    Sajjo MDL Expert

    Joined:
    Feb 6, 2018
    Messages:
    1,652
    Likes Received:
    2,254
    Trophy Points:
    60
    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 .>
     
  18. dvbman

    dvbman MDL Junior Member

    Joined:
    Apr 23, 2015
    Messages:
    73
    Likes Received:
    31
    Trophy Points:
    0
  19. jim_p

    jim_p MDL Senior Member

    Joined:
    Dec 11, 2013
    Messages:
    276
    Likes Received:
    101
    Trophy Points:
    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.
     
  20. madcracker

    madcracker MDL Novice

    Joined:
    Sep 4, 2009
    Messages:
    17
    Likes Received:
    12
    Trophy Points:
    0