Git.Git winget update - improve process for update #47
Replies: 2 comments 2 replies
-
|
These switches were added by others who would like some components to be enabled by default. For example, there are some issues and PRs proposing making the Windows Terminal integration component selected by default:
Unfortunately, Inno Setup, the installer technology the Git installer is based on, doesn't provide switches to simply add/remove components. The only relevant switch is I would recommend you to open an issue in the microsoft/winget-pkgs repo to make others aware of the issue. This repo does nothing to the switches but simply copying them from the previous version of manifests to the new ones. I didn't touch the switches either. |
Beta Was this translation helpful? Give feedback.
-
|
done - microsoft/winget-pkgs#300009 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
when I update the Git.Git package from winget, it keep resetting the windows Integration.
From what I see in https://github.com/microsoft/winget-pkgs/pull/299104/files for example - Configuration included hardcoded component list. (Git.Git.installer.yaml line 10;
Custom: /COMPONENTS=icons,ext,gitlfs,assoc,assoc_sh,consolefont,windowsterminal,scalar
)
Can we avoid that component list and leave it to standard, default option the project team elected ? The installer would automatically carry over already selected component in update scenario if it was elected on original install.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions