Hello
I have recently deployed an app that will not display in Software Center and does not install. It is a MSI installation that supersedes another.
This is what AppDiscovery.log says:
Performing detection of app deployment type myapp - Windows Installer (*.msi file)(ScopeId_59C0D6BB-77EB-4AF1-8913-66B653DA25C2/DeploymentType_8b61105b-7846-454d-be52-7c80a358355e, revision 2) for system.AppDiscovery2015-03-04 2:23:06 PM6500 (0x1964)
+++ MSI application not discovered [MSI Product Code: {5522C2D6-1FC7-4E21-8BAA-CA7FC64D7399}, MSI Product version: ]AppDiscovery2015-03-04 2:23:06 PM6500 (0x1964)
+++ Did not detect app deployment type myapp - Windows Installer (*.msi file)(ScopeId_59C0D6BB-77EB-4AF1-8913-66B653DA25C2/DeploymentType_8b61105b-7846-454d-be52-7c80a358355e, revision 2) for system.AppDiscovery2015-03-04 2:23:06 PM6500 (0x1964)
Entering ExecQueryAsync for query "select * from CCM_AppDeliveryType where (AppDeliveryTypeId = "ScopeId_59C0D6BB-77EB-4AF1-8913-66B653DA25C2/DeploymentType_d97c36a4-7569-4896-8445-e0b9c4b42d57" AND Revision = 1)"AppDiscovery2015-03-04 2:23:06 PM6500 (0x1964)
There is no mention of it in AppEnforce.log.
The command line used is msiexec /i "myapp.msi" /qn /norestart
I've deployed many apps and never run into this before. Anyone know what could be the problem?
Hutch