Skip to content

Conversation

@DandelionSprout
Copy link
Contributor

@DandelionSprout DandelionSprout commented May 26, 2025

Checklist for Pull Requests

Manifests

  • Have you checked that there aren't other open pull requests for the same manifest update/change?
  • This PR only modifies one (1) manifest
  • Have you validated your manifest locally with winget validate --manifest <path>?
  • Have you tested your manifest locally with winget install --manifest <path>?
  • Does your manifest conform to the 1.10 schema?

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

@wingetbot
Copy link
Collaborator

Service Badge  Service Badge  

@DandelionSprout DandelionSprout changed the title New package: PlayStation.PlayStationAccessories version 2.2.0 New package: PlayStation.PlayStationAccessories version 2.2.0.3 May 26, 2025
@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-61-259876-20250526-1

@wingetbot wingetbot added the Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. label May 26, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label May 26, 2025
@DandelionSprout
Copy link
Contributor Author

DandelionSprout commented May 26, 2025

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.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention This work item needs to be reviewed by a member of the core team. and removed Needs-Author-Feedback This needs a response from the author. labels May 26, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot removed the Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. label May 26, 2025
@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-61-259876-20250526-2

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Attention This work item needs to be reviewed by a member of the core team. label May 26, 2025
@wingetbot wingetbot added the Manifest-Validation-Error Manifest validation failed label May 26, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label May 26, 2025
@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-61-259876-20250526-3

@microsoft-github-policy-service microsoft-github-policy-service bot removed Manifest-Validation-Error Manifest validation failed Needs-Author-Feedback This needs a response from the author. labels May 26, 2025
@wingetbot wingetbot added the Manifest-Validation-Error Manifest validation failed label May 26, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label May 26, 2025
I feel I'm getting closer.
@Dvd-Znf
Copy link
Contributor

Dvd-Znf commented May 26, 2025

  1. Someone finds a way to automatically skip or close .NET Runtime installation prompts when the prompts open up.

winget manifest are fully declarative by design, there is no way to script or achieve this

  1. Someone finds installer parameters that prevent the PlayStation Accessories installer from asking for a .NET Runtime dependency.

It appears the installer uses "Install Shield", I tried to look but there isn't any switches to skip dependency checks.

  1. (Though less ideal than 1. or 2. ) Someone gets MaximumVersion, SpecificVersion, --exact, or anything similar to work in PackageDependencies.

This feature doesn't seem to exist yet in the manifest schema, there is only MinimumVersion available

Unfortunately, I don't think this is currently packageable :P
Thanks for the high effort attempt btw! <3

@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

No logs.

(Automated response - build 1058.)

@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

No errors to post.

(Automated response - build 1058.)

@stephengillie stephengillie added Validation-Completed Validation passed and removed Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. Needs-Author-Feedback This needs a response from the author. labels May 27, 2025
@ItzLevvie
Copy link
Contributor

@wingetbot run

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-63-259876-20250604-1

@wingetbot wingetbot added the Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. label Jun 4, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Jun 4, 2025
@ItzLevvie
Copy link
Contributor

@wingetbot run

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-63-259876-20250605-1

@microsoft-github-policy-service microsoft-github-policy-service bot removed Needs-Author-Feedback This needs a response from the author. Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. labels Jun 5, 2025
@wingetbot wingetbot added the Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. label Jun 5, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Jun 5, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Author-Feedback This needs a response from the author. label Jun 5, 2025
@DandelionSprout DandelionSprout deleted the psac-new branch September 15, 2025 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Package Request]: PlayStation Accessories

5 participants