Open versionbayjc opened 4 months ago
Could you please split them into 2 issues?
For issue 1, it might caused by difference between PackageVersion
and AppsAndFeaturesEntries.[*].DisplayVersion
.
PackageIdentifier: Gitlab.Runner
PackageVersion: 17.2.1
AppsAndFeaturesEntries:
- DisplayVersion: 17.2.1 (9882d9c7)
For issue 2, seems winget.exe
have no ability to check if a portable executable is running.
Could you please split them into 2 issues?
For issue 1, it might caused by difference between
PackageVersion
andAppsAndFeaturesEntries.[*].DisplayVersion
.PackageIdentifier: Gitlab.Runner PackageVersion: 17.2.1 AppsAndFeaturesEntries: - DisplayVersion: 17.2.1 (9882d9c7)
For issue 2, seems
winget.exe
have no ability to check if a portable executable is running.
Thanks for the quick reply, and I'm sorry I didn't react sooner. I see that right now I cannot reproduce the first issue anymore with Gitlab.Runner version 17.4.0. So I'll update this issue to refer to the second issue only
Please confirm these before moving forward
Category of the issue
Other
Brief description of your issue
Updating or uninstalling Gitlab.Runner when it is running is failing and if I stop it manually it works. Should the updating take care of this?
Steps to reproduce
See steps above:
Ensure GitLab Runner is installed and an update is available:
Start-Service gitlab-runner
winget update --id Gitlab.Runner
Actual behavior
Unable to update Gitlab.Runner when the Service is running
Expected behavior
The Service should be stopped and restarted automatically
Environment
Screenshots and Logs
WinGet-2024-08-01-11-35-12.333.log WinGet-2024-08-01-11-44-08.829.log