Like yourself... I have various family/friends that I look after... and they have different requirements (versions of windows that they use) .... so.. I have copies (in seperate folders) of a virgin Pro, Pro for Workstation, Enterprise, LTSC, Server 2019 and... ... further copies (in seperate/different folders) for servicing ...depending on demand, I create new (updated) installation .ISO's for them and as such, it is easier for me to edit (W10UI.cmd) and rename (ie. W10UI_LTSC [pointing to the LTSC Folder]).... rather than change the criteria/parameters of W10UI.cmd each time I need to do something. ... we all think and work differently (generally the outcome is the same) ... and this method works for me. ....... in answer to @oveco's request..... 1. Create a Dir/Folder on your hard drive that contains W10UI (5.8) ... keep all the latest updates within this folder 2. Create a Dir/Folder on your hard drive with a virgin (17763.1) copy of LTSC in it (Dynamic [sources] updates can be applied to this whenever) 3. Create a second Dir/Folder with a copy of the original (17763.1 or ammended .. containing latest Dynamic [Sources] updates) LTSC contained within Edit W10UI.cmd (from 1.) to point to the install.wim in the sources folder of 3. example: :: target image or wim file :: leave it blank to automatically detect wim file next to the script, or current online os set "target=D:\292_en-gb_windows_10_enterprise_ltsc_2019_x64_dvd_cd49b901\sources\install.wim" ... and you are good to go
I do the same for dutch and en-us iso's (my "clients" just use WU for further online updating), but that's just the settings part of the script, to point at the nl-NL work folder or at the en-US workfolder, the same for x86 and x64. But all is W10UI_5.8 based, shouldn't the script be capable to decide what update is needed or not, so it doesn't need different updatefolders other then one x86 and one x64? This is what it is all about, the settings of the script: Code: @echo off :: set to 1 to enable debug mode (you must also set target, and repo if updates are not beside the script) set _Debug=0 cd /d "%~dp0" set uiv=v5.8 :: when changing below options, be sure to set the new values between = and " marks :: target image or wim file :: leave it blank to automatically detect wim file next to the script, or current online os set "target=j:\W10UI_4.X\17763.1_Work_x86_NL" :: updates location, %cd% represent the current script directory set "repo=j:\W10UI_4.X\17763.1_Updates_x86" :: dism.exe tool path (default is system's if the host os is win10) set "dismroot=%windir%\system32\dism.exe" :: enable .NET 3.5 feature, set to 0 to skip it set net35=1 :: optional, specify custom "folder" path for microsoft-windows-netfx3-ondemand-package.cab set "net35source=j:\W10UI_4.X\17763.1_SXS_x86" :: 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=0 :: update winre.wim if detected inside install.wim, set to 0 to skip it set winre=1 :: # Manual options # :: create new iso file if the target is a distribution folder :: require ADK installed, or placing oscdimg.exe or cdimage.exe next to the script set iso=1 :: set this to 1 to delete DVD distribution folder after creating updated ISO set delete_source=0 :: set this to 1 to start the process directly once you execute the script :: make sure you set the above options correctly first set autostart=0 :: optional, set directory for temporary extracted files set "cab_dir=%~d0\W10UItemp" :: optional, set mount directory for updating wim files set "mountdir=%SystemDrive%\W10UImount" set "winremount=%SystemDrive%\W10UImountre" Glad you explained it, instead of posting the scripts
Also: 2019-01 Cumulative Update for .NET Framework 3.5 and 4.7.2 for Windows 10 Version 1809 for x64 (KB4481031) From the CU changelog: " Addresses a compatibility issue with AMD R600 and R700 display chipsets. " That means I can try and install 1809 on my ancient second PC with HD4850.
Code: ============================================================ 1. Target (x86): "j:\W10UI_4.X\17763.1_Work_x86_US" 2. Updates: "j:\W10UI_4.X\17763.1_Updates_x86" 3. DISM: "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\x86\DISM\dism.exe" 4. Enable .NET 3.5: YES 5. Cleanup System Image: YES 6. Reset Image Base: NO 7. Update WinRE.wim: YES M. Mount Directory: "C:\W10UImount" E. Extraction Directory: "J:\W10UItemp" ============================================================ 0. Start the process ============================================================ Change a menu option, press 0 to start, or 9 to exit: Code: ============================================================ Running W10UI v5.8 ============================================================ ============================================================ Extracting files from update cabinets (.cab) *** This will require some disk space, please be patient *** ============================================================ 1/4: Windows10.0-KB4470788-x86_SSU_17763.164.cab 2/4: Windows10.0-KB4476976-x86_PSFX_17763.292.1.13.cab 3/4: Windows10.0-KB4480979-x86_Flash_Jan_8.cab 4/4: Windows10.0-KB4481031-x86_DotnetFX_CU_Jan_23.cab ============================================================ Mounting install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ 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_KB4470788~31bf3856ad364e35~x86~~17763.164.1.1 [==========================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_KB4480979~31bf3856ad364e35~x86~~10.0.1.0 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~x86~~10.0.1.2315 [==========================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~x86~~17763.292.1.13 [==========================100.0%==========================] The operation completed successfully. ============================================================ Cleaning up OS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.292 [==========================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.292 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.292 Processing 1 of 2 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~x86~~10.0.1.2315 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~17763.292.1.13 [==========================100.0%==========================] The operation completed successfully. ============================================================ Updating winre.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Mounting image [==========================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_KB4470788~31bf3856ad364e35~x86~~17763.164.1.1 [==========================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~x86~~17763.292.1.13 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.292 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.292 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image File : J:\W10UI_4.X\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding updated winre.wim ============================================================ 1 file(s) copied. ============================================================ Unmounting install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image File : j:\W10UI_4.X\17763.1_Work_x86_US\sources\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding install.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ 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_KB4470788~31bf3856ad364e35~x86~~17763.164.1.1 [==========================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 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~17763.292.1.13 [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.292 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.292 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image File : j:\W10UI_4.X\17763.1_Work_x86_US\sources\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ 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_KB4470788~31bf3856ad364e35~x86~~17763.164.1.1 [==========================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 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~17763.292.1.13 [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.292 [===========================99.3%========================= ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.292 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image File : j:\W10UI_4.X\17763.1_Work_x86_US\sources\boot.wim Image Index : 2 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding boot.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Exporting image [==========================100.0%==========================] Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Creating updated ISO file... ============================================================ OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2012. All rights reserved. Licensed only for producing Microsoft authorized content. Scanning source tree (500 files in 37 directories) Scanning source tree complete (940 files in 83 directories) Computing directory information complete Image file is 3326836736 bytes (before optimization) Writing 940 files in 83 directories to Win10_17763.292_x86_2019-01-23.iso 100% complete Storage optimization saved 25 files, 14190592 bytes (1% of image) After optimization, image file is 3314784256 bytes Space saved because of embedding, sparseness or optimization = 14190592 Done. ============================================================ Finished ============================================================ Press any key to exit.
Code: Package_for_DotNetRollup~31bf3856ad364e35~x86~~10.0.1.2315 so now all future .NET CU will be chained by CBS package name, and get superseded automatically with each new one
Hi, I installed the release preview ring cab file of KB4476976 and now I want to install the "new" one and it says it is already installed. Nothing has changed? And also, does KB4481031 supersedes KB4480056?
The dotnetfx CU never was IP, the new one replaces the old one, catalog has been bad on the info before. They renamed the dotnetcu starting with the latest one, from now on, the info should be correct: https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-368#post-1498896
Code: ============================================================ 1. Target (x64): "j:\W10UI_4.X\17763.1_Work_x64_NL" 2. Updates: "j:\W10UI_4.X\17763.1_Updates_x64" 3. DISM: "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\x86\DISM\dism.exe" 4. Enable .NET 3.5: YES 5. Cleanup System Image: YES 6. Reset Image Base: NO 7. Update WinRE.wim: YES 8. Install.wim selected indexes: All (4) M. Mount Directory: "C:\W10UImount" E. Extraction Directory: "J:\W10UItemp" ============================================================ 0. Start the process ============================================================ Change a menu option, press 0 to start, or 9 to exit: Code: ============================================================ Running W10UI v5.8 ============================================================ ============================================================ Extracting files from update cabinets (.cab) *** This will require some disk space, please be patient *** ============================================================ 1/5: windows10.0-kb4470788-x64_SSU_17763.164.cab 2/5: Windows10.0-KB4476976-x64_CU_17763.292.1.13.cab 3/5: Windows10.0-KB4480056-x64_Dotnet_CU_Jan_8.cab 4/5: Windows10.0-KB4480979-x64_Flash_Jan_8.cab 5/5: Windows10.0-KB4481031-x64_Dotnet_CU_Jan_23.cab ============================================================ Mounting install.wim - index 1/4 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ 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_KB4470788~31bf3856ad364e35~amd64~~17763.164.1.1 [==========================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 3 - Adding package Package_for_KB4480056~31bf3856ad364e35~amd64~~10.0.1.2305 [==========================100.0%==========================] Processing 2 of 3 - Adding package Package_for_KB4480979~31bf3856ad364e35~amd64~~10.0.1.0 [==========================100.0%==========================] Processing 3 of 3 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.1.2315 [==========================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.292.1.13 [==========================100.0%==========================] The operation completed successfully. ============================================================ Cleaning up OS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.292 [==========================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.292 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.292 Processing 1 of 3 - Adding package Package_for_KB4480056~31bf3856ad364e35~amd64~~10.0.1.2305 [==========================100.0%==========================] Processing 2 of 3 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.1.2315 [==========================100.0%==========================] Processing 3 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.292.1.13 [==========================100.0%==========================] The operation completed successfully. ============================================================ Updating winre.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Mounting image [==========================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_KB4470788~31bf3856ad364e35~amd64~~17763.164.1.1 [==========================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.292.1.13 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.292 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.292 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image File : J:\W10UI_4.X\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding updated winre.wim ============================================================ 1 file(s) copied. ============================================================ Unmounting install.wim - index 1/4 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image File : j:\W10UI_4.X\17763.1_Work_x64_NL\sources\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully.