for integrating apps gonna need .xml license files to be put beside the .appx files. exactly what i'm looking for too...
Here are a few you need of the license files @Bm.Lava These are all the license files you need for integrating the store.
The Setup DVD folder can be updated in two ways 1) Integrating the SSU, CU to boot.wim and use the Integrate Windows Setup Media Updates menu. 2) Copy the updated Dynamic update which contains the updated Setup DVD files to <Packs\WHD\w10\x64\SetupMedia> folder and use the Integrate WHD General Updates menu. Note: The Dynamic update packages doesn't always contain a updated setup.exe
on 1903 ent x64: 1. integrate drivers 2. clean 3. remove windows apps by list 4. integrate whd 5. disable features [manual script.... always worked across every version] 6. clean 7. apply 8. rebuild i get a spinning circle upon initial boot up after installer copies the files. never gets past this stage.
...So it was like BM. LAVA said due to the absence of the XML files the TOOLKIT could not read the files I had put there, thanks MSMG for the link, I would like you to leave attached together(STORE) with the link of the toolkit in the first page,TAHNKS!
I have just finished testing your fix and it worked. In case it helps anybody else this is what I did. I did everything I normally do with Toolkit, except for one thing. Right before I created my ISO, I opened C:\ToolKit_v9.3.2\DVD\sourcesboot.wim in 7-Zip and copied C:\ToolKit_v9.3.2\DVD\sources\boot.wim\2\sources\setup.exe (path in 7-Zip address bar) by hitting F5 and pressing Enter - this copied the boot.wim file directly in my Toolkit sources folder, which is where it should go. I hope this was the right file, but it seems to work anyway.
I am keep getting these errors when i remove components: Code: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.UnauthorizedAccessException: Access to the path 'C:\toolkit\ToolKit_v9.3.2\Mount\Install\Windows\WinSxS\migration.xml' is denied. or Code: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Security.SecurityException: Requested registry access is not allowed. What is wrong? How can i fix this? Windows 10 pro 1809
Found a solution, Windows\WinSxS\migration.xml was writable by owner - trasted installer. I added write permission for Users group and it solved the problem.
Some times an endless do loop searching for a driver. Does it install in a VM? If it installs in a minimal VM I would start by plugging/disabling the audio card and work up from there. Regards
Hi! Could someone help me with adding sidebar to Windows 10 1903 - live system. Unfortunately I forgot add in MSMG Toolik. I installed customized Windows and I do not want removing everything again. In this folder: C:\ToolKit_v9.3.2\Packs I found sidebar folder. I do not want mess up my system, this is why I am asking for help. Thank you for great tool
Try skipping windows apps removal and see if it works to make sure it's not the removal. Also, enabling/disabling features triggers the WU to install the CU again, so do the feature disable before the integrate WHD updates.
Either you can use the same customized image and integrate the Sidebar with the Toolkit and reinstall the OS or Apply these Sidebar pack files on installed system using NSudo command prompt. Code: DISM /online /apply-image /imagefile:Sidebar_w10.tpk /index:2 /applydir:C:\ DISM /online /apply-image /imagefile:Sidebar_en-US.tpk /index:2 /applydir:C:\ reg import Sidebar_x64.reg But you need to modify the registry file to reflect the correct registry hives. Note: It has been reported that removing Communication Apps (Windows Mail, Calendar) breaks the Sidebar Contact gadget.