When using --include-programs
Chocolatey CLI is not showing all software appearing in Programs and Features
#3642
Labels
Checklist
What You Are Seeing?
When the Azure DevOps Integration Tool for Office 2019 is installed, Chocolatey CLI is not listing it when the
--include-programs
option is used, even thought the software is showing in Windows "Programs and Features" and "Installed Apps".What is Expected?
The Azure DevOps Integration Tool for Office 2019 software should show when
choco list --include-programs
is run. This can then be synced with a Chocolatey package usingchoco sync
.How Did You Get This To Happen?
appwiz.cpl
to see the software listed as installed within Windows Programs and Features.choco list -i
and notice the software is not listed as "not managed by Chocolatey" section.Software installed in Programs and Features:
Not showing in the list of
choco list -i
:Get-UninstallRegistryKey
detects the software:System Details
Also confirmed on Chocolatey CLI 2.4.2 open-source, running on Windows 11 10..0.26100.0.
Installed Packages
Output Log
Additional Context
It was suggested that perhaps the software installed in a user context and wouldn't show under a different user. I created a new account,
bob
and the software appears there so it is installed at the system level:The text was updated successfully, but these errors were encountered: