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 Google Drive install fails with error code 0x80070002

Michael Britt

Active Member
Messages
31
Reaction score
0
Points
6
Trying to deploy Google Drive FIle Stream and install fails with error code 0x80070002(-2147024894). I have compared this software to others we have set up and there is no difference. Just fails every time you try to install. Not sure what else to do.
 
Trying to deploy Google Drive FIle Stream and install fails with error code 0x80070002(-2147024894). I have compared this software to others we have set up and there is no difference. Just fails every time you try to install. Not sure what else to do.
0x80070002 is a generic error code. You must examine the client side log files to see why the app install is failing. I guess Google Drive FIle Stream is configured as app, so could you examine appenforce.log file ?.
 
Here is the section of the appenforce log.

+++ Application not discovered. [AppDT Id: ScopeId_531A5D48-09C3-4274-955E-DE9271FF9752/DeploymentType_be5279ef-2bc2-48b6-b2c1-6477cf476a56, Revision: 2] AppEnforce 9/29/2017 3:03:51 PM 4332 (0x10EC)
App enforcement environment:
Context: Machine
Command line: GoogleDriveFSSetup.exe
Allow user interaction: No
UI mode: 0
User token: null
Session Id: 4294967295
Content path: C:\WINDOWS\ccmcache\6
Working directory: AppEnforce 9/29/2017 3:03:51 PM 4332 (0x10EC)
Prepared working directory: C:\WINDOWS\ccmcache\6 AppEnforce 9/29/2017 3:03:51 PM 4332 (0x10EC)
Invalid executable file GoogleDriveFSSetup.exe AppEnforce 9/29/2017 3:03:51 PM 4332 (0x10EC)
CMsiHandler::EnforceApp failed (0x87d01106). AppEnforce 9/29/2017 3:03:51 PM 4332 (0x10EC)
AppProvider::EnforceApp - Failed to invoke EnforceApp on Application handler(0x87d01106). AppEnforce 9/29/2017 3:03:51 PM 4332 (0x10EC)
CommenceEnforcement failed with error 0x87d01106. AppEnforce 9/29/2017 3:03:51 PM 4332 (0x10EC)
Method CommenceEnforcement failed with error code 87D01106 AppEnforce 9/29/2017 3:03:51 PM 4332 (0x10EC)
++++++ Failed to enforce app. Error 0x87d01106. ++++++ AppEnforce 9/29/2017 3:03:51 PM 4332 (0x10EC)
 
Update:

I was using the direction google published and copied the name if the .exe they had in documentation instead of looking at the actual .exe name.
 
Back
Top