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

[Package Issue]: JetBrains.IntelliJIDEA.Ultimate #171841

Open
2 tasks done
TheStingPilot opened this issue Sep 5, 2024 · 1 comment
Open
2 tasks done

[Package Issue]: JetBrains.IntelliJIDEA.Ultimate #171841

TheStingPilot opened this issue Sep 5, 2024 · 1 comment
Labels
Help-Wanted This is a good candidate work item from the community. Issue-Bug It either shouldn't be doing this or needs an investigation. Validation-Uninstall-Error Application did not uninstall correctly

Comments

@TheStingPilot
Copy link

TheStingPilot commented Sep 5, 2024

Please confirm these before moving forward

  • I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
  • I have not been informed if the issue is resolved in a preview version of the winget client.

Category of the issue

Other

Brief description of your issue

If you upgrade an existing JetBrains.IntelliJIDEA.Ultimate installation, the previous version is not removed. The uninstall of the previous version is not done silently. You will see a IntelliJ IDEA Uninstall box where you have to make choices.

According to the yaml file, the previous versions should be removed. That is not done as this box prevents the uninstall of any previous version. So, the previous version is not uninstalled.

JetBrains.IntelliJIDEA.Community has the same issue. Please, check that one also. Maybe other Jetbrains products have this issue too.

Steps to reproduce

"C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.23.1911.0_x64__8wekyb3d8bbwe\winget.exe" install --exact --id JetBrains.IntelliJIDEA.Ultimate --version "2023.1" --silent --accept-package-agreements --accept-source-agreements --scope machine --source winget

"C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.23.1911.0_x64__8wekyb3d8bbwe\winget.exe" upgrade --exact --id JetBrains.IntelliJIDEA.Ultimate --silent --accept-package-agreements --accept-source-agreements --scope machine --source winget

Install an old version and perform the upgrade to the latest version.

Actual behavior

Two - or more - old versions side by side.

Expected behavior

Silent uninstall of the previous version and installation of the latest version.

Environment

WinGet version: v1.8.1911

Screenshots and Logs

It seems that the uninstall.exe process starts another process: Un_A.exe. That process is waiting for user input.

@TheStingPilot TheStingPilot added the Issue-Bug It either shouldn't be doing this or needs an investigation. label Sep 5, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage This work item needs to be triaged by a member of the core team. label Sep 5, 2024
@stephengillie stephengillie added Validation-Uninstall-Error Application did not uninstall correctly Help-Wanted This is a good candidate work item from the community. and removed Needs-Triage This work item needs to be triaged by a member of the core team. labels Sep 5, 2024
@stephengillie
Copy link
Collaborator

Unfortunately, our validations only really cover installs, and don't really cover uninstallers. Installers have silent switches more often than uninstallers, likely as the developer is more incentivized in making a pleasant install experience than uninstall experience.

I've added the Help-Wanted This is a good candidate work item from the community. label in hopes that another community member can find a better outcome for this situation than currently exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help-Wanted This is a good candidate work item from the community. Issue-Bug It either shouldn't be doing this or needs an investigation. Validation-Uninstall-Error Application did not uninstall correctly
Projects
None yet
Development

No branches or pull requests

2 participants