Thanks, I think I've fixed after I've copied and manually replaced these: c:\Windows\system32 c:\Windows\Syswow64 ucrtbase_clr0400.dll vcruntime140_clr0400.dll + installed VisualCppRedist AIO + manually copied WinSxs files from abbodi's net 4.8 7zip file for w8.0 + some extra files (not sure if needed) into c:\Program Files | c:\Program Files x86 from the full w8.0 with 4.8 installation now I'm doing some tests with .NET based apps...
it seems like 4,8 based apps are working now! BUT an older app that needs older net version isn't working anymore... not sure if only happens with just this app or something is wrong and I need to reinstall / reimport keys for older .net versions.. @abbodi1406 do you have an installer for previous < 4.8 .net versions for w8.0 which also has a .reg file so I can manually reinstall it? thanks
thanks @abbodi1406 , I currently have a problem with the apps that only need net 3.5 or 2.0, they doesn't work and doesn't show errors when I try to open the app .exe do you have or there is some similar .reg to fix these? or some AIO .net that I can manually install? is any I can try with dependency walker to see the missing files? or maybe it's just something wrong in the regisry. If I'm not wrong, this OS only has... Net Framework 2.0, 3.0, 3.5 & 4.0 ...before I installed 4.8 at leat TopWinPrio doesn't work anymore
Code: https://dotnet.microsoft.com/en-us/download/dotnet/5.0 https://learn.microsoft.com/de-de/d...how-to-determine-which-versions-are-installed Code: https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed Code: https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework If you want to check the versions on your own computer, the easiest way to do this is via Control Panel>Programs>Programs and Featuresor in Settings under Apps>Installed https://www.vbarchiv.net/tipps/details.php?id=1515&print=1
https://learn.microsoft.com/en-us/d...how-to-determine-which-versions-are-installed https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework Hey, maybe switch the language, Zicklein.
dll register.reg [Kontexmenue] Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\dllfile\shell\Register\Command] @="regsvr32.exe \"%1\"" [HKEY_CLASSES_ROOT\dllfile\shell\Unregister\Command] @="regsvr32.exe /u \"%1\"" [HKEY_CLASSES_ROOT\ocxfile\shell\Register\Command] @="regsvr32.exe \"%1\"" [HKEY_CLASSES_ROOT\ocxfile\shell\Unregister\Command] @="regsvr32.exe /u \"%1\"" dll unregister.reg [Kontexmenue] Code: Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT\dllfile\shell\Register] [-HKEY_CLASSES_ROOT\dllfile\shell\Unregister] [-HKEY_CLASSES_ROOT\ocxfile\shell\Register] [-HKEY_CLASSES_ROOT\ocxfile\shell\Unregister] :: save two files to reg and unreg
Hi Is this still working with .wim files and delta updates? I need to extract a single file from latest update
So we still don't know how to manually patch a file while we have its delta update file? Sad... I thought that would be like binary patching...
Maybe it would be appropriate to restrain yourself, just ask nicely https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/
When adding tr-TR (Turkish) language pack W10MUI adds internationalfeatures-Taiwan package. It should not do that. If exist it should add internationalfeatures_Turkish package or not. Can you check it. Turkey and Taiwan are different countries. That package is standalone Microsoft-Windows-InternationalFeatures-Taiwan-Package~31bf3856ad364e35~amd64~~.cab Should be a check like this probably. If the language is Taiwaneese or whatever language used in there install .cab else (for all other languages) do not install .cab. It do that because i copied all 26100.1.240331-1435.ge_release_amd64fre_CLIENT_LOF_PACKAGES_OEM.iso folder under ondemands.
Any FODs detected will be added, regardless Language don't include unneeded FODs it's just a script, not perfectly engineered program
uup-converter-wimlib-109f, convert-UUP.cmd, line 4186: Code: Press 0 or q to exit. I think you forgot an "echo" here?
First, hey and thanks @abbodi1406 for the great scripts. Does anyone know how to properly integrate a Win11 (Pro 26100) with updates (LCU, NDP, DU, etc.) so that Windows Update does not re-offer and reinstall the same LCU that I've already integrated with W10UI? I read your post on the NTLite forums, @abbodi1406 -- I understand the problem -- I just don't know how to fix it. EDIT: It seems starting from the wrong base iso (26100.1742) is an effort in futility. Starting from 26100.1 seems to have fixed the WU re-offer issue.