vcredist icon indicating copy to clipboard operation
vcredist copied to clipboard

Feature Request: AIO Installer Packages of .NET Runtimes

Open boromyr opened this issue 3 years ago • 12 comments

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

boromyr avatar Apr 17 '23 13:04 boromyr

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

QuaDiFIN avatar Apr 17 '23 18:04 QuaDiFIN

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

abbodi1406 avatar Apr 24 '23 15:04 abbodi1406

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.

boromyr avatar Apr 24 '23 18:04 boromyr

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.

RemixPL1994 avatar Apr 30 '23 09:04 RemixPL1994

.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 avatar Apr 30 '23 17:04 abbodi1406

@abbodi1406

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

obraz

RemixPL1994 avatar Apr 30 '23 18:04 RemixPL1994

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.

ionuttbara avatar May 04 '23 07:05 ionuttbara

@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

abbodi1406 avatar May 08 '23 15:05 abbodi1406

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

Chaython avatar Jul 26 '23 06:07 Chaython

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.

TairikuOokami avatar Jul 26 '23 07:07 TairikuOokami

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

Chaython avatar Jul 26 '23 08:07 Chaython

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

abbodi1406 avatar Jul 26 '23 15:07 abbodi1406