===================== 24H2_Integrator_12.5 ===================== - Updated the all.txt file (26100.4652 version) - The script was split into two: - 24H2_CreateDefault_12.5.cmd - 24H2_CreateSlim_12.5.cmd - Several modifications were made to the scripts for better functionality. - In the Default script, the user can choose to enable or disable some options. - Some apps and tools are not installed correctly during installation, so I chose to add WPI24H2 to the package, which contains some essential apps and tools for installation after the desktop opens. It's up to the user to install it or not. To do so, simply leave it as is (selected) or uncheck what you don't want to install. Or, close WPI and don't install anything. Please read the Changelog.txt and README.txt files before using the script. https://forums.mydigitallife.net/th...ic-legacy-windows.86552/page-120#post-1872013 Enjoy!
Just to share my thoughts on this. Two factors were interfering with the Windows Installer app installation process. 1 - The lack of DirectX installation or integration 2 - The application of the "Delete SystemApps with telemetry from InboxApplications to prevent them from getting deployed" tweak, which modifies Client.AIX, Client.CBS, and Client.CoreAI. So I added DirectX integration and removed the above tweak from the script, and everything worked fine again. Thanks for your help.
My test of the last 24H2_Integrator_12.5 script, slim version, went through on VM. no issue. on start button, I have seen apps: Copilot Store Xbox Linkedin , , , is this normal? (given slim version should remove them). So, this is a simple jump from 24H2_Integrator_10.19 to 24H2_Integrator_12.5?
Well, I don't know if integrating DirectX9c into the image at this stage will prevent the Resetbase command from being executed due to deferred operations. And what's the point of that if DirectX is installed from the Update Center immediately after installing the OS ?
I initially decided not to remove these apps, as removing them was causing some conflict with Windows Installer. I'll test the online removal after Windows is installed. We'll see how it works. Cheers
I can't say for sure that this was the only cause of the Windows Installer issue. But integrating DirectX through the script and not removing the three problematic apps allowed Windows Installer to work properly again. We'll run more tests and see what we can do to improve the script. Thanks for your help! Cheers
Testing again, this time adding the code to remove Click to Do, Get Started, and Windows Backup. This time everything went smoothly, without errors. Here is the updated slim script (attached) PS. The published package will also be replaced.
@SunLion Re downloaded package & ran script appears created default modern calc is not working & some of the apps pictured still exist. see attached.
Yes, that's right. The Default script doesn't remove these apps. Removing these apps will disable Windows Search and other features. They're only removed by the Slim script. I'll consider having an alternative in Default mode.
Please test this modified script to see if it removes the apps. However, removing these apps will disable Windows Search. See if it works for you.
@SunLion receiving a script shutdown just prior "Remove System UWP Apps from Registry" finishing? See log attached.
You can change "echo off" to "echo on" at the very top and the console window will output everything, this way you'll see exactly where it fails hopefuly Long shot, open script and find and remove this line, save and try again ":: by freddie-o - For Windows 11 --- These lines will prevent the SystemApps (with telemetry) from getting deployed during Windows setup" change this ECHO Delete SystemApps with telemetry from InboxApplications to prevent them getting deployed