We have a SCCM 2012 SP1 environment setup ready and configured. I am trying to deploy an application to clients. When i do it, the application is deployed successfully and can be seen in the Software center console in the client machine. But the installation
is not starting and even if i manually try to install it wont start and throws an error : The software change returned error code 0x80070005(-2147024891).
AppDiscovery.log
ActionType - Install will use Content Id: Content_6b2ca798-8bb8-4345-9df1-b102c3272070 + Content Version: 1 for AppDT " - Script Installer" [ScopeId_1E80E7E4-EBB3-43A3-99FC-C75CD2DA06C8/DeploymentType_f6fe06fd-60a4-4cdf-adae-1e2256e3ef2f],
Revision - 1
Entering ExecQueryAsync for query "select * from CCM_AppDeliveryType where (AppDeliveryTypeId = "ScopeId_1E80E7E4-EBB3-43A3-99FC-C75CD2DA06C8/DeploymentType_f6fe06fd-60a4-4cdf-adae-1e2256e3ef2f"
AND Revision = 1)"
Performing detection of app deployment type - Script Installer(ScopeId_1E80E7E4-EBB3-43A3-99FC-C75CD2DA06C8/DeploymentType_f6fe06fd-60a4-4cdf-adae-1e2256e3ef2f, revision 1) for system.
+++ Application not discovered with script detection. [AppDT Id: ScopeId_1E80E7E4-EBB3-43A3-99FC-C75CD2DA06C8/DeploymentType_f6fe06fd-60a4-4cdf-adae-1e2256e3ef2f, Revision: 1]
+++ Did not detect app deployment type - Script Installer(ScopeId_1E80E7E4-EBB3-43A3-99FC-C75CD2DA06C8/DeploymentType_f6fe06fd-60a4-4cdf-adae-1e2256e3ef2f, revision 1) for system.
AppEnforce.log
Invalid executable file Install.bat
ScriptHandler::EnforceApp failed (0x87d01106).
AppProvider::EnforceApp - Failed to invoke EnforceApp on Application handler(0x87d01106).
CommenceEnforcement failed with error 0x87d01106.
Method CommenceEnforcement failed with error code 87D01106
++++++ Failed to enforce app. Error 0x87d01106. ++++++
Can anyone help me with this.?
Abhilash Merugu