2-decript the file above with ESD Decrypter v4 (with what option 1, 2, 3 or 4 of the decripter?). Edit decrypt.bat: Add the line: "%wimlib%" export "%ENCRYPTEDESD%" 1 bootfiles.wim --compress=maximum before the line (line number 166 in "WIM section): "%wimlib%" export "%ENCRYPTEDESD%" 4 install.wim --compress=maximum Run decrypt.bat and select: 3 - Create Standard install.wim 3-"From mounted install.wim you have to acquire your boot.wim from the location: C:\Mount\Windows\System32\Recovery\WinRE.wim" - acquire boot.wim, where is that? md C:\mount DISM /Mount-Wim /WimFile:C:\ISO\sources\install.wim /index:1 /MountDir:C:\mount attrib -r -s -h C:\mount\Windows\System32\Recovery\winre.wim copy C:\mount\Windows\System32\Recovery\winre.wim C:\ISO\sources\boot.wim Dism /unmount-WIM /MountDir:C:\mount /discard 4-"List indexes of ESD: dism /Get-WimInfo /WimFile:C:\ISO\sources\winblue.esd > C:\IndexLog.txt One of those four indexes are boot files. You just have to: 1. Create "bootmgr_type" boot media. 2. Copy the boot files from that index bootfiles.wim is result of above added line. Use commands: DISM /Mount-Wim /WimFile:C:\ISO\sources\bootfiles.wim /index:1 /MountDir:C:\mount Copy C:\Mount\*.* C:\ISO\*.* Dism /unmount-WIM /MountDir:C:\mount /discard 3. Copy the customised boot.wim and install.wim (with customized winre.wim inside) to media's \sources" - Where is that? To C:\ISO\sources Actually there is no need of copy, just mount, customize and unmount with committing changes... 5-"Integrate the drivers to install.wim" - With what software and with what command? Dism /Image:C:\mount /Add-Driver /Driver:C:\INF /Recurse 5,5-"Integrate the updates to install.wim" Wait for actual MSU list in the next post. Download MSUs with wget tool. Use: DISM /image:C:\mount /Add-Package /PackagePath:C:\MSU 5,6-Integrate APPXes Use APPX pack and commands there. (Remove non-actual APPXes from install.wim using RemoveIR5.cmd then add actuall ones uding add.cmd.) ... 9-After all this can i make a ISO file (off all above), for making a boot cd for installing with a external dvdrw drive? EFI: oscdimg -bc:\ISO\efi\boot\bootarm.efi -h -u2 -m -lwin811_arm C:\ISO\ C:\win811_arm.iso BIOS: oscdimg -bC:\ISO\boot\etfsboot.com -h -u2 -m -lwin811_arm C:\ISO\ C:\win811_arm.iso BTW: Better than ISO is just to put entire C:\ISO file-content to bootable "bootmgr_type" USB drive, so in USB root "\" directory is the "sources" sub-directory. Use RMPrepUSB to create bootmgr bootloader on EMPTY USB drive.
Thanks for your help, but i don´t get it. I´m glad that my Samsung recovery worked well for your database. I´m giving up, nevermind, i will use the normal software that came with the tablet
download.windowsupdate.com/d/msdownload/update/software/crup/2015/04/Windows8.1-KB3004545-arm_6D9E2D181F3A7FFABC29191397AB7A64DB9B91DC.msu Recently added KB3004545 as a apart of kb3013769 WU
.MSUs are in windowsupdate.log too, when detection for new updates begins, all MSUs (not installed) are listed together, after that in downloading phase there are CABs and EXEs as you said.
Update-lists for Windows RT v8-1-x and Office RT 2013 HSP in 1st post are now updated to actual status: ARM Updates to W8-1-x RT 2015-05-10 - from Day0 ARM Updates to W8-1-x RT Office 2013 RT 2015-05-10 - from Day0