Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Error 0x87d01106 - deploying MS Project 2013 Pro

Status
Not open for further replies.

Boris

New Member
Messages
3
Reaction score
0
Points
1
Hi,

I'm having issues installing MS Project 2013 Pro x64 on Windows 10 Education machines using SCCM 2012 SP2
I tried deleting the app and recreating it but it didn't help.

Here is the AppEnforce.log file from one of them, all are receiving the same error.

Code:
<![LOG[+++ Starting Install enforcement for App DT "MS Project 2013 Pro x64" ApplicationDeliveryType - ScopeId_829D91F9-D288-418B-AFA2-ACAA519ECD47/DeploymentType_4062485e-e1b3-4b64-af5c-c5944ec1463d, Revision - 1, ContentPath - C:\Windows\ccmcache\2, Execution Context - System]LOG]!><time="08:47:08.718-60" date="10-31-2017" component="AppEnforce" context="" type="1" thread="10748" file="appprovider.cpp:1702">
<![LOG[    A user is logged on to the system.]LOG]!><time="08:47:08.720-60" date="10-31-2017" component="AppEnforce" context="" type="1" thread="10748" file="appprovider.cpp:2083">
<![LOG[    Performing detection of app deployment type MS Project 2013 Pro x64(ScopeId_829D91F9-D288-418B-AFA2-ACAA519ECD47/DeploymentType_4062485e-e1b3-4b64-af5c-c5944ec1463d, revision 1) for system.]LOG]!><time="08:47:08.723-60" date="10-31-2017" component="AppEnforce" context="" type="1" thread="10748" file="appprovider.cpp:2148">
<![LOG[+++ Application not discovered. [AppDT Id: ScopeId_829D91F9-D288-418B-AFA2-ACAA519ECD47/DeploymentType_4062485e-e1b3-4b64-af5c-c5944ec1463d, Revision: 1]]LOG]!><time="08:47:08.735-60" date="10-31-2017" component="AppEnforce" context="" type="1" thread="10748" file="localapphandler.cpp:291">
<![LOG[    App enforcement environment:
    Context: Machine
    Command line: “setup” /config prjpror.ww\config.xml
    Allow user interaction: No
    UI mode: 0
    User token: null
    Session Id: 2
    Content path: C:\Windows\ccmcache\2
    Working directory: ]LOG]!><time="08:47:08.735-60" date="10-31-2017" component="AppEnforce" context="" type="1" thread="10748" file="appcontext.cpp:85">
<![LOG[    Prepared working directory: C:\Windows\ccmcache\2]LOG]!><time="08:47:08.736-60" date="10-31-2017" component="AppEnforce" context="" type="1" thread="10748" file="appcontext.cpp:189">
<![LOG[Invalid executable file “setup”]LOG]!><time="08:47:08.739-60" date="10-31-2017" component="AppEnforce" context="" type="3" thread="10748" file="appcontext.cpp:303">
<![LOG[CMsiHandler::EnforceApp failed (0x87d01106).]LOG]!><time="08:47:08.740-60" date="10-31-2017" component="AppEnforce" context="" type="3" thread="10748" file="msihandler.cpp:284">
<![LOG[AppProvider::EnforceApp - Failed to invoke EnforceApp on Application handler(0x87d01106).]LOG]!><time="08:47:08.740-60" date="10-31-2017" component="AppEnforce" context="" type="3" thread="10748" file="appprovider.cpp:1786">
<![LOG[CommenceEnforcement failed with error 0x87d01106.]LOG]!><time="08:47:08.741-60" date="10-31-2017" component="AppEnforce" context="" type="3" thread="10748" file="appprovider.cpp:1825">
<![LOG[Method CommenceEnforcement failed with error code 87D01106]LOG]!><time="08:47:08.741-60" date="10-31-2017" component="AppEnforce" context="" type="3" thread="10748" file="appprovider.cpp:2392">
<![LOG[++++++ Failed to enforce app. Error 0x87d01106. ++++++]LOG]!><time="08:47:08.743-60" date="10-31-2017" component="AppEnforce" context="" type="3" thread="10748" file="appprovider.cpp:2469">

Any help appreciated.
 

Attachments

Invalid executable file "setup" - Can you modify it to setup.exe and try ?.
87D01106 = Failed to verify the executable file is valid or to construct the associated command line.
 
This did help me but the problem was with the quotation marks.
I copied the text from your instructions with these quotation marks “setup”, but I had to use these "setup".

I managed to install Project but Software Center can't detect it and wants to retry it. Getting the error 0x87D00324.

sccm-detect.jpg
 
This did help me but the problem was with the quotation marks.
I copied the text from your instructions with these quotation marks “setup”, but I had to use these "setup".

I managed to install Project but Software Center can't detect it and wants to retry it. Getting the error 0x87D00324.

View attachment 1077
make sure you update the application content.
 
Fixed it. I used the wrong product code for detection.
You can close this thread.
Thanks for the help.
 
Status
Not open for further replies.
Back
Top