Feature Request: AIO Installer Packages of .NET Runtimes
Can you also package AIO runtimes for .NET releases as well or other essential runtimes like java?
Java already has AdoptOpenJDK for compact, bloat-free JRE runtimes. (Now Adoptium)
You mean .NET 5 ,6 ,7...? or .NET Framework?
5,6,7,8 and .NET core. It should be easier to repack also because the updates are less frequent and are less in quantity.
It's interesting if it would be possible to create an AiO package for XP-Win11 of a repackaged .NET Framework to include every version from the oldest to the latest as all needed and install it in a similar way as Visual AiO currently does.
For example from v2.0 to v4.8.1
I have no idea if it's possible and it could be difficult and the package could be very important due to the number of all versions for each system and the language pack for them.
.NET Framework for Windows 8 and later are updates, there are no need or benefit to repackage them same for Windows 7, except .NET 4.x
p.s. dotNetFx4xW7 / dotNetXP
@abbodi1406
I just downloaded for test for XP but for Win7 I don't see "download":

ok, here i can help about that.. i've working for a package which can include all neccesary frameworks and runtimes, but i add net core and desktop runtime version 3.1.32 ,5.0.17 ,6.0.12 ,7.0.1 and 8.0. So its separately from the "big" package. Also in the big package it has all packages listed. (check readme.md)
There some .msi packages to be added into archive and updating.
Link: https://github.com/jbara2002/redist-pack/releases
File to Download (Framework Packages (.net).exe) ~500 MB File.
@abbodi1406
I just downloaded for test for XP but for Win7 I don't see "download":
I don't provide ready repack for Win7 the script and tools are easy to create the repack yourself
In windows 11, and probably 10 you can force windows to run every program in the latest .net, so you don't need a redist of 1-7 .net lol I rarely get errors from running everything in net 7
In windows 11, and probably 10 you can force windows to run every program in the latest .net, so you don't need a redist of 1-7 .net lol I rarely get errors from running everything in net 7
Games require you to install regardless, if it is not detected, like COD MW3.
In windows 11, and probably 10 you can force windows to run every program in the latest .net, so you don't need a redist of 1-7 .net lol I rarely get errors from running everything in net 7
Games require you to install regardless, if it is not detected, like COD MW3.
No I use sophia app and it blocks older .net from being installed
In windows 11, and probably 10 you can force windows to run every program in the latest .net, so you don't need a redist of 1-7 .net lol I rarely get errors from running everything in net 7
OnlyUseLatestCLR registry has no effect on .NET Core, and it's bad practice for .NET Framework