redist-pack icon indicating copy to clipboard operation
redist-pack copied to clipboard

Script-only version

Open vavavr00m opened this issue 2 years ago • 6 comments

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.

vavavr00m avatar May 18 '23 14:05 vavavr00m

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.

ionuttbara avatar May 18 '23 15:05 ionuttbara

Gotcha. Please give me a heads up once you have made your final decision.

vavavr00m avatar May 18 '23 16:05 vavavr00m

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

ionuttbara avatar Oct 26 '23 15:10 ionuttbara

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.

vavavr00m avatar Oct 27 '23 17:10 vavavr00m

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.

ionuttbara avatar Oct 27 '23 21:10 ionuttbara

Thanks. I will look into it.

vavavr00m avatar Oct 29 '23 17:10 vavavr00m