-
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
Added Spice Guest Tools 0.141 #29306
Conversation
Signed-off-by: Daniel Sutton <[email protected]>
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, we can't take installers right now that install drivers which require the user to trust a certificate (since that makes it not silent). See microsoft/winget-cli#615 (comment) for some information.
@jedieaston Thanks for the feedback, closing. |
Hello @ducksecops, This can also happen when a dependency is missing. You can test with https://github.com/microsoft/winget-pkgs#test-your-manifest. Please investigate a fix and resubmit the Pull Request. You may also try using the Windows Package Manager Manifest Creator to determine the proper installer type. If the installer type is MSIX, MSI or a known installer technology like NullSoft, Inno, etc. the wingetcreate tool can detect then the winget client will know what switches to pass. If it's a .exe installer of an unknown type, you will need to search to determine the proper switches for Silent and SilentWithProgress. |
Note: May not be suitable for inclusion in winget-pkgs due to requiring user interaction for driver certificate trust confirmation: microsoft#29306 (review) Waiting on microsoft/winget-cli#823 (comment) Signed-off-by: Kevin Locke <[email protected]>
Note: May not be suitable for inclusion in winget-pkgs due to requiring user interaction for driver certificate trust confirmation: microsoft#29306 (review) Waiting on microsoft/winget-cli#823 (comment) Signed-off-by: Kevin Locke <[email protected]>
Signed-off-by: Daniel Sutton [email protected]
winget validate --manifest <path>
?winget install --manifest <path>
?Note:
<path>
is the name of the directory containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow