microsoft / microsoft/winget-pkgs
After installing SanfordLP.DYMOLabel it not shows up in winget list
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 11.1k
- Forks
- 9.7k
- Avg merge
- 1h 32m
- Merged PRs (30d)
- 376
Description
Brief description of your issue
When installing SanfordLP.DYMOLabel the list function afterwards doesn't detect the application while this is available inside the system applications.
I figured out that the root cause is because the Publisher set inside HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{764D82EE-A8F0-426A-88B8-71AC3B28E332} is to Newell Rubbermaid.
While the output of show, tells something different.
When changing the publisher inside the registry, the list check works as expected.
Not sure how to make sure this gets fixed?
#winget show SanfordLP.DYMOLabel
Found DYMO Label [SanfordLP.DYMOLabel]
Version: 8.7.4
Publisher: Sanford L.P.
Moniker: dymolabel
Description: DYMO Label enables the creation and printing of labels for earlier model Dymo printers such as the LabelWriter 400, LabelWriter 400 Turbo and LabelWriter Duo.
License: © 2023 DYMO, Inc. All rights reserved.
Privacy Url: https://privacy.newellbrands.com/index_en.html
Tags:
dymo
labelmanager-450
labelmanager-450d
labelmanager-pcii
labelmanager-wireless-pnp
labelpoint-350
labelwriter
labelwriter-400
labelwriter-400-turbo
labelwriter-duo
labelwriter-twin-turbo
Installer:
Installer Type: exe
Installer Url: https://download.dymo.com/dymo/Software/Win/DLS8Setup8.7.4.exe
Installer SHA256: 409d79f053ba0c803ce83b71e8245992cd63708fa27017f48a5063826f1bea4d
Offline Distribution Supported: true
Steps to reproduce
# winget "install" "--exact" "--id" "SanfordLP.DYMOLabel" "--silent" "--accept-package-agreements" "--accept-source-agreements" "--disable-interactivity"
# winget "list" "--exact" "--id" "SanfordLP.DYMOLabel" "--accept-source-agreements" "--disable-interactivity"
Expected behavior
#winget "list" "--exact" "--id" "SanfordLP.DYMOLabel" "--accept-source-agreements" "--disable-interactivity"
Name Id Version Source
--------------------------------------------------
DYMO Label SanfordLP.DYMOLabel 8.7.4.48936 winget
Actual behavior
# winget "list" "--exact" "--id" "SanfordLP.DYMOLabel" "--accept-source-agreements" "--disable-interactivity"
No installed package found matching input criteria.
Environment
Windows Package Manager v1.9.25200
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.26100.2605
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.24.25200.0
Winget Directories
-------------------------------------------------------------------------------------------------------------------------------
Logs %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
User Settings %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
Portable Links Directory (User) %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User) %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root C:\Program Files\WinGet\Packages
Portable Package Root (x86) C:\Program Files (x86)\WinGet\Packages
Installer Downloads %USERPROFILE%\Downloads
Links
---------------------------------------------------------------------------
Privacy Statement https://aka.ms/winget-privacy
License Agreement https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale
Admin Setting State
--------------------------------------------------
LocalManifestFiles Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride Disabled
LocalArchiveMalwareScanOverride Disabled
ProxyCommandLineOptions Disabled
DefaultProxy Disabled
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the install and list commands for SanfordLP.DYMOLabel, then inspect how the package's installed registry entry at the reported Uninstall key is matched to the package metadata. Compare the registry Publisher with the value shown by winget show; done means winget list --exact --id SanfordLP.DYMOLabel returns version 8.7.4.48936.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100