-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New package: PlayStation.PlayStationAccessories version 2.2.0.3 #259876
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
Conversation
|
Validation Pipeline Run WinGetSvc-Validation-61-259876-20250526-1 |
|
Okay, so if my memory serves me right, the apparent problem is that the program (Accessories) is bafflingly hardcoded by Sony to require Microsoft Windows Desktop Runtime 8.0.12 (x64), inexplicably refusing to accept any higher versions of 8.0.x (The highest at the time of writing is 8.0.16). The installer then prompts people without that very specific Runtime version to install that very specific Runtime version, and that specific part doesn't seem able to silently pass by for affected users. |
|
Validation Pipeline Run WinGetSvc-Validation-61-259876-20250526-2 |
|
Validation Pipeline Run WinGetSvc-Validation-61-259876-20250526-3 |
I feel I'm getting closer.
winget manifest are fully declarative by design, there is no way to script or achieve this
It appears the installer uses "Install Shield", I tried to look but there isn't any switches to skip dependency checks.
This feature doesn't seem to exist yet in the manifest schema, there is only Unfortunately, I don't think this is currently packageable :P |
|
Automatic Validation ended with:
(Automated response - build 1058.) |
|
Automatic Validation ended with:
(Automated response - build 1058.) |
|
@wingetbot run |
|
Validation Pipeline Run WinGetSvc-Validation-63-259876-20250604-1 |
|
@wingetbot run |
|
Validation Pipeline Run WinGetSvc-Validation-63-259876-20250605-1 |
Checklist for Pull Requests
Manifests
winget validate --manifest <path>?winget install --manifest <path>?Note:
<path>is the directory's name containing the manifest you're submitting.I decided to see if I could resolve the "this application failed to install without user input" PR error message, and presumed the best way to do so was to give it a try of my own.
Microsoft Reviewers: Open in CodeFlow