We are deploying AppV 5 packaged applications using SCCM (1602). The applications are deployed to All Users and the users then choose those they want from the Software Center.
This works for the majority of our users, but strangely not all.
For those it doesn't work for on their first attempt to install an app it returns an error code (80004005) and this can be seen in AppDiscovery.log...
Performing detection of app deployment type Notepad++ 6.9 32-bit - Microsoft Application Virtualization 5(ScopeId_924135DB-8E87-4D29-874F-21D556D2E703/DeploymentType_fdccd37f-ad2e-472f-a63b-bd29f2b291ff, revision 1) for user.AppDiscovery24/06/2016 13:39:097012 (0x1B64)
WMI Query [Select * from AppvClientApplication where PackageId ="38d71462-a445-44f6-bf87-81135c80797e" and PackageVersionId="8ca4d0d9-adc2-4a8c-9f46-558ba927342e"] failed,error 80004005AppVHandler24/06/2016 13:39:127012 (0x1B64)
AppVPackageQueryClient5X::GetAppsPublishStateForPackage() failed. (0x80004005)AppVHandler24/06/2016 13:39:127012 (0x1B64)
CAppV5XHandler::GetAppsPublishStateForPackage() failed. (0x80004005)AppVHandler24/06/2016 13:39:127012 (0x1B64)
CAppV5XHandler::DiscoverIndividuleApp() failed. (0x80004005)AppVHandler24/06/2016 13:39:127012 (0x1B64)
+++ Discovery of application [AppDT Id: ScopeId_924135DB-8E87-4D29-874F-21D556D2E703/DeploymentType_fdccd37f-ad2e-472f-a63b-bd29f2b291ff, Revision: 1] returned an error (0x80004005).AppVHandler24/06/2016 13:39:127012 (0x1B64)
CAppV5XHandler::DiscoverApp() failed. (0x80004005)AppVHandler24/06/2016 13:39:127012 (0x1B64)
Deployment type detection failed with error 0x80004005.AppDiscovery24/06/2016 13:39:127012 (0x1B64)
Failed to perform detection of app deployment type Notepad++ 6.9 32-bit - Microsoft Application Virtualization 5(Notepad++ 6.9 32-bit - Microsoft Application Virtualization 5, revision 1) for user. Error 0x80004005AppDiscovery24/06/2016 13:39:127012 (0x1B64)
Occasionally the error messages change to this, usually when someone else has previously installed on the same PC...
Performing detection of app deployment type Gimp 2.8.14 - Microsoft Application Virtualization 5(ScopeId_924135DB-8E87-4D29-874F-21D556D2E703/DeploymentType_8313ab16-2c3a-466e-84c7-4752cc3b9657, revision 3) for user.AppDiscovery24/06/2016 12:01:548488 (0x2128)
AppVPackageQueryClient5X::GetPackageDataByPackageGUID() failed for virtual application [829b7303-05b1-4eb0-a8fb-501dda2e5d7c]. (0x87d01290)AppVHandler24/06/2016 12:07:548488 (0x2128)
CAppV5XHandler::DiscoverIndividuleApp() failed. (0x87d01290)AppVHandler24/06/2016 12:07:548488 (0x2128)
+++ Discovery of application [AppDT Id: ScopeId_924135DB-8E87-4D29-874F-21D556D2E703/DeploymentType_8313ab16-2c3a-466e-84c7-4752cc3b9657, Revision: 3] returned an error (0x87d01290).AppVHandler24/06/2016 12:07:548488 (0x2128)
CAppV5XHandler::DiscoverApp() failed. (0x87d01290)AppVHandler24/06/2016 12:07:548488 (0x2128)
Deployment type detection failed with error 0x87d01290.AppDiscovery24/06/2016 12:07:548488 (0x2128)
Failed to perform detection of app deployment type Gimp 2.8.14 - Microsoft Application Virtualization 5(Gimp 2.8.14 - Microsoft Application Virtualization 5, revision 3) for user. Error0x87d01290AppDiscovery24/06/2016 12:07:548488 (0x2128)
On the same PC a different user is able to install the same AppV applications without issue.
On second attempts to install Software Center shows Installing for forever, unless changing the screen by selecting a different application, where it changes back toInstall
I can't figure out why this is not working for those with issues, and can't find any answers from searching the web, so am hoping someone has some ideas on things I can check.