Skip to content

[IMPROVEMENT] CLI flag to install bundle (optionally with no UI) #3580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks done
ClaytonTDM opened this issue Apr 19, 2025 · 1 comment
Open
3 tasks done

[IMPROVEMENT] CLI flag to install bundle (optionally with no UI) #3580

ClaytonTDM opened this issue Apr 19, 2025 · 1 comment
Assignees
Labels
enhancement An improvement to WingetUI ready-to-go
Milestone

Comments

@ClaytonTDM
Copy link

Please confirm these before moving forward.

  • I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
  • This improvement refers to an existing feature. If you want to suggest a new feature, please use this template.
  • This improvement is not a bug. If you want to report a bug, please use this template.

Describe the improvement

Add a CLI flag to install a bundle (ubundle, json, etc) all at once, optionally with no UI. For example:
UniGetUI file --install --no-ui

Describe how this improvement could help users

This would make it easy to set up a new system:

  1. Create a bundle visually with UniGetUI
  2. Set up a fresh Windows install with all your apps: (pseudocode)
winget install --id "MartiCliment.UniGetUI" --exact --source winget --accept-source-agreements --disable-interactivity --silent --accept-package-agreements --force
unigetui --daemon
unigetui packages.ubundle --install --no-ui
customize_some_other_stuff

The current best way to do this is to have a long .bat (or similar) script with manually-typed winget or choco commands.

@ClaytonTDM ClaytonTDM added the enhancement An improvement to WingetUI label Apr 19, 2025
@larsenv
Copy link

larsenv commented Apr 19, 2025

your issue is the first one I saw when searching the word "a" on github issues. but havent we seen each other before? your name sounds familiar

@marticliment marticliment added ready-to-go bug Something isn't working and removed bug Something isn't working labels Apr 19, 2025
@marticliment marticliment added this to the Features milestone Apr 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement to WingetUI ready-to-go
Projects
None yet
Development

No branches or pull requests

3 participants