@abbodi1406 Hi, I also runned the script and got the same errors, but this time with ADK version 10.0.18362.1 installed Spoiler: config Code: @setlocal DisableDelayedExpansion @set uiv=v7.6 @echo off :: enable debug mode, you must also set target and repo (if updates are not beside the script) set _Debug=1 :: when changing below options, recommended to set the new values between = and " marks :: target distribution, wim file or offline image :: leave it blank to update current online os, or automatically detect wim file next to the script set "Target=E:\" :: updates location :: leave it blank to automatically detect the current script directory set "Repo=D:\brewing" :: dism.exe tool custom path (if Host OS is not Win10 and no Win10 ADK installed) set "DismRoot=dism.exe" :: enable .NET 3.5 feature set Net35=1 :: optional, specify custom "folder" path for microsoft-windows-netfx3-ondemand-package.cab set "Net35Source=" :: Cleanup OS images to "compress" superseded components (might take long time to complete) set Cleanup=0 :: Rebase OS images to "remove" superseded components (warning: break "Reset this PC" feature) :: require first to set Cleanup=1 set ResetBase=0 :: update winre.wim if detected inside install.wim set WinRE=1 :: optional, set directory for temporary extracted files (default is on the same drive as the script) set "_CabDir=W10UItemp" :: optional, set mount directory for updating wim files (default is on the same drive as the script) set "MountDir=W10UImount" set "WinreMount=W10UImountre" :: start the process directly once you execute the script, as long as the other options are correctly set set AutoStart=0 :: # Options for distribution target only # :: convert install.wim to install.esd :: warning: the process will consume very high amount of CPU and RAM resources set wim2esd=0 :: create new iso file :: require Win10 ADK, or place oscdimg.exe or cdimage.exe next to the script set ISO=1 :: folder path for iso file, leave it blank to create in the script current directory set "ISODir=D:\hot" :: delete DVD distribution folder after creating updated ISO set Delete_Source=0
@achernov @Enthousiast i installed x86 1809 OS, and tested x64 Target scenario surprisingly, i could not reproduce the issue, integration worked fine Spoiler Code: ============================================================ Running W10UI v7.6 ============================================================ ============================================================ Extracting files from update cabinets (.cab) *** This will require some disk space, please be patient *** ============================================================ 1/4: Windows10.0-KB4486153-x64.cab 2/4: Windows10.0-KB4530715-x64_PSFX.cab 3/4: Windows10.0-KB4523204-x64.cab 4/4: Windows10.0-KB4533001-x64-NDP48.cab ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_KB4523204~31bf3856ad364e35~amd64~~17763.850.1.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.1 Processing 1 of 2 - Adding package Package_for_KB4486153~31bf3856ad364e35~amd64~~10.0.1.2919 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.1.3068 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.914.1.4 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.914 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. ============================================================ Reinstalling cumulative update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.914 Processing 1 of 2 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.1.3068 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.914.1.4 [==========================100.0%==========================] The operation completed successfully. ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Finished ============================================================ Press 9 to exit. the only differences: - i did not include Flash player or SafeOS updates (i doubt they cause the issue) - 1809 x86 host OS is vanilla (17763.1) without any updates - no Windows Defender or any other AV. anyway, W10UI v7.6 is officially released (because it fix the wrong x64 target detection on x86 host) maybe you will have better luck with it i having nothing else in my mind to solve this issue for now
@abbodi1406 i will try to reproduce without the flash update and without defender running, i never integrate the safeOS du My x86 Host was Enterprise 2019 LTSC 17763.1, target was Enterprise 2019 LTSC x64 17763.1.
Does anyone know any working scrips to add in 'SetupComplete.cmd' under 'Win ISO\sources\$oem$\$$\Setup\Scripts' that make the power plans like high performance & power saver for laptop/notebook systems like earlier Windows installation (pre-1709 probably)?
it would've been enough only if I knew that where will I get the answer precisely so yeah, I didn't take any chance.
@abbodi1406 @Enthousiast Runned with cleanup and resetbase, also reinstalled ADK 10.0.17763.1 and no issues occurred Spoiler: config Code: @setlocal DisableDelayedExpansion @set uiv=v7.6 @echo off :: enable debug mode, you must also set target and repo (if updates are not beside the script) set _Debug=1 :: when changing below options, recommended to set the new values between = and " marks :: target distribution, wim file or offline image :: leave it blank to update current online os, or automatically detect wim file next to the script set "Target=D:\es_windows_10_enterprise_ltsc_2019_x64_dvd_e94f898f" :: updates location :: leave it blank to automatically detect the current script directory set "Repo=D:\brewing" :: dism.exe tool custom path (if Host OS is not Win10 and no Win10 ADK installed) set "DismRoot=dism.exe" :: enable .NET 3.5 feature set Net35=1 :: optional, specify custom "folder" path for microsoft-windows-netfx3-ondemand-package.cab set "Net35Source=" :: Cleanup OS images to "compress" superseded components (might take long time to complete) set Cleanup=1 :: Rebase OS images to "remove" superseded components (warning: break "Reset this PC" feature) :: require first to set Cleanup=1 set ResetBase=1 :: update winre.wim if detected inside install.wim set WinRE=1 :: optional, set directory for temporary extracted files (default is on the same drive as the script) set "_CabDir=W10UItemp" :: optional, set mount directory for updating wim files (default is on the same drive as the script) set "MountDir=W10UImount" set "WinreMount=W10UImountre" :: start the process directly once you execute the script, as long as the other options are correctly set set AutoStart=0 :: # Options for distribution target only # :: convert install.wim to install.esd :: warning: the process will consume very high amount of CPU and RAM resources set wim2esd=0 :: create new iso file :: require Win10 ADK, or place oscdimg.exe or cdimage.exe next to the script set ISO=1 :: folder path for iso file, leave it blank to create in the script current directory set "ISODir=D:\hot" :: delete DVD distribution folder after creating updated ISO set Delete_Source=0 I'll leave this here if interested.
Thank you for responding. Your download links explicitly describe versions 17763.1 and 17763.107 as LTSC, but there is no such description for 17763.316 version: there's just Windows 10 Version 1809 (17763.316) while other links are Enterprise 2019 LTSC (17763.#) in addition to Windows 10 Version 1809 (17763.#). So I'm not sure, is that LTSC link for 17763.316?