It's the long filename it seems, shortened the name: Code: =============================================================================== This script will create SFX patches for all SVF files in the current folder. Option V is for Verbose output. =============================================================================== Proceed ? (Y/N/V): V Creating 7z file for el_windows_10_education_n_version_1607_updated_jul_2016_x86_dvd_9054833.svf 7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 Scanning Creating archive el_windows_10_education_n_version_1607_updated_jul_2016_x86_dvd_9054833.7z Compressing el_windows_10_education_n_version_1607_updated_jul_2016_x86_dvd_9054833.svf Compressing smv.exe Everything is Ok Creating SFX for el_windows_10_education_n_version_1607_updated_jul_2016_x86_dvd_9054833.exe 7zsd_All.sfx config.txt el_windows_10_education_n_version_1607_updated_jul_2016_x86_dvd_9054833.7z 1 file(s) copied. Deleted file - H:\Porject_MSDN_VLSC\el-gr x32 svf all editions\config.txt Deleted file - H:\Porject_MSDN_VLSC\el-gr x32 svf all editions\el_windows_10_education_n_version_1607_updated_jul_2016_x86_dvd_9054833.7z =============================================================================== Process complete. Press any key to exit. ===============================================================================
I don't know if it's simply because of file length, but I do know that if you bury it deep in folder names it likes to have problems. Like if you have it in "C:\users\myusername\downloads\windows isos\svf patches\windows 10\build 14393\en_windows_10_n_multiple_editions_version_1607_updated_jul_2016_x64_dvd_9053861_to_en_windows_10_n_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9056952.svf" it will have a problem. I believe it's because the total length can't be longer than 256 characters or something, but I could be mistaken. I'll play with it and see if I can figure out a way to avoid things like this.
The error also occurs when on the root of the drive: Code: =============================================================================== This script will create SFX patches for all SVF files in the current folder. Option V is for Verbose output. =============================================================================== Proceed ? (Y/N/V): V Creating 7z file for el_windows_10_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9058225 to el_windows_10_education_version_1607_updated_jul_2016_x86_dvd_9055666.svf 7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 Scanning Creating archive el_windows_10_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9058225 to el_windows_10_education_version_1607_updated_jul_2016_x86_dvd_9055666.7z Compressing el_windows_10_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9058225 to el_windows_10_education_version_1607_updated_jul_2016_x86_dvd_9055666.svf Compressing smv.exe Everything is Ok Creating SFX for el_windows_10_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9058225 to el_windows_10_education_version_1607_updated_jul_2016_x86_dvd_9055666.exe The syntax of the command is incorrect. Deleted file - F:\config.txt Could Not Find F:\el_windows_10_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9058225 =============================================================================== Process complete. Press any key to exit. =============================================================================== It could be the space in the name too. Code: =============================================================================== This script will create SFX patches for all SVF files in the current folder. Option V is for Verbose output. =============================================================================== Proceed ? (Y/N/V): V Creating 7z file for el_windows_10_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9058225_to_el_windows_10_education_version_1607_updated_jul_2016_x86_dvd_9055666.svf 7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 Scanning Creating archive el_windows_10_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9058225_to_el_windows_10_education_version_1607_updated_jul_2016_x86_dvd_9055666.7z Compressing el_windows_10_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9058225_to_el_windows_10_education_version_1607_updated_jul_2016_x86_dvd_9055666.svf Compressing smv.exe Everything is Ok Creating SFX for el_windows_10_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9058225_to_el_windows_10_education_version_1607_updated_jul_2016_x86_dvd_9055666.exe 7zsd_All.sfx config.txt el_windows_10_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9058225_to_el_windows_10_education_version_1607_updated_jul_2016_x86_dvd_9055666.7z 1 file(s) copied. Deleted file - F:\config.txt Deleted file - F:\el_windows_10_multiple_editions_version_1607_updated_jul_2016_x86_dvd_9058225_to_el_windows_10_education_version_1607_updated_jul_2016_x86_dvd_9055666.7z =============================================================================== Process complete. Press any key to exit. =============================================================================== It's the spaces befor and after "to"
I'm looking for these 2 ISO: sv_windows_10_enterprise_2015_ltsb_n_x64_dvd_6848418.iso SHA1: 7778DE4D4B683C92BF141D77C0DE41A163883FBA sv_windows_10_enterprise_2015_ltsb_x64_dvd_6850899.iso SHA1: 3DA8C3485338CBA5C04A2C1CDEF09EFA8D123FDA
@GezoeSloog Sorry, I'm a noob and don't know how to use SVF files. I thought full ISO could be found.
I got it but I don't know what to do with it. All I want is to get: sv_windows_10_enterprise_2015_ltsb_n_x64_dvd_6848418.iso sv_windows_10_enterprise_2015_ltsb_x64_dvd_6850899.iso The full ISO. Sorry for these stupid questions.