rzander / ruckzuck

software package manager for windows
https://ruckzuck.tools
Microsoft Public License
222 stars 20 forks source link

Feature Request allow to add Values for Installation variants #148

Closed Mannshoch closed 1 year ago

Mannshoch commented 3 years ago

Some Application appear more than one time in Ruck zuck. I Propose to find a way that there is a possibility to setup values to download and install the needed setup. grafik

rzander commented 3 years ago

RuckZuck can handle multiple architectures or languages within a single RuckZuck package. There is no UI to build such packages with RuckZuck.exe, but the JOSN File can handle it and RuckZuck.exe will install the first version that fulfills the requirements... e.g. have a look at https://cdn.ruckzuck.tools/rest/v2/GetSoftwares?shortname=adobereader%20dc%20mui as an example...

Some Package exist in a x86 and x64 version to let the user choose which architecture he wants (e.g. VCRedist)...

The usage of RuckZuck.exe to install Software is just a small percentage... Most installations are coming from enterprises using RZGet.exe / OneGet Provider or other options where no UI exists... So the installation must run silent without any prompts...

Mannshoch commented 3 years ago

ah! good to know. I thought about kind of ticks I could do on the page where I could choose the app. e.g. grafik