ntdevlabs / tiny11builder

Scripts to build a trimmed-down Windows 11 image.
8.42k stars 756 forks source link

Choclatey / Winget integration #177

Open lsmine0 opened 1 month ago

lsmine0 commented 1 month ago

it would be nice to also allow user to chose what they wanna install by automatically adding auto execute on install to download our desired software without user interaction needed

lsmine0 commented 1 month ago

To Expand on general idea and layout.

depending on the GUI plans it can be added as separate Tab that allow search using the API and select desires packages to be installed

if no GUI is gonna be implemented at least let user specify list of Choco / winget packages. then after install complete by

using unattend feature in windows install to run a small Powershell / bat file containing our desired winget packages Windows Run Custom actions during update

Chocolatey API
Winget API

b1scu1t commented 2 weeks ago

No need to re-invent the wheel. @marticliment has an excellent meta-package manager named UniGet/WingetUI. It handles Winget, Scoop, Chocolatey and more!

lsmine0 commented 2 weeks ago

idea is that during building your windows 11 iso would be adding a list of winget / choco packages to auto install to allow for futher autonomous setup without need of human input