zemerick Posted June 5, 2014 Report post Posted June 5, 2014 First off I'd like to state that although I've searched for this error on numerous forums I only find that the error most similar to mine is "Execution status received: 24". I have a Task Sequence that deploys Windows 8.1 Enterprise with Bitlocker enabled. I have a standard Install Application step which installs Office 2013 Pro. When it gets to this step sometimes (rarely, 1 out 15 so far) it succeeds. More often than not is fails. Below is the section of the SMSTS.log that pertains to the application install. On most forums the folks have found that the issue just resolved itself without changing anything. This hasn't been the case for me thus far. Also most errors pertain to the "Execution status received: 24" error. Which is a download error. Mine says the application is available and ready to go. After that though it immediately fails with the generic code 0x80004005 . This application successfully installs outside the OSD TS. I'm having to go behind each machine and manually install Office on each one. I have the program available outside to deploy even when not advertised. I have deployment options set to Download and run locally. Execution status received: 3 (Application is available for installation ) InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)App install failed. InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)Setting TSEnv variable '_TSAppInstallStatus'='Error' InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)Setting TSEnv variable 'SMSTSInstallApplicationJobID__ScopeId_ECA3CCCE-5DBC-47E0-BB14-0D211004E0C9/Application_32f1e4bc-f0ae-49cf-be38-c33f76e7815c'='' InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)Completed installation job. InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)Step 2 out of 2 complete InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)Install application action failed: 'Microsoft Office Professional Plus 2013'. Error Code 0x80004005 InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)Sending error status message InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10) Setting URL = http://OCS12.ocboe.local, Ports = 80,443, CRL = false InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10) Setting Server Certificates. InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10) Setting Authenticator. InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)Set authenticator in transport InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10) Setting Media Certificate. InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)Sending StatusMessage InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)Setting message signatures. InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)Setting the authenticator. InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)CLibSMSMessageWinHttpTransport::Send: URL: OCS12.ocboe.local:80 CCM_POST /ccm_system/request InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10)Request was successful. InstallApplication 6/5/2014 11:06:01 AM 2576 (0x0A10) Any ideas? I can also supply more logs if necessary. Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted June 10, 2014 Report post Posted June 10, 2014 what does the installation log for Office tell you ? attach it here if you can Quote Share this post Link to post Share on other sites More sharing options...
Dirtymalu Posted July 2, 2014 Report post Posted July 2, 2014 This sounds like the infamous "SSD" install issue. If your "Install Application" step is coming right after a reboot then the computer probably hasn't had enough time to start up components. We had this effect us on old computers as well as new ones. We decided to use "Install Packages" for application installation. Those never seem to fail. http://www.windows-noob.com/forums/index.php?/topic/9214-install-applications-failing-in-osd-task-sequences/ Quote Share this post Link to post Share on other sites More sharing options...
Iroqouiz Posted July 3, 2014 Report post Posted July 3, 2014 Appenforce.log or as Niall said the office log file is a better place to look. By the way: I've long since abandoned using apps in OSD. It's just too error prone. I use apps when pushing software to existing clients but during OSD i only use packages. Haven't had a problem since. Quote Share this post Link to post Share on other sites More sharing options...