Query for Application/Package Windows Installer Information

Does anyone have a query to find applications and packages where installation source management has been enabled? This information is on the Windows Installer tab when looking at the Properties for Package Programs and the Programs tab (Product code field) when looking at the Properties of an Application Deployment Type.

I have been through the database multiple times trying to find the table or view that holds this information so I can create this query but can't seem to locate it.

Thank you.

John

August 27th, 2015 6:39pm

I guess you just have to ask and then it shows up - for packages anyway:

SELECT * FROM PkgPrograms_G WHERE LEN(MSIProductID) > 0

I'll keep looking for applications now...

John

Free Windows Admin Tool Kit Click here and download it now
August 27th, 2015 6:50pm

This might get you started: http://www.mssccmfaq.de/2014/11/26/download-einstellungen-eines-deployments-types-per-sql-abfragen/ or http://www.mssccmfaq.de/2013/08/28/applications-die-in-einer-task-sequenz-installiert-werden-duerfen/
August 28th, 2015 2:15am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics