Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: AIO Installer Packages of .NET Runtimes #68

Open
boromyr opened this issue Apr 17, 2023 · 12 comments
Open

Feature Request: AIO Installer Packages of .NET Runtimes #68

boromyr opened this issue Apr 17, 2023 · 12 comments

Comments

@boromyr
Copy link

boromyr commented Apr 17, 2023

Can you also package AIO runtimes for .NET releases as well or other essential runtimes like java?

@QuaDiFIN
Copy link

Java already has AdoptOpenJDK for compact, bloat-free JRE runtimes. (Now Adoptium)

@abbodi1406
Copy link
Owner

abbodi1406 commented Apr 24, 2023

You mean .NET 5 ,6 ,7...? or .NET Framework?

@boromyr
Copy link
Author

boromyr commented Apr 24, 2023

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.

@RemixPL1994
Copy link

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.

@abbodi1406
Copy link
Owner

.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

@RemixPL1994
Copy link

RemixPL1994 commented Apr 30, 2023

@abbodi1406

I just downloaded for test for XP but for Win7 I don't see "download":

obraz

@ionuttbara
Copy link

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
Copy link
Owner

@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

@Chaython
Copy link

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

@TairikuOokami
Copy link

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.

@Chaython
Copy link

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

@abbodi1406
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants