Install Some Programs Interactively #1115
shljsl75891
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Chris ! Love from India.
I want you to add interactive installation for some programs like Git, VSCode/VSCodium with context menu options visibility.
We can install VSCode with context menu option enabled using winget:
winget install Microsoft.VisualStudioCode --override '/SILENT /mergetasks="!runcode,addcontextmenufiles,addcontextmenufolders"'
VSCodium:
winget install VSCodium.VSCodium --override '/SILENT /mergetasks="!runcode,addcontextmenufiles,addcontextmenufolders"'
Git with interactive installer
winget install Git.Git --interactive
Love to include these options myself but you have used same string with installing and uninstalling. So, I am not able to refactor the code according to that. So, opened up the discussion
Beta Was this translation helpful? Give feedback.
All reactions