Hi,
I've been trying to resolve this fro quite a awhile without success. I am deploying Microsoft Office 2013 via an application with detection, but all clients fail and also fails within an OSD task sequence. Below is a snippet from AppEnforce.log:
Performing detection of app deployment type Microsoft Office Business 2013(ScopeId_468C696E-AC38-42D5-93EE-17729078135A/DeploymentType_29c21938-657b-4bcf-a2e7-bf3c0f11e3ca, revision 1) for system.AppEnforce16/02/2016 19:02:373184 (0x0C70)
+++ Application not discovered. [AppDT Id: ScopeId_468C696E-AC38-42D5-93EE-17729078135A/DeploymentType_29c21938-657b-4bcf-a2e7-bf3c0f11e3ca, Revision: 1]AppEnforce16/02/2016 19:02:373184 (0x0C70)
App enforcement environment:
Context: Machine
Command line: "setup.exe" /configure configuration.xml
Allow user interaction: No
UI mode: 1
User token: null
Session Id: 4294967295
Content path: C:\WINDOWS\ccmcache\9
Working directory: AppEnforce16/02/2016 19:02:373184 (0x0C70)
Prepared working directory: C:\WINDOWS\ccmcache\9AppEnforce16/02/2016 19:02:373184 (0x0C70)
Prepared command line: "C:\WINDOWS\ccmcache\9\setup.exe" /configure configuration.xmlAppEnforce16/02/2016 19:02:373184 (0x0C70)
Executing Command line: "C:\WINDOWS\ccmcache\9\setup.exe" /configure configuration.xml with system contextAppEnforce16/02/2016 19:02:373184 (0x0C70)
Working directory C:\WINDOWS\ccmcache\9AppEnforce16/02/2016 19:02:373184 (0x0C70)
Post install behavior is BasedOnExitCodeAppEnforce16/02/2016 19:02:373184 (0x0C70)
Waiting for process 3832 to finish. Timeout = 120 minutes.AppEnforce16/02/2016 19:02:373184 (0x0C70)
Process 3832 terminated with exitcode: 0AppEnforce16/02/2016 19:09:533184 (0x0C70)
Looking for exit code 0 in exit codes table...AppEnforce16/02/2016 19:09:533184 (0x0C70)
Matched exit code 0 to a Success entry in exit codes table.AppEnforce16/02/2016 19:09:533184 (0x0C70)
Performing detection of app deployment type Microsoft Office Business 2013(ScopeId_468C696E-AC38-42D5-93EE-17729078135A/DeploymentType_29c21938-657b-4bcf-a2e7-bf3c0f11e3ca, revision 1) for system.AppEnforce16/02/2016 19:09:533184 (0x0C70)
+++ Application not discovered. [AppDT Id: ScopeId_468C696E-AC38-42D5-93EE-17729078135A/DeploymentType_29c21938-657b-4bcf-a2e7-bf3c0f11e3ca, Revision: 1]AppEnforce16/02/2016 19:09:533184 (0x0C70)
++++++ App enforcement completed (437 seconds) for App DT "Microsoft Office Business 2013" [ScopeId_468C696E-AC38-42D5-93EE-17729078135A/DeploymentType_29c21938-657b-4bcf-a2e7-bf3c0f11e3ca], Revision: 1, User SID: ] ++++++AppEnforce16/02/2016 19:09:533184 (0x0C70)
I have tried several detection methods, with the main one being from the TechNet document here: https://technet.microsoft.com/en-gb/library/dn708063.aspx and it will not detect. I've even tried just detecting OUTLOOK.EXE, and despite it being there when the detection runs, SCCM still fails to discover it.
Office installs perfectly fine and runs fine. Same happens to Office 2016.
Any ideas?
Thanks