Jump to content


mkeehn

Established Members
  • Posts

    9
  • Joined

  • Last visited

mkeehn's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I found a solution that is working for me here: http://techready.nl/?p=1891 I used the Powershell version of the command line and Office installs properly on all of my machines now.
  2. I've now gone through this process detailed below and redistributed my boot images, no change. untick the enable PXE checkbox on the distribution point. Answer yes that you want to remove the Windows Deployment service. remove your boot images from your distribution point After 5 minutes. Delete %windir%\temp check with server manager if you can add/remove roles on the server. If WDS is done uninstalling there is a pending boot.Reboot!!! check if the remoteinstall folder is located on your system. If it is delete it. reboot Add the PXE point again by checking the box on the distribution point properties. Check the distrmgr.log and see if the remoteinstall folder reappers.. Send the boot images to the distribution points again.
  3. This morning I've tried uninstalling the Management Point, running ccmsetup.exe /uninstall and reinstalling the Management Point. Upon reboot, I am seeing this in the SMSPXE.log RequestMPKeyInformation: Send() failed. Failed to get information for MP: http://servername.domain.lan. 80004005. reply has no message header marker PXE::MP_LookupDevice failed; 0x80004005 PXE Provider failed to initialize MP connection. Unspecified error (Error: 80004005; Source: Windows) Prioritizing local MP http://servername.domain.lan. RequestMPKeyInformation: Send() failed. Failed to get information for MP: http://servername.domain.lan. 80004005. reply has no message header marker Failed to send status message (80004005) Failed to send the status message PXE::MP_ReportStatus failed; 0x80004005 PXE::CPolicyProvider::InitializeMPConnection failed; 0x80004005 After which it does find the images and says that the PXE provider is loaded. Still having the same issues, though.
  4. I am running SCCM current branch 1606 and have imaged over 500 computers this summer and am down to about 20 that need to be finished. Things have worked great all summer. All of the sudden around noon I could not get any client to PXE boot. I've been searching and trying things for hours and seem to be getting nowhere. Here a portion of my SMSPXE.log Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply> 5C:26:0A:5C:26:D6, 4C4C4544-0052-4C10-8054-B2C04F355131: device is not in the database. Request using architecture 0. Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820352" ServerName=""><Machine><ClientID>57dc6c9f-614a-4994-8ce7-b85de04750a1</ClientID><NetbiosName/></Machine></Identification><PXEBootAction LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="CG320022" OfferIDTime="8/8/2016 5:13:00 PM" PkgID="CG300037" PackageVersion="" PackagePath="http://servername/SMS_DP_SMSPKG$/CG300002" BootImageID="CG300002" Mandatory="0"/></ClientIDReply> 5C:26:0A:5C:26:D6, 4C4C4544-0052-4C10-8054-B2C04F355131: found optional advertisement CG320022 Getting boot action for unknown machine: item key: 2046820352 It then just repeats the lines from 3-6 over and over. So it's contacting the PXE server, it's being seen as an unknown computer (2046820352 is the itemkey of my x86 unknown computer), It's being offered my x86 image (CG300037), but it never goes anywhere from here. It freezes while hanging on the pxe boot screen. Doing the same for a x64 client produces similar result, except it will show me a PXE-E07: Network Device Error when it fails. It finds the appropriate boot image and task sequence in it's log, but does the same thing. Any tips on what I should try? I've disabled/re-enabled PXE I've redistributed boot images. I've unchecked "enable command support" and rechecked as suggested here. I've created new task sequences and deployed them Any other logs that would help me? Thanks for any advice.
  5. One other note I've seen the last couple of days. When Office is successful, that step in the task sequence will hang for a very long time. (Last night it took 6 hours before it timed out and completed the task sequence). If I show the tasklist while it is initially installing, I can see the setup.exe, etc. running. After 10 or 15 minutes the setup.exe no longer shows in the tasklist. If I kill smsappinstall.exe, the step immediately finishes, it goes onto my next step (installing other apps), and finishes properly. Upon logging into the system, Office is installed and activated as it should be.
  6. Hello, I'm having some trouble with Office 2016 Pro Plus deploying during OSD on a consistent basis. I've looked at a number of guides and have recreated my application a number of times, but no matter what I do I am unable to get it to work every time. When it does work, it takes a very long time to install, but my customizations and updates in the Updates folder are applied. The consistent error I am seeing in the Office setup logs on failure is the following: "Error: User canceled install due to MSI service being busy. Type: 90::UserCancel. " You can see the steps before and after in the attached image. My office install is in it's own "Install Application" step. Has anyone run into this before that may have some insight into why it is happening? Thank!
  7. Did you ever get any resolution on this? I'm experiencing the same thing with my 8.1 images.
  8. Thanks for the suggestion. I think that those 1642 errors relate to a couple of the updates, but not all. I do think I have figured out what was going on, though. First, in my deployed Office Application under the Programs tab I was just calling "setup.exe" as my Installation program. I assumed that because the updates were in the updates folder on my installation source and that it was applying my custom.msp that it was also checking for updates in that installation source. I checked the log again on a machine I had run my OSD on, and it wasn't even seeing the updates. (The log I previously posted was actually from a machine I had manually run the setup.exe on, a mistake on my part.) It was not looking in the installation source updates folder, though - it was only checking in C:\Windows\ccmcache\7\updates. Therefore, I added the following line to the config.xml file in my proplus.ww folder in my installation source: <SetupUpdates CheckForSUpdates="Yes" SUpdateLocation="\\server\install$\Office\Office2013\updates" /> After doing that and testing out my task sequence, I checked my logs again. The installation updates folder was referenced this time. It still looked very similar to the one I posted above with a lot of Applying patch: and Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 errors, but checking in "Programs and Features" I see that all of the office patches were applied. The Office installation takes quite a while during OSD, but I think I'm all set.
  9. I've been searching all over and haven't found many people describing a similar issue, and I wondered if anyone here could help. I'm installing Office 2013 w/SP1 during my OSD task sequence. I've created a custom.msp and have it in my updates folder - that is applying correctly. What is not applying, however are all the other patches in the updates folder. I have followed the procedure here: http://technet.microsoft.com/en-us/library/cc178995(v=office.15).aspx#section4 using the script provided to collect updates from a fully patched Office installation. I put all of them in the updates folder on my network installation source. In my SetupExe...log I am seeing the following first, in which it looks like it detects all the patches and says that most of them are applicable. 2014/05/28 15:04:05:647::[5228] Patch that will not be applied for the current chained install: \\server\install$\Office\Office2013\updates\CLIENTSHARED64MUISP-EN-US.MSP 2014/05/28 15:04:05:725::[5228] Patch that will not be applied for the current chained install: \\server\install$\Office\Office2013\updates\CLIENTSHARED64WWSP-X-NONE.MSP 2014/05/28 15:04:05:756::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\CLIENTSHAREDMUISP-EN-US.MSP 2014/05/28 15:04:05:834::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\CSI-X-NONE.MSP 2014/05/28 15:04:05:943::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\DCF-X-NONE.MSP 2014/05/28 15:04:06:178::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\EXCEL-X-NONE.MSP 2014/05/28 15:04:06:256::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\EXCELPP-X-NONE.MSP 2014/05/28 15:04:06:318::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\FILTERPACK-X-NONE.MSP 2014/05/28 15:04:06:365::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\GKALL-X-NONE.MSP 2014/05/28 15:04:06:459::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\GROOVE-X-NONE.MSP 2014/05/28 15:04:06:537::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\LYNC-X-NONE.MSP 2014/05/28 15:04:06:584::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\LYNCHELP-EN-US.MSP 2014/05/28 15:04:06:662::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\MSCOMCTLOCX-X-NONE.MSP 2014/05/28 15:04:06:803::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\MSMIPC-X-NONE.MSP 2014/05/28 15:04:06:928::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\MSO-X-NONE.MSP 2014/05/28 15:04:07:022::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\MSPTLS-X-NONE.MSP 2014/05/28 15:04:07:131::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\OART-X-NONE.MSP 2014/05/28 15:04:07:225::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\OCR-X-NONE.MSP 2014/05/28 15:04:07:350::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\OFFICESUITEMUISP-EN-US.MSP 2014/05/28 15:04:07:865::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\OFFICESUITEWWSP-X-NONE.MSP 2014/05/28 15:04:07:990::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\ONENOTE-X-NONE.MSP 2014/05/28 15:04:08:053::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\ORGIDCRL-X-NONE.MSP 2014/05/28 15:04:08:147::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\OSFCLIENT-X-NONE.MSP 2014/05/28 15:04:08:209::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\OUTLFLTR-X-NONE.MSP 2014/05/28 15:04:08:319::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\OUTLOOK-X-NONE.MSP 2014/05/28 15:04:08:506::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\POWERPOINT-X-NONE.MSP 2014/05/28 15:04:08:569::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\PPADDIN-X-NONE.MSP 2014/05/28 15:04:08:600::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\PROOF-EN-US.MSP 2014/05/28 15:04:08:631::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\PROOF-ES-ES.MSP 2014/05/28 15:04:08:647::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\PROOF-FR-FR.MSP 2014/05/28 15:04:08:694::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\PROOFINGSP-EN-US.MSP 2014/05/28 15:04:08:740::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\PROOFSP-EN-US.MSP 2014/05/28 15:04:08:819::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\PROOFSP-ES-ES.MSP 2014/05/28 15:04:08:881::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\PROOFSP-FR-FR.MSP 2014/05/28 15:04:09:006::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\PUBLISHER-X-NONE.MSP 2014/05/28 15:04:09:053::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\RICHED20-X-NONE.MSP 2014/05/28 15:04:09:162::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\VISIO-X-NONE.MSP 2014/05/28 15:04:09:240::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\VVIEWER-X-NONE.MSP 2014/05/28 15:04:09:475::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\WORD-X-NONE.MSP 2014/05/28 15:04:09:522::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\WORDPIA-X-NONE.MSP 2014/05/28 15:04:09:600::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\WXPCORE-X-NONE.MSP 2014/05/28 15:04:09:631::[5228] Applicable patch: \\server\install$\Office\Office2013\updates\custom.msp After the main installation, it gets to the part where it is going to patch things, and I see the following: 2014/05/28 15:12:27:026::[5456] Successfully installed package: ProPlusWW path:C:\MSOCache\All Users\{90150000-0011-0000-0000-0000000FF1CE}-C\ProPlusWW.msi 2014/05/28 15:12:27:042::[5456] Applying patch: 2014/05/28 15:12:29:760::[5456] MsiApplyPatch failed with error 1642 2014/05/28 15:12:29:760::[5456] Error applying patch: \\server\install$\Office\Office2013\updates\CLIENTSHAREDMUISP-EN-US.MSP 2014/05/28 15:12:29:760::[5456] Applying patch: 2014/05/28 15:12:53:241::[5456] Applying patch: 2014/05/28 15:12:58:381::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:13:04:215::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:13:05:137::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:13:13:131::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:13:19:683::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:13:29:261::[5456] Applying patch: 2014/05/28 15:13:44:339::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:13:45:168::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:14:07:080::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:14:07:781::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:14:23:767::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:14:24:588::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:14:43:621::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:14:50:009::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:15:08:071::[5456] Applying patch: 2014/05/28 15:15:12:125::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:15:12:812::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:15:21:340::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:15:26:202::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:15:47:958::[5456] Applying patch: 2014/05/28 15:15:52:884::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:16:03:280::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:16:18:665::[5456] Applying patch: 2014/05/28 15:16:22:928::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:16:35:748::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:16:49:638::[5456] Applying patch: 2014/05/28 15:16:57:436::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:16:58:123::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:17:11:827::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:17:15:696::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:17:21:556::[5456] Applying patch: 2014/05/28 15:17:30:730::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:17:31:652::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:17:47:340::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:17:51:387::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:17:57:543::[5456] Applying patch: 2014/05/28 15:17:58:036::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:17:58:791::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:17:59:655::[5456] Applying patch: 2014/05/28 15:18:04:730::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:18:10:879::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:18:20:269::[5456] Applying patch: 2014/05/28 15:18:28:425::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:18:36:905::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:18:46:932::[5456] Applying patch: 2014/05/28 15:18:59:729::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:19:00:714::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:19:26:193::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:19:50:585::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:20:18:461::[5456] Applying patch: 2014/05/28 15:20:24:914::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:20:32:914::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:20:42:790::[5456] Applying patch: 2014/05/28 15:20:51:118::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:20:58:509::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:21:10:200::[5456] Applying patch: 2014/05/28 15:21:20:560::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:21:26:982::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:21:36:654::[5456] Applying patch: 2014/05/28 15:22:41:665::[5456] MsiApplyPatch failed with error 1642 2014/05/28 15:22:41:665::[5456] Error applying patch: \\server\install$\Office\Office2013\updates\OFFICESUITEMUISP-EN-US.MSP 2014/05/28 15:22:41:665::[5456] Applying patch: 2014/05/28 15:23:47:652::[5456] MsiApplyPatch failed with error 1642 2014/05/28 15:23:47:652::[5456] Error applying patch: \\server\install$\Office\Office2013\updates\OFFICESUITEWWSP-X-NONE.MSP 2014/05/28 15:23:47:652::[5456] Applying patch: 2014/05/28 15:23:56:809::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:23:58:465::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:24:17:622::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:24:23:857::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:24:34:929::[5456] Applying patch: 2014/05/28 15:24:44:726::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:24:52:492::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:25:02:774::[5456] Applying patch: 2014/05/28 15:25:03:836::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:25:04:846::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:25:15:690::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:25:23:643::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:25:32:609::[5456] Applying patch: 2014/05/28 15:25:39:992::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:25:48:485::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:25:59:845::[5456] Applying patch: 2014/05/28 15:26:09:455::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:26:10:642::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:26:31:821::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:26:42:118::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:27:00:947::[5456] Applying patch: 2014/05/28 15:27:11:681::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:27:12:416::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:27:34:135::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:27:40:476::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:27:53:002::[5456] Applying patch: 2014/05/28 15:28:10:878::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:28:50:275::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:29:13:207::[5456] Applying patch: 2014/05/28 15:29:15:269::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:29:15:863::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:29:17:707::[5456] Applying patch: 2014/05/28 15:29:19:500::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:29:19:969::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:29:21:534::[5456] Applying patch: 2014/05/28 15:29:23:175::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:29:23:675::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:29:24:565::[5456] Applying patch: 2014/05/28 15:29:24:815::[5456] MsiApplyPatch failed with error 1642 2014/05/28 15:29:24:815::[5456] Error applying patch: \\server\install$\Office\Office2013\updates\PROOFINGSP-EN-US.MSP 2014/05/28 15:29:24:815::[5456] Applying patch: 2014/05/28 15:29:26:081::[5456] MsiApplyPatch failed with error 1642 2014/05/28 15:29:26:081::[5456] Error applying patch: \\server\install$\Office\Office2013\updates\PROOFSP-EN-US.MSP 2014/05/28 15:29:26:081::[5456] Applying patch: 2014/05/28 15:29:27:253::[5456] MsiApplyPatch failed with error 1642 2014/05/28 15:29:27:253::[5456] Error applying patch: \\server\install$\Office\Office2013\updates\PROOFSP-ES-ES.MSP 2014/05/28 15:29:27:253::[5456] Applying patch: 2014/05/28 15:29:28:409::[5456] MsiApplyPatch failed with error 1642 2014/05/28 15:29:28:409::[5456] Error applying patch: \\server\install$\Office\Office2013\updates\PROOFSP-FR-FR.MSP 2014/05/28 15:29:28:409::[5456] Applying patch: 2014/05/28 15:29:33:565::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:29:34:240::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:29:49:747::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:29:59:263::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:30:13:529::[5456] Applying patch: 2014/05/28 15:30:30:342::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:30:39:950::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:30:52:197::[5456] Applying patch: 2014/05/28 15:31:53:114::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:32:03:681::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:32:53:889::[5456] Applying patch: 2014/05/28 15:33:10:265::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:33:21:453::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:33:37:125::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:33:38:469::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:33:40:500::[5456] Applying patch: 2014/05/28 15:34:05:862::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:34:07:080::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:34:47:990::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:34:48:912::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:35:22:272::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:35:32:929::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:36:13:915::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:36:14:680::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:36:15:774::[5456] Applying patch: 2014/05/28 15:36:31:478::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:36:39:384::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:36:50:104::[5456] Applying patch: 2014/05/28 15:37:03:229::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:37:09:245::[5456] Warning: Unknown stage encountered while completing an MSI progress stage. Stage: 0 2014/05/28 15:37:18:011::[5456] 05/28/2014 15:37:18 Committing MSI transaction. 2014/05/28 15:40:03:254::[5456] 05/28/2014 15:37:18 MSI transaction committed. A short amount of time after the OSD process is complete, software center shows a ton of Office 2013 patches ready to install, adding a significant amount of time to the process. Anyone have any ideas for something I could check or correct? I've tried rebuilding my installation directory from scratch, done the patch collection from different machines, etc., but nothing seems to work. Thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.