We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to be able to have tooling to support creating a WinGet Configuration.
We might start with a PowerShell script or something initially to work out the flow, and it could be part of the Microsoft.WinGet.Create module.
wingetcreate is all about manifests today, but it would be nice to have the ability to specify the creation of configuration files.
The tool would be able to iterate over some process like:
Do you want to add a package?
Do you want to configure the package?
Do you want to add a Windows Setting?
Related to:
No response
The text was updated successfully, but these errors were encountered:
We could follow the "Tools" directory convention used at winget-pkgs to place the PowerShell script while we iterate.
Sorry, something went wrong.
No branches or pull requests
Description of the new feature / enhancement
I'd like to be able to have tooling to support creating a WinGet Configuration.
We might start with a PowerShell script or something initially to work out the flow, and it could be part of the Microsoft.WinGet.Create module.
wingetcreate is all about manifests today, but it would be nice to have the ability to specify the creation of configuration files.
The tool would be able to iterate over some process like:
Do you want to add a package?
Do you want to configure the package?
Do you want to add a Windows Setting?
Related to:
Proposed technical implementation details
No response
The text was updated successfully, but these errors were encountered: