Skip to content
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

Alternative expected return code for packageInUse #2491

Closed
felipecrs opened this issue Sep 2, 2022 · 0 comments · Fixed by #2492
Closed

Alternative expected return code for packageInUse #2491

felipecrs opened this issue Sep 2, 2022 · 0 comments · Fixed by #2492
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.
Milestone

Comments

@felipecrs
Copy link
Contributor

Description of the new feature / enhancement

So, today I tried to upgrade OBS Studio, and it failed with error code 6. After running the installer manually, the error code was actually because "Logi Tune" and "NVIDIA Broadcast" was somehow interfering with the installation, and the installer ask to close them.

So I created:

Which is better than nothing.

However, packageInUse gives the following description on CLI:

Application is currently running. Exit the application then try again.

Which is not quite the case (i.e. OBS Studio was not open, so I could not close it).

I think we could introduce another variant: packageInUseByAnotherApplication that would translate to a more helpful message, like:

Application is currently in use by another application.

image

Proposed technical implementation details

No response

@felipecrs felipecrs added the Issue-Feature This is a feature request for the Windows Package Manager client. label Sep 2, 2022
@ghost ghost added the In-PR Issue related to a PR label Sep 2, 2022
@denelon denelon added this to the v1.4-Client milestone Sep 2, 2022
@ghost ghost added Resolution-Fix-Committed and removed In-PR Issue related to a PR labels Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants