Windows 10 SVF Repository

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

  1. Phairat

    Phairat MDL Member

    Feb 19, 2014
    100
    37
    10
    how to use Script extract file patch to outdir ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    #1242 EFA11, Mar 14, 2016
    Last edited by a moderator: Apr 20, 2017

    e.g.
    Code:
    folder/
    Source: ar_windows_10_multiple_editions_version_1511_updated_feb_2016_x64_dvd_8378752.iso <-- Must have in folder with SFX
    SFX: ar_windows_10_education_version_1511_updated_feb_2016_x64_dvd_8380076.exe <- run this with source in folder
    /
    =
    
    Target: ar_windows_10_education_version_1511_updated_feb_2016_x64_dvd_8380076.iso <-- get this
     
  3. Phairat

    Phairat MDL Member

    Feb 19, 2014
    100
    37
    10
    #1243 Phairat, Mar 14, 2016
    Last edited by a moderator: Apr 20, 2017

    I mean SVF File.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    876
    8,510
    30
    @Phairat, do you mean NOT in there where SVF located?
     
  5. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #1245 Nucleus, Mar 14, 2016
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Phairat

    Phairat MDL Member

    Feb 19, 2014
    100
    37
    10
    #1246 Phairat, Mar 14, 2016
    Last edited: Mar 14, 2016

    Yes I want Extrac to Another folder, use Script extract SVF file.

    help me Please
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Phairat

    Phairat MDL Member

    Feb 19, 2014
    100
    37
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    876
    8,510
    30
    #1248 GezoeSloog, Mar 14, 2016
    Last edited by a moderator: Apr 20, 2017
    OK, it works only with "overwrite all" option :confused:

    This will extract all SVFs from script directory to OutDir:

    Code:
    @echo off
    
    set smv=C:\Program Files (x86)\SmartVersion\smv.exe
    
    set OutDir=E:\New folder (3)
    
    if not exist "%OutDir%" md "%OutDir%"
    
    for %%i in ("%cd%\*.svf") do (
      call :_sub "%%~fi" "%cd%" "%OutDir%"
    )
    
    exit
    
    :_sub
    cd /d %3
    "%smv%" x %1 -br %2 -o
    echo -------------------------------------------------------------------------------
    exit /b
     
  9. Phairat

    Phairat MDL Member

    Feb 19, 2014
    100
    37
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. DRSayedAbdElsalam

    DRSayedAbdElsalam MDL Junior Member

    Aug 25, 2015
    98
    24
    0
    SVF Patches are only for MSDN Versions? or there is patches for VLCS Versions?

    I need patches to get:

    SW_DVD5_WIN_EDU_N_10_1511_32BIT_English_MLF_X20-82229.ISO
    SW_DVD5_WIN_EDU_N_10_1511_64BIT_English_MLF_X20-82230.ISO

    From:

    SW_DVD5_WIN_EDU_10_1511_32BIT_English_MLF_X20-82159.ISO
    SW_DVD5_WIN_EDU_10_1511_64BIT_English_MLF_X20-82160.ISO
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,542
    450
    Yes my svf/sfx patches need the Multiple Editions iso's to recreate the VLSC iso's, this is because the MSDN source iso's can be publicly downloaded and/or are provided by Paul's "X" Files. So your desired patches are there but you need to simply download the source iso from the "X" Files/Wzor/Techbench (the iso's from techbench need to be renamed to match the MSDN iso's filenames to get the svf/sfx patches to work).
     
  12. DRSayedAbdElsalam

    DRSayedAbdElsalam MDL Junior Member

    Aug 25, 2015
    98
    24
    0
    Many thanks "Enthousiast" for your,s help...
     
  13. venioni

    venioni MDL Senior Member

    Mar 28, 2014
    479
    121
    10
    #1254 venioni, Mar 19, 2016
    Last edited: Mar 21, 2016
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. venioni

    venioni MDL Senior Member

    Mar 28, 2014
    479
    121
    10
    #1255 venioni, Mar 19, 2016
    Last edited: Mar 21, 2016
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. venioni

    venioni MDL Senior Member

    Mar 28, 2014
    479
    121
    10
    #1256 venioni, Mar 20, 2016
    Last edited: Mar 21, 2016
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. dvbman

    dvbman MDL Junior Member

    Apr 23, 2015
    87
    50
    0
    #1257 dvbman, Mar 20, 2016
    Last edited: Mar 20, 2016
    Hello, I have a stupid question: does anyone know the exact name of

    SW_DVD5_WIN_ENT_10_1511.1_32BIT_Italian_MLF_X20-[nnnnn].iso
    SW_DVD5_WIN_ENT_10_1511.1_64BIT_Italian_MLF_X20-[nnnnn].iso
    SW_DVD5_WIN_ENT_N_10_1511.1_32BIT_Italian_MLF_X20-[nnnnn].iso
    SW_DVD5_WIN_ENT_N_10_1511.1_64BIT_Italian_MLF_X20-[nnnnn].iso ?

    I can't find this info because these iso are the only equal to msdn so wzor wrote msdn name's.

    Thanks Gezoesloog!

    edit: corrected some typo error :biggrin:
     
  17. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    876
    8,510
    30
  18. dranzer006

    dranzer006 MDL Novice

    Sep 9, 2008
    35
    0
    0
    Is it possible to update from

    en_windows_10_multiple_editions_x64_dvd_6846432.iso

    TO

    en_windows_10_multiple_editions_version_1511_updated_feb_2016_x64_dvd_8379634.iso
     
  19. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,305
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...