-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Samsung USB Driver for Mobile Phones 1.7.31.0 is added. #2652
Conversation
Silent option is removed because it's not supported.
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
This submission has moved to manual review. |
Greetings moolwalk Please investigate a fix and resubmit the Pull Request. |
Silent install is not supported. The failure that bot raised appears to be due to the installer needs to be run in Administrator privilege. Please move forward with this PR. Jesse Ahn. |
@moolwalk it looks like there are a few challenges here. We currently don't accept PRs for packages without support for a silent install. Many users are attempting to automate their environments, and we don't have the ability to filter on packages that require an interactive install yet. The feature to support the client requesting elevation for installers that don't do that on their own also hasn't been implemented. We've also updated to the manifest v1.0 schema. Until all three of those issues have been addressed this package will not pass validation. I'm not sure if you would prefer to update the schema, and keep this PR open with the "Blocking-Issue" label so we can submit it once the issues are implemented, or close this PR. |
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
winget validate <manifest>
, where<manifest>
is the name of the manifest you're submitting?winget install -m <manifest>
?Silent install is not supported.
Microsoft Reviewers: Open in CodeFlow