Just tested yesterday . Didn't check the downloads hash in my haste and decrypted/re-arranged with the decrypter to a ISO successfully, but VM install failed at files extract. Interestingly the ISO creation only worked one single time. All following attempts stopped due to corrupted index 4. CONCLUSION: It can happen.
You want error output, no problem: Code: ============================================================ Creating install.wim file... ============================================================ Writing LZX-compressed data using 4 threads [ERROR] Failed to decompress data! written (9% done) ERROR: Exiting with error code 2: Failed to decompress compressed data. Errors were reported during export.
Due to the nature of the decryption & conversion algorithm, each extracted ISO is different. So there is no way to construct a delta.
What if you patched the meta data in iso and create a delta from that?. Maybe that could work?. offset patcher ---> 00 bytes in home brew iso ---> same sha-1 create delta---> target sha-1 deploy: offset patch ---> delta patch svf---> target
either way you'd be working with non-original files, so we can't really effort that kind of thing as they'll just get DMCA takedown
With the Windows ADK, what is the proper procedure to transform an esd file of Windows 10 in an iso? Thanks Bye
Basic procedure is: 1- Decrypt esd (not possible with adk) 2- Apply index 1 to a folder (we use \ISOFOLDER) 3- Apply index 2 to \ISOFOLDER\sources\boot.wim 3- Apply index 3 to \ISOFOLDER\sources\boot.wim 4- Apply index 4 to \ISOFOLDER\sources\install.wim or install.esd 5- Make iso with oscdimg Refer to the script for the actual usage. You can edit to your liking. Older versions of the script in the win8 section of the forum use the old dism commands.
Are there any svf files around for the ESD's? Looking for Code: 10240.16384.150709-1700.th1_cliententerprise_vol_x64fre_en-us_54d610e4e51a30e8f3e2e404cb3694e2af376756.esd -> 10240.16384.150709-1700.th1_clientsinglelanguage_ret_x64fre_en-us_31ddb0e5ddcd7b5358b865f67415d557c0ee9245.esd 10240.16384.150709-1700.th1_clientcore_ret_x64fre_en-us_225b811354c27d6e0dee4157d4732d7ca4b17f72.esd 10240.16384.150709-1700.th1_clientpro_ret_x64fre_en-us_9d40e15f430ab89a1eabb165acbf40c9f07d18bb.esd & Code: 10240.16384.150709-1700.th1_cliententerprise_vol_x86fre_en-us_6dcd2b206412f4e5315c44b8693d0f3f6a5da9d1.esd -> 10240.16384.150709-1700.th1_clientsinglelanguage_ret_x86fre_en-us_1e30e5053b533cc385a78a0d166e84754567f00d.esd 10240.16384.150709-1700.th1_clientcore_ret_x86fre_en-us_582006c98d18a4c215708623d5bc70757adce4d1.esd 10240.16384.150709-1700.th1_clientpro_ret_x86fre_en-us_83d0ecebe1ccdde08a144a34df656d2af48c6b84.esd Thanks to anyone who can help