Thats wrong info... the path is actually w10 without the rs1, also if u download the NetFX35 package from the official download link it comes that way. Now, looking at the script code (my knowledge is limited), apparently the path for the NetFX35 is inside the DVD folder now, but the script error points to \Packs folder, seems u forgot to change some things? Code: if "%SOS%"=="w10" if not exist "%DVD%\sources\sxs\microsoft-windows-netfx3-ondemand-package.cab" ( if "%WimIndexVersion%"=="10.0.10240" echo.Microsoft .NET Framework 3.5 Pack Folder ^<Packs\NetFX35\%SOS%\10240\%WimIndexArch%^> Is Empty... if "%WimIndexVersion%"=="10.0.14393" echo.Microsoft .NET Framework 3.5 Pack Folder ^<Packs\NetFX35\%SOS%\14393\%WimIndexArch%^> Is Empty... echo. echo.Please Copy Microsoft .NET Framework 3.5 Pack Files to Respective Folder... echo. goto :Stop ) if "%SOS%"=="w10" if not exist "%DVD%\sources\sxs\microsoft-windows-netfx3-ondemand-package.cab" if not exist "%NetFx35%\update.mum" ( if "%WimIndexVersion%"=="10.0.10240" echo.Microsoft .NET Framework 3.5 Pack Folder ^<Packs\NetFX35\%SOS%\10240\%WimIndexArch%^> Is Empty... if "%WimIndexVersion%"=="10.0.14393" echo.Microsoft .NET Framework 3.5 Pack Folder ^<Packs\NetFX35\%SOS%\14393\%WimIndexArch%^> Is Empty... echo. echo.Please Copy Microsoft .NET Framework 3.5 Pack Files to Respective Folder... echo. goto :Stop )
I do not change the path. It remains as it is. Download Net3.5 from the OP and put it in a folder Packs.
Hi! Bug Report In new ToolKit v6.4, there's an extra-parethesis at line 9776 (section :IntUpdatesMenu)
I'm having problems integrating the updates for Windows 8.1 at http : //wu.krelay.de/en/ for Windows 8.1, so it doesn't hang for hours/days when searching for Windows Updates. The ISO is called en-gb_windows_8.1_enterprise_with_update_x64_dvd_6054383 and I am trying to integrate Windows8.1-KB3021910-x64.msu, Windows8.1-KB3173424-x64.msu and Windows8.1-KB3172614-x64.msu as recommended in the previous link. I get error 14005 for KB3172614, as shown in the below spoiler. Spoiler =============================================================================== MSMG ToolKit - Integrate Windows Updates =============================================================================== ------------------------------------------------------------------------------- ####Starting Integrating Windows Updates####################################### ------------------------------------------------------------------------------- Source WIM Image : Install.wim Source WIM Index : 1 Source WIM Architecture : x64 Source WIM Build : 6.3.9600.17415 ------------------------------------------------------------------------------- ####Processing Windows Updates Packages######################################## ------------------------------------------------------------------------------- Creating Windows Updates Packages Temporary Folder... Extracting .CAB Package Files to Temporary Folder... Finished Extracting .CAB Package Files to Temporary Folder... ------------------------------------------------------------------------------- ####Integrating Windows Updates################################################ ------------------------------------------------------------------------------- Deployment Image Servicing and Management tool Version: 10.0.14986.1000 Image Version: 6.3.9600.17031 Processing 1 of 3 - Adding package Package_for_KB3021910~31bf3856ad364e35~amd64 ~6.3.1.2 [==========================100.0%==========================] Processing 2 of 3 - Adding package Package_for_KB3172614~31bf3856ad364e35~amd64 ~6.3.1.4 [=================== 33.2% ] Processing 3 of 3 - Adding package Package_for_KB3173424~31bf3856ad364e35~amd64 ~6.3.1.0 [==========================100.0%==========================] Error: 14005 Package Package_for_KB3172614 may have failed due to pending updates to servici g components in the image. Try the command again.The command completed with err rs. For more information, refer to the log file. The DISM log file can be found at C:\MSMG-ToolKit-v6.4\Logs\Dism.txt ------------------------------------------------------------------------------- ####Generating Windows Updates Integration LOG Files########################### ------------------------------------------------------------------------------- Writing Windows Updates Integration Log File... ------------------------------------------------------------------------------- ####Cleaning Up Temporary Files & Folders###################################### ------------------------------------------------------------------------------- Cleaning Up Windows Updates Temporary Folder... ------------------------------------------------------------------------------- ####Finished Integrating Windows Updates####################################### ------------------------------------------------------------------------------- =============================================================================== Press any key to continue . . .
The old pack will not work as I have changed the way the NetFX35 is integrated, the ToolKit will look for the microsoft-windows-netfx3-ondemand-package.cab extracted folder inside the <Packs\NetFX35\w10\14393\x64> Also, while creating the NetFX35 Pack I have wrongly misplaced the TH1 CAB files in RS1, so don't use the NetFX35 Packs until I do re-upload them. Just place the sxs folder inside the <DVD\sources\> folder it will integrate or Extract the microsoft-windows-netfx3-ondemand-package.cab file to <Packs\NetFX35\w10\14393\x64> folder.
The latest Insiders Preview CU will install few OneDrive files even if the OneDrive had been removed using the ToolKit. So either do a fresh image with CU integrated or manually remove the files.
v6.4 + Updated the Feature "Integrate Microsoft .Net Framework 3.5" to Improve Integration Speed. + Updated the Feature "Integrate WHD General Updates" to Improve Integration Speed for Windows 10 Source OS. Thank you and Tito so very much.
@MSMG congrats for Toolkit v6.4 realy the best version for me until now but unfortunately I think that next version maybe use GUI with Powershell because of limitations with DOS script (until now 10.0.14986.1000) again v6.4 works like a charm; I'm very happy
Thanks, The GUI version don't have any issues like the CMD and at present it uses the DISM command line tools to perform the image operation and for the rest it uses the Windows function so there's no need for PowerShell at this stage. Today added a new feature to the GUI version to import Drivers from Live System to integrate to the Image and also to Integrate .EXE, .MLC Language Packs/Language Interface Packs.
Just noticed that when the latest Insider CU is integrated, then the Image Component Clean-up with ResetBase for Install.wim takes a longer time than it used to be before.
I got very upset yesterday that the site was down. I was making a new image and there is a bug in the toolkit 6.4. Using Windows enterprise LTSB x86. @MSMG, the path for windows 10 default metro apps is wrongly set. The toolkit now looks in Apps\w10\w10\ But the path has always been Apps\w10\ So to make it work I had to create a w10 folder inside the w10 folder, else the toolkit errors out (apps not found). Question about the package list for windows component removal. I understand that the package name has to be truncated. But some packages have sub packages, for example defender and cortana. How do we make such a package list? Can you give an example? Resetbase is still not included for the install wim image. I understand you didn't include it because of pending operations. It does work fine for boot.wim and WinRE images. Cheers.
@Supern00b Resetbase is still not included for the install wim image. I understand you didn't include it because of pending operations. It does work fine for boot.wim and WinRE images. yep I also stay confused about Resetbase because today I make job using my ISO that I made using Toolkit in 01.05.2017 or this Windows that I'm using now (working fine without issues) my intention is only integrate all 6 updates for Windows Enteprise 2016 LTSB x64 for achieve one "new" ISO updated ok but when Toolkit are adding updates I receive one warn about "operations pending" related to .NET FX3 and ask to I make the operation again! then I conclude that is not correct make more job with one ISO already "worked" I think is needed works ever with clean iso for avoid issues so my job is lost unfortunately less bad at least I learn more one thing anyway
Normally you first integrate the Servicing Stack update, enable dotnetfx3, integrate the CU and next the Flash update (there are only 3 updates to integrate). Resetbase can't be done after enabling dotnetfx3.