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

SomePythonThings.WingetUIStore - stable install gets non-stable update? #172149

Open
2 tasks done
JustMyGithub opened this issue Sep 7, 2024 · 1 comment
Open
2 tasks done
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.

Comments

@JustMyGithub
Copy link

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

winget updates shows me SomePythonThings.WingetUIStore.Pre-release even if I installed SomePythonThings.WingetUIStore
(so I get an unwanted beta instead of the installed stable)

Steps to reproduce

Install SomePythonThings.WingetUIStoreand try winget updates

Actual behavior

beta is suggested

Expected behavior

as there is a Pre-Release "channel" only such users should get beta-Updates

Environment

Windows: Windows.Desktop v10.0.19044.4780
Systemarchitektur: X64
Paket: Microsoft.DesktopAppInstaller v1.23.1911.0

Screenshots and Logs

No response

@JustMyGithub JustMyGithub added the Issue-Bug It either shouldn't be doing this or needs an investigation. label Sep 7, 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 7, 2024
@Dragon1573
Copy link
Contributor

Dragon1573 commented Sep 8, 2024

Maybe they're sharing the same ARP entries? winget.exe can't tell them apart by those entries.

Console outputs
00:29:06 C:\...\winget-pkgs  [master ≡] 1ms pwsh> komac show --installer-manifest SomePythonThings.WingetUIStore
PackageIdentifier: SomePythonThings.WingetUIStore
PackageVersion: 3.1.1
InstallerLocale: en-US
InstallerType: inno
Scope: machine
InstallModes:
- interactive
- silent
- silentWithProgress
InstallerSwitches:
  Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
  SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
  Interactive: /NORESTART /SP- /NoAutoStart
InstallerSuccessCodes:
- 1
UpgradeBehavior: install
ReleaseDate: 2024-07-28
Installers:
- Architecture: x64
  InstallerUrl: https://github.com/marticliment/UniGetUI/releases/download/3.1.1/WingetUI.Installer.exe
  InstallerSha256: DC03F02DF89F23F6F0AFA47B8B8830A81516D3D5D83095C1DA5C59760950C758
ManifestType: installer
ManifestVersion: 1.5.0

00:29:25 C:\...\winget-pkgs  [master ≡] 2.667s pwsh> komac show --installer-manifest SomePythonThings.WingetUIStore.Pre-release
PackageIdentifier: SomePythonThings.WingetUIStore.Pre-release
PackageVersion: 3.1.2-beta1
InstallerLocale: en-US
InstallerType: inno
InstallModes:
- interactive
- silent
- silentWithProgress
InstallerSwitches:
  Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
  SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
InstallerSuccessCodes:
- 1
UpgradeBehavior: install
ProductCode: '{889610CC-4337-4BDB-AC3B-4F21806C0BDE}_is1'
ReleaseDate: 2024-09-05
AppsAndFeaturesEntries:
- DisplayName: UniGetUI (formerly WingetUI)
  Publisher: Martí Climent
  ProductCode: '{889610CC-4337-4BDB-AC3B-4F21806C0BDE}_is1'
ElevationRequirement: elevatesSelf
Installers:
- Architecture: x64
  Scope: user
  InstallerUrl: https://github.com/marticliment/UniGetUI/releases/download/3.1.2-beta1/UniGetUI.Installer.exe
  InstallerSha256: 27B4E938560BACC58CBD5DE4878EE7033AABA023F53226BAC4FDE0315E7DE793
  InstallerSwitches:
    Custom: /CURRENTUSER
- Architecture: x64
  Scope: machine
  InstallerUrl: https://github.com/marticliment/UniGetUI/releases/download/3.1.2-beta1/UniGetUI.Installer.exe
  InstallerSha256: 27B4E938560BACC58CBD5DE4878EE7033AABA023F53226BAC4FDE0315E7DE793
  InstallerSwitches:
    Custom: /ALLUSERS
ManifestType: installer
ManifestVersion: 1.6.0

@stephengillie stephengillie added 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 9, 2024
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.
Projects
None yet
Development

No branches or pull requests

3 participants