Script-only version
Can a script only version be released so that individual installers can be checked/verified? Example is Universeller Runtime Installer, however, yours is more comprehensive. Perhaps the script can be edited to fetch from a specific a github repo with all the individual installers uploaded if possible.
i don't know. maybe i will make that maybe no..! i'm not sure. Maybe the online script can download lastest version of runtime from this project, but idk for now.
Gotcha. Please give me a heads up once you have made your final decision.
you can make an script using curl to download and the executable to run.. its impossible to make all-in-one executables because all of that it will result (compressed) 2.75 GB executable , which is more big than 2GB executable. i will update documentation how you can make an script which downloads and installs that runtime from this repo (last version) , but i don't have an eta
What is being asked is the ability to download directly from the original sources. If it fails, downloading individual installers from a github repo that has them is the alternative rather than using repacks. After downloading, it will compare the hash to a list in the repo before launching the installer and if the hash check fails, it will log the error to a text and notify the user and then move on to the next installer to check hash again and so on. I don't have the installers myself (especially the old ones) but if you can share all of the individual installers in a folder in this repo, that would be great.
every release includes all current installers. so you can download all installers and put into a folder. also every .exe can be extracted with 7-Zip or WinRAR. Every archive has a file named command2.bat. so the command2.bat will run after installation extraction.
Thanks. I will look into it.