Cannot remove approved application from global list

Support and questions for using and managing Chocolatey NuGet inside of Labtech
Post Reply
aaroncampbell72
Posts: 33
Joined: Tue Mar 24, 2020 6:59 pm
4

Cannot remove approved application from global list

Post by aaroncampbell72 »

I accidentally added an Approved Application for Good Chrome without giving it an Application name, Source Repository, or Repo Username. When I double-click on it to remove it, nothing happens. Is there an .xml or .config file somewhere on my hosted repository I need to edit to remove it from the Global list of Approved Applications?

User avatar
Cubert
Posts: 2430
Joined: Tue Dec 29, 2015 7:57 pm
8
Contact:

Re: Cannot remove approved application from global list

Post by Cubert »

can you post a screen shot? Not sure how that would happen.

aaroncampbell72
Posts: 33
Joined: Tue Mar 24, 2020 6:59 pm
4

Re: Cannot remove approved application from global list

Post by aaroncampbell72 »

Capture.PNG
Capture.PNG (11.02 KiB) Viewed 8129 times

User avatar
Cubert
Posts: 2430
Joined: Tue Dec 29, 2015 7:57 pm
8
Contact:

Re: Cannot remove approved application from global list

Post by Cubert »

Ok see if this helps.

Find the apps in SQL

Code: Select all

SELECT * FROM plugin_sw_chocolateyii_approved_apps WHERE AppCMD = 'Google-Chrome'

Delete the App with no title

Code: Select all

DELETE FROM plugin_sw_chocolateyii_approved_apps WHERE AppCMD = 'Google-Chrome' and (Application = '' or Application IS NULL)

Post Reply

Return to “Chocolatey For Labtech”