-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
New package: NVIDIACorporation.NVIDIAapp version 1.0.14.0 #141787
base: master
Are you sure you want to change the base?
New package: NVIDIACorporation.NVIDIAapp version 1.0.14.0 #141787
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
There's a warning in the Azure Pipeline, which indicates that Silent and SilentWithProgress is not sprcified for exe InstallerType, maybe look into other installer types found in the repo's docs, to be exact, the ones found inside But the main reason for why this fails is probably because this app expects Nvidia GPU to be available in the system. Otherwise, the Install will fail. Therefore, it's highly a hardware issue, further investigation should be taken by Contributors and Maintainers, if any of which have the time to spare on testing this PR. |
Automatic Validation ended with:
(Automated response - build 857.) |
Hi @stephengillie ! Like said @og-mrk, this fails is probably because this app expects Nvidia GPU to be available in the system. |
Hi @Barradel, Unfortunately yes, this appears to be the case:
|
Hello @stephengillie, thanks for responding to this issue. ExpectedReturnCodes:
- InstallerReturnCode: 3858759680
ReturnResponse: systemNotSupported Or do we have to wait for winget-cli support for hardware to be implemented? |
Good idea! |
That's an interesting proposal - it might make a good Issue - to unblock |
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