No, the script is set to use system's dism if host os is Win 8.1 or later you may comment this line to use adk 8.1 on Win 10 Code: if %winbuild% geq 9600 goto :mainmenu
@echo off for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i: echo Found CD-Rom as drive %CDROM% ::Begin hotfix install :MSI echo Installing MSI IF EXIST %SystemRoot%\SysWOW64 start /wait %CDROM%\Files\windows10.0-kb4013214-x64.msi /Q IF NOT EXIST %SystemRoot%\SysWOW64 start /wait %CDROM%\Files\windows10.0-kb4013214-x86.msi /Q :Malicious software removal tool echo Installing Malicious Software Removal Tool IF EXIST %SystemRoot%\SysWOW64 start /wait %CDROM%\Files\windows-kb890830-x64.exe /Q IF NOT EXIST %SystemRoot%\SysWOW64 start /wait %CDROM%\Files\windows-kb890830-x86.exe /Q ::all processing finished, delete used files, and EXIT:: :CLEANUP ::SHUTDOWN /R /T 60 IF EXIST %windir%\Setup\scripts RD /S /Q %windir%\Setup\scripts >nul DEL /F /Q %0% >nul exit What i did wrong? abbodi? it takes more than two hours in wait a moment on instalation
hi @abbodi1406 thx for your nice hard work, btw can i req .NET Framework AIO for Windows XP x64 & Server 2003 x64?
I only update ricktendo's pack, i don't have the knowledge to build one from scratch AFAIK, almost all .net updates after 2015 are x86 only
I thought that UUP > ISO also integrates the CU because it shows "CAB->ESD: Windows10.0-KB4043961-x64" but it does not integrate.......
Just a converter any cbs cab file detected will be converted to esd, regardless if it's part of the final complete ESD or not
W10UI 3.6 Fixed (thanks @Enthousiast) if net35source is set manually, the script still try to check and find another source
installing update with W10UI safely,, do I need edit script for target OS : current OS(fall creator updates installed) not for creating my own iso like in here (Setting /resetbase to "1" will break the resetpc option, so best to set /resetbase to "0" and cleanup image to "1") or just leave it originally while I download it form your thread here. default your script is cleanup = 0 and resetbase = 0. just confused because old script not many advanced setting added. anyway, always thank you for your script and completely detailed about info windows update in your signature which kbxxx in w10, win8.1, etc also office 2016
Enthousiast suggestion is good what the options means is: cleanup=1 delta-compress superseded components Code: Dism /Online /Cleanup-Image /StartComponentCleanup resetbase=1 removes superseded components Code: Dism /Online /Cleanup-Image /StartComponentCleanup /ResetBase
so then if I want install .msu update on target is my current os.. just edited scrip with resetbase to 0 and cleanup image to 1 like Enthousiast suggestion? still confusing and little scary .. well I read carefully in thread is that means for created your own iso or installing target to current os installed..