Office 365 Click to Run April Update version has changed

      
 We are implementing a process for controlling Office 365 click-to-Run updates so that our application testers can verify that the updates have no adverse effects on their applications. 
We started distributing the April update on April 14th and the update version at the time was 15.0.4711.1002.  We are also using the group policy registry keys to control the version.  Today after hours of troubleshooting why we are now getting
errors when PCs are trying to update to that version I discover that there is no longer a version 15.0.4711.1002 and has been replaced by 15.0.4711.1003.  I cant find anywhere why this has been updated or what changes were made so I don't know if this
now has to be retested by our testing group.   Just wondering is this a minor change and if so what was it?

Thanks for responding Tony - here is my modified configuration.xml (I've only removed DFS location names)
<Configuration>
  <Add SourcePath="\\OurDomain.com\Office365\Files" OfficeClientEdition="32" >
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
    </Product>
  </Add>
  <Updates Enabled="TRUE" UpdatePath="\\OurDomain.com\Office365\Files\Updates" />
  <Display Level="None" AcceptEULA="TRUE" />
  <Logging Name="Office2013Setup.log" Path="%windir%\Logs\Office\" />
  <!--  <Property Name="AUTOACTIVATE" Value="1" />  -->
</Configuration>
Carl Barrett | Twitter: @Mosquat

Similar Messages

  • Add-in support on Office 365 click-to-run installed and Office 365 App-V installed

    Hi,
    We have to make a decision on deploying Office 365 via on premise click-to-run, with the Office Deployment tool, or via App-V. But the way add-ins are supported on Office 365 / Office 2013 on App-V 5.0 SP2 is not clear to me.
    Some Technet sites mention that for add-in support on an App-V based office, the add-ins should be sequenced and put together in a connection group with the Office App-V package (created by the Office Deployment tool)
    On
    http://blogs.technet.com/b/office_resource_kit/archive/2013/12/02/announcing-app-v-5-0-sp2-support-for-office-2013-volume-licensing-editions.aspx however, I read in the table “Full-featured Office with integration with other applications,
    add-ins, and Windows”
    When testing with third party applications and Visual Studio installed in a classical installer way, the add-ins are added to the App-V installed Office, but we are sometimes experiencing error messages in word / excel with the add-ins
    enabled.  
    Should add-ins be sequenced to be used on an App-V based Office? Or in other words, is there a difference in add-in support between the click-to-run version and the App-V version of Office for non-virtualized add-ins?

    Hi,
    There is a new feature for Office 365 Pro Plus, it allow administrators the ability to exclude App element. We need to use Office 2013 Click-to-Run (Build 15.0.4615.1001) and logon as administrator. 
    http://blogs.technet.com/b/odsupport/archive/2014/05/14/new-application-selection-feature-offered-with-the-may-2014-update-of-office-2013-click-to-run.aspx
    Then, we'd better follow this link and repeat the steps one by one:
    http://lyncme.co.uk/office365/office365-proplus-click-to-run-lets-stop-onedrive-for-business-from-being-installed/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does
    not guarantee the accuracy of this information.
    Regards,
    George Zhao
    TechNet Community Support

  • Need assistance creating applications with superseedence to uninstall Office 2010, Lync 2010 and then install Office 365 click to run 2013

    We are getting ready in a few months to uninstall our locally installed Office 2010 and head to the cloud with Office 365 2013. I have created applications to uninstall Office 2010 and Lync 2010 and then added them to the supersedence tab for Office 365
    office 2013 click to run with appv5.
    When deploying the office 365 2013 application it does not uninstall office 2010 or lync 2010 with the supersedence.  I am able to manually uninstall Office 2010 and Lync 2010 with the command lines I am using in the applications.
    The application uninstall for Office 2010 is:
    The application uninstall is an exe so I created an application, created a deployment type with the location of our Office 2010 admin point, installation program and uninstall program are set with the same line as I have tried to deploy it separately and
    also as a supersedence in the Office 365 application setup.exe /uninstall ProPlus /config "\\sccmserver\share\Office2010\ProPlus.ww\silentuninstallconfig.xml.  The silentuninstallconfig.xml was created from the original config.xml file and edited
    to these settings:<Configuration Product="ProPlus">
     <Display Level="none" CompletionNotice="NO" SuppressModal="yes" AcceptEula="yes" />
     <Setting Id="Reboot" Value="Never" />
     <Setting Id="SETUP_REBOOT" Value="NEVER" />
     <OptionState Id="ProductFiles" State="Local" Children="force" />
     </Configuration>
    The detection method is the folder path to see that office 14 exists.  When I deploy this the machines finish with success showing this exists, but does not uninstall Office 2010.
    running the command line manually mapped to this location on a machine uninstalls office 2010 without issue. 
    Lync 2010 uninstall:
    Lync is an exe so I am using the LyncSetup.exe /silent /uninstall.  The application is in the supersedence tab for Office 365 2013. This never installs.  If I create a softare distribution and deploy it on its own it uninstalls without issue. 
    We are going to use Lync 2013 with our office 365 2013 installation so we need to uninstall this.  The detection method for lync is file system folder and the Microsoft lync folder for detection.
    MS Office 15 (Office 365) was created with the click to run tool.  I can install this with the application I created using the appv5 package created with the click to run tool.  The issue is we need Office 2010 and Lync 2010 uninstalled first. 
    Having both versions of Office installed in test has caused issues where Office 15 365 will not list in add and remove programs and cannot be uninstalled even with the fix it article to remove office 2013. 
    I have looked at many articles and so far it is not working for us.  Any help appreciated to get us to the cloud.
    Thanks,
    Brit

    The applications I have for uninstall of office 2010 and Lync 2010 for some reason do not uninstall. Manually testing the command lines they do.  The detection method seems to be hanging things up.  On the lync uninstall detection method I have
    the setting type of file system, type folder, path c:\program files\ folder name Microsoft Lync.
    I highly recommend using something other than a file/folder "exists" detection method. Installers are constantly leaving things behind due to environmental inconsistencies. It may leave files/folders behind with a schedule to delete files on next reboot.
    These things are unpredictable and very hard to use. I just use the "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall" Registry location. There you can actually key off the "Product Version" DWORD as well which gives you an even more accurate method
    to determine if the application you are trying to deploy (or expect to exist) is truly there. This, of course, being if you are not using an MSI. If you have MSI technology ALWAYS use the product code unless the person writing the MSI chooses to use the same
    product code for every version release of their product. In which case, Use the registry method.
    As far as getting the supersedence and everything working. You need to start from the basics. Create Applications for all of the apps you want to remove. Make sure they install and uninstall properly (seems like overkill but it isn't that hard). Once you
    have working install/uninstall applications then you can easily apply supersedence to your new applications with a setting of Uninstall on the superseded apps you should have no problem getting rid of them. I have done this for numerous things.
    For example, I did this with Cisco Jabber to replace older versions of jabber, older versions of cisco unified personal communicator and lync and OSC. All of these replaced versions had to have an Application but once it was in it took two seconds to apply
    all the supersedence rules and now I know when I push that software out no matter version is running on any machine it will pull all the old apps off and put the new one on.
    Dustin Estes - MCP | www.dustinestes.com

  • Deployment of Office 365 Click to Run

    Having an issue getting the O365 to install and wondering if I could get some help.    I am new to SCCM and have managed to get a few other apps/packages pushed out without issue.  I have followed a couple of online resources to get this one
    going but am at the end of my rope.
    Created an Application that pushes out to a user Group.
    Client Computer (default device) is seeing the package and downloading for the appropriate users and I can see the complete package in the \windows\CCMCACHE
    The issue appears that it is timing out waiting for user input when doing the install.
    the app is calling setup.exe /configure configuration.xml
    Contents of configuration.xml below 
    <Configuration>
    <Product ID="O365ProPlusRetail">
    <Language ID="en-us" />
    </Product>
    </Add>
    <Display Level="None" AcceptEULA="TRUE" />
    <Property Name="AUTOACTIVATE" Value="1" />
    </Configuration>
    Here is the App enforcment log that tells me it is exceeding 120 minutes
    <![LOG[+++ Starting Install enforcement for App DT "Deploy Office 365 Pro Plus X32" ApplicationDeliveryType - ScopeId_F0A72C6A-71AD-48AB-9637-3C4F9DC381D0/DeploymentType_ee4472b1-c0c3-4ed5-aeda-b6d844c62944, Revision - 6, ContentPath - C:\windows\ccmcache\1i, Execution Context - System]LOG]!><time="14:16:04.873+300" date="02-12-2015" component="AppEnforce" context="" type="1" thread="11560" file="appprovider.cpp:1702">
    <![LOG[ A user is logged on to the system.]LOG]!><time="14:16:04.885+300" date="02-12-2015" component="AppEnforce" context="" type="1" thread="11560" file="appprovider.cpp:2083">
    <![LOG[ Performing detection of app deployment type Deploy Office 365 Pro Plus X32(ScopeId_F0A72C6A-71AD-48AB-9637-3C4F9DC381D0/DeploymentType_ee4472b1-c0c3-4ed5-aeda-b6d844c62944, revision 6) for system.]LOG]!><time="14:16:04.889+300" date="02-12-2015" component="AppEnforce" context="" type="1" thread="11560" file="appprovider.cpp:2148">
    <![LOG[+++ Application not discovered. [AppDT Id: ScopeId_F0A72C6A-71AD-48AB-9637-3C4F9DC381D0/DeploymentType_ee4472b1-c0c3-4ed5-aeda-b6d844c62944, Revision: 6]]LOG]!><time="14:16:04.910+300" date="02-12-2015" component="AppEnforce" context="" type="1" thread="11560" file="localapphandler.cpp:291">
    <![LOG[ App enforcement environment:
    Context: Machine
    Command line: setup.exe /configure configuration.xml
    Allow user interaction: No
    UI mode: 0
    User token: null
    Session Id: 4294967295
    Content path: C:\windows\ccmcache\1i
    Working directory: ]LOG]!><time="14:16:04.911+300" date="02-12-2015" component="AppEnforce" context="" type="1" thread="11560" file="appcontext.cpp:85">
    <![LOG[ Prepared working directory: C:\windows\ccmcache\1i]LOG]!><time="14:16:04.912+300" date="02-12-2015" component="AppEnforce" context="" type="1" thread="11560" file="appcontext.cpp:189">
    <![LOG[ Prepared command line: "C:\windows\ccmcache\1i\setup.exe" /configure configuration.xml]LOG]!><time="14:16:05.012+300" date="02-12-2015" component="AppEnforce" context="" type="1" thread="11560" file="appcontext.cpp:338">
    <![LOG[ Post install behavior is BasedOnExitCode]LOG]!><time="14:16:05.411+300" date="02-12-2015" component="AppEnforce" context="" type="1" thread="11560" file="appcommon.cpp:1094">
    <![LOG[ Waiting for process 1612 to finish. Timeout = 120 minutes.]LOG]!><time="14:16:05.414+300" date="02-12-2015" component="AppEnforce" context="" type="1" thread="11560" file="appexcnlib.cpp:1958">
    <![LOG[Exceeded timeout of 120 minutes while waiting for process 1612 to finish.]LOG]!><time="16:16:05.723+300" date="02-12-2015" component="AppEnforce" context="" type="2" thread="11560" file="appexcnlib.cpp:1972">
    <![LOG[WaitForRunningProcess failed. Error 0x87d00213.]LOG]!><time="16:16:05.723+300" date="02-12-2015" component="AppEnforce" context="" type="3" thread="11560" file="appexcnlib.cpp:1988">
    <![LOG[CMsiHandler::CompleteEnforcement failed with 0x87d00213]LOG]!><time="16:16:05.724+300" date="02-12-2015" component="AppEnforce" context="" type="3" thread="11560" file="msihandler.cpp:320">
    <![LOG[CAppProvider::CompleteEnforcement failed with error 0x87d00213]LOG]!><time="16:16:05.729+300" date="02-12-2015" component="AppEnforce" context="" type="3" thread="11560" file="appprovider.cpp:2544">
    <![LOG[++++++ Failed to enforce app. Error 0x87d00213. ++++++]LOG]!><time="16:16:05.736+300" date="02-12-2015" component="AppEnforce" context="" type="3" thread="11560" file="appprovider.cpp:2467">
    As this is the first package that really has failed miserably I would love any help trying to troubleshoot what is wrong.

    I haven't pushed this application out but I have looked at OneDrive which was very similar.
    https://social.technet.microsoft.com/Forums/en-US/fdc35051-796f-4c94-98b4-19df0bc316e3/one-drive-for-business-deployment-with-sccm?forum=configmanagergeneral
    Forget about Configuration manager, it's just running the installation via a command line under the system account.
    Copy your application to a local machine and run it from from a command line,
    It might be worth changing the display level property so you can see if the installation is prompting for anything.
    You could also add
    <!--  <Logging Level="Standard" Path="%temp%" />  -->
    and check the temp directory for the log file.
    Start run %temp%
    or if running under the system account this will be located C:\windows\temp.
    Once you have your installation going through silently then run it under the system account. again do this from the local machine without configmgr using PSEXEC -i -s cmd.exe
    http://richardbalsley.com/a-simple-tip-to-test-software-installation-using-the-local-system-account
    One that works it will fly out using ConfigMgr.

  • Lync 2013 (part of Office 365 Click to run package) Crashes at startup.

    Faulting application name: lync.exe, version: 15.0.4675.1000, time stamp: 0x54629b81
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.22616, time stamp: 0x5315adc5
    Exception code: 0xe06d7363
    Fault offset: 0x0000c44d
    Faulting process id: 0x1848
    Faulting application start time: 0x01d01ee1ca36be06
    Faulting application path: C:\Program Files\Microsoft Office 15\root\office15\lync.exe
    Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
    Report Id: 0a8fda0a-8ad5-11e4-a243-005056c00008
    -Tried to run lync as an Admin
    -Deleted all User profile settings under C:\users\<username>\appdata\local\microsoft\office\15.0\lync
    -updated Video Card Drivers, tried both WU version and AMD's.
    This appears to be a Profile issue, as I can log into the same computer with a different profile and Lync works just fine.  Both profiles in use are Local Admins.
    Ordinarily I would just delete the Profile and start over, however in this case that's not an option.   Any other places I can remove or reset Lync Data?

    Hi,
    Please try to delete user information from Registry with the following path:
    HKCU\Software\Microsoft\Office\15.0\Lync\[email protected], then restart Lync client to test the issue again.
    Also, check if there is any duplicate copies of Lync updates on the issued computer. If that is the case, please remove the duplicate, restart Lync client to test again.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Managing Office 365 Click to install with SCCM

    Hello,
    I am looking at deploying Office 365 via SCCM, but it looks like we will loose the ability to patch via WU/MU and instead need to update via pointing 365 to a static update source in configuration.xml \\server\path\. 
    Has anyone found a way to deploy the click to run 365  Office version and still effectively manage and updates and patches using SCCM distribution points?  We do not want to run the MSI version. 
    Can anyone from MS here comment on the future of SCCM and 365 click to run integration ?
    TIA
    Lance

    I was hoping you'd ask ;)
    We created a second app in SCCM with some different settings for deployment because we expected people would be using Office while we were trying to update. . We used the same deployment method as the original app and the only real difference in the XML
    is the version number of the bits we are updating and the display level. We changed the display level so that if people were logged in an using Office when the installation deadline was reached they would get a nice popup that indicated if they wished to continue
    with the Office update then they would need to close Office. If they declined then SCCM marked the application as failed and on next software eval cycle would prompt again until success.
    Our XML for the update is below - hope this helps.
    <Configuration>
     <Add SourcePath="" Version="15.0.4623.1003" OfficeClientEdition="32" >
      <Product ID="O365ProPlusRetail">
       <Language ID="en-us" />
      </Product>
     </Add>
     <Updates Enabled="FALSE" />
     <Display Level="Full" AcceptEULA="TRUE" />
     <Logging Name="Office365Setup.log" Path="%temp%" />
      <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
    </Configuration>

  • Office 2010 click to run , Protected Q Drive, cannot reinstall Office

    Hello,
    I have on my machine a version of office 2010, I am trying to unistall it and install a different version of office, when trying to uninstall the application from the control panel I get the following message :
    This 64-bit product may not be installed with Microsoft Office Click-to-Run. Remove Microsoft Office Click-to-Run and try again.
    Now on my machine there is nothing that is an office click to run except for a Q drive that is protected, and I cannot edit or format it, when trying to I geet a message about not having rights to do so, although I am an administrator. the problem here is
    that I do not have Microsoft Office Click-To-Run 2010
    under programs and features. so I cannot uninstall it.
    I went to this link : http://support.microsoft.com/kb/290301
    I tried the fix it app, I got this message:
    Click-to-Run Application Manager
    The action cannot be completed. Try the action again. If the problem continues, contact Microsoft Product Support.
    OK  
    Any ideas?

    Hi
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    From your description, I understand that "This 64-bit product may not be installed with Microsoft Office Click-to-Run" Error message when
    you try to install a 64-bit version of Office 2010. If there is any misunderstanding, please feel free to let me know.
    To determine whether you have Microsoft Office Click-to-Run 2010 installed on your computer, click the File tab and then click Help.
    If you see a Click-to-Run Product Updates section, then Click-to-Run 2010 is installed on your computer.
    To uninstall Microsoft Office Click-to-Run 2010 from your computer, follow these steps:
    Click Start, and then click Control Panel.
    Click the Add or Remove Programs item or click the Programs and Features
    item.
    In the list of installed programs, click Microsoft Office Click-to-Run 2010 and then click Uninstall.
    Click Yes when you are prompted to remove all applications that were installed by Office Click-to-Run.
    More detailed information you can refer to this Knowledge Base link
    http://support.microsoft.com/kb/982258
    Or follow these article steps to
    uninstall Office Click-to-Run products:
    Update, repair, or uninstall Office Click-to-Run products
    http://office.microsoft.com/en-us/excel-help/update-repair-or-uninstall-office-click-to-run-products-HA010382089.aspx#_Toc272139016
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything I
    can do for you, please feel free to let me know.
    Hope that helps.
    Sincerely
    William Zhou CHNPlease remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Office 2013 Click-to-Run Event Logs

    Anyone know what the event logs are (Source, Event ID, etc) for Office 2013 Click-to-Run version? Specifically, I'm trying to find out when my installation was last updated (automatic updates are enabled). In general it would also be nice to know
    what all of the different events are that the program will log.
    Shaun

    Hi,
    To view the Office updates log, we can just go to Control Panel > All Control Panel Items > Windows Update and click
    View update history.
    If you want to know all the event logs related to Microsoft Office, we can use Event Viewer.
    http://windows.microsoft.com/en-in/windows/open-event-viewer#1TC=windows-7
    To find Office-related logs, click Event Viewer > Applications and Services Logs > Microsoft Office Alerts in the Event Viewer window.
    Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Can't install the sharepoint designer 2013 (32 or 64 bits) because of the "Office 15 click-to-run extensibility component"

    Hi there,
    I have a problem installing sharepoint designer 2013 which I downloaded .
    When I try to install the 64 bits installation program it it comes up with a popup that there are 32 bits programs found on my laptop. (Office 15 click-to-run extensibility component)
    When I try to install the 32 bits program of sharepoint designer it gives the same popup only that it found a 64 bits office program (Office 15 click-to-run extensibility component).
    What can I do to resolve this strange problem?
    I have a windows 8.1 laptop and use office as part of office 365.

    Hi GerritAikema,
    According to your description, my understanding is that you got an error when you installed SharePoint 2013 Designer 64-bit.
    Please uninstall the Office 15 Click-to-Run Extensibility component, then install SharePoint 2013 Designer 64-bit, compare the result.
    For uninstalling the Office 15 Click-to-Run Extensibility component, you can refer to the link:
    http://lennytech.wordpress.com/2013/08/10/uninstalling-the-office-15-click-to-run-extensibility-component/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Office 2013 click to run: configure specific options like in /admin setup

    Hi,
    In an Office 2013 click-to-run install, how can we  set f.e. the Exchange server, disable Junk mail protection (we have a seperate system for that), disable RSS, username to be used in Outlook (%username%) etc?
    We have that when using the office 2013 setup.exe /admin but not in the click to run.
    I don't find these options in the config.xml reference: http://technet.microsoft.com/en-us/library/cc179195%28v=office.15%29.aspx
    Please advise.
    J.
    Jan Hoedt

    Hi Jan,
    Click-To-Run version of Office 2013 does not contain the Office Configuration Tool (OCT). And the
    Config.xml file mentioned above is used to customize Windows Installer-based Office 2013 installations, not for Click-To-Run version of Office.
    To configure these specific options for Click-To-Run version of Office 2013, you can use
    Group Policy Administrative Template files (ADMX, ADML). The policy settings apply to both Windows Installer-based (MSI) and Click-to-Run version of Office 2013.
    Download link for the Group Policy Administrative Template files (ADMX, ADML):
    http://www.microsoft.com/en-us/download/details.aspx?id=35554 
    Here is the reference you'll need:
    http://technet.microsoft.com/en-us/library/cc178992(v=office.15).aspx
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • HT5100 I want to turn off the autoplay feature.  I'd like ITunes to stop after one podcast.  The latest version has changed the default for playback.

    I want to turn off the autoplay feature in iTunes.  I'd like iTunes to stop after one podcast.  The latest version has changed the default for playback.

    Make sure that the system time and date on your computer are set correctly.
    If "I Understand the Risks" is missing then this page may be opened in an (i)frame and in that case try the right-click context menu and use "This Frame: Open Frame in New Tab".
    You can retrieve the certificate and check details like who issued certificates and expiration dates of certificates.
    *Click the link at the bottom of the error page: "I Understand the Risks"
    Let Firefox retrieve the certificate: "Add Exception" -> "Get Certificate".
    *Click the "View..." button and inspect the certificate and check who is the issuer of the certificate.
    You can see more Details like intermediate certificates that are used in the Details pane.
    Note that some firewalls monitor secure (https) connections and send their own certificate instead of the website's certificate.

  • When i double click on Mac HD the view has changed and my user name is no longer listed on the left. How can I reset this

    When i double click on Mac HD the view has changed and my user name is no longer listed on the left. How can I reset this?

    Do a factory reset .. nothing will be deleted from your backups and you will be able to get access to them again.
    The Factory Reset Gen1-4.
    Unplug your TC. Hold in reset. and power the TC back on.. without releasing reset for about 10sec. When the status light flashes rapidly; release it.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.

  • Since upgrading to Mail 7.0 the menu popup from right clicking an element in an email has changed.

    Since upgrading to Mail 7.0 the menu popup from right clicking an element in an email has changed.  There is now only a short three item menu:
    Previously there was a longer menu (like the one when right clicking an item on a Safari page):
    I've looked in Preferences and at all the Mail dropdown items but can't find any way to get the old menu back (or why it changed).  In particular, I miss the "copy image" item which allowed me to copy an item image into a new email for forwarding.  I've got two email accounts, an IMAP and a POP.  The behavior is the same with both.
    Any ideas?
    Thanks,
    Richard

    Your screen shots are not visible to me.  But I think I understand your question.
    Several thoughts come to mind:
    rbhix wrote:
    In particular, I miss the "copy image" item which allowed me to copy an item image into a new email for forwarding.
    You can still, of course, simply forward the entire email message containing the image.
    You could also use the "Save Attachment ..." feature available when you right click and copy and paste from there once the image is saved.
    Less likely, you could also use the "Share" feature available when you right click, though I suspect it may not offer sharing options that you would like.

  • Office 365 Pro Plus - Fail to update Build version when user clicks 'Cancel'

    I'm planning to deliver Office 365 Pro Plus updates via SCCM 2007 where i can control the build versions and use the already available SCCM to do so.
    My issue is around the user clicking "Cancel" when they are prompted with the notification window to close down Office apps when trying to release an updated build version.
    This is because when the user selects cancel the application fails with "The exit code is 17002, the execution status is FailureNonRetry" =
    FAILED. This message is taken from the execmgr.log.
    Ideally I'd like to allow the user to defer the install say 3 times and afterwards deploy it mandatory...like how you could manage WSUS patches.  
    Does anyone have any helpful suggestions around this?  Thanks in advance!

    Generaly, this is not possible I think, at least nothing can be done on Office side. Office
    365 cannot install the new build if any Office applications are running.
    We do have a attribute (FORCEAPPSHUTDOWN) that can be set in configuration.xml file to force shutting down any applications that block the action, but this will not
    make the process your ideal way.
    So through Office if you click Cancel the user cancels the update and will not be re-prompted? Surely in the corporate world you would want them to be compliant and not have the user ultimately manage their patch level? 
    I am already using Forceappshutdown but enabled the display level (in the config.xml) which is how they are prompted to close the app. For sure doing this silently would not be feasible.  It would automatically close office regardless. Definite no no.
     I will repost in the SCCM forum and see if i have any luck if what you say is true.  I can't be the only person with this issue.  I need to find some guidance on deferral procedures.

  • Office 2013 Click-to-Run

    All,
    We are having issues with some customers that have the Office 2013 Home and Business Click-to-Run version of office installed.  Users are randomly having their installation corrupted. This interestingly enough didn't start happening until SP1 was released
    for Office 2013. I am aware that click-to-run installations of office don't update via Windows Updates direct but through another method. Is anyone else seeing this happen?  Any thoughts would be appreciated.
    Some of the symptoms are as follows:
    1.  None of the Office apps open.  You double-click but nothing happens nor are there any processes running.
    2.  If you open an office document direct you might get a message something to the effect of There was a Problem sending the command to the program.  None of the documented fixes appear to correct the issue for this type of error.
    3.  A system restore point fixes it but it breaks again within a day or two.
    4.  The only fix at this point is to uninstall (Using FixIt KB2739501) and reinstall which of course pulls down the latest build with SP1.

    Hi,
    You can probably fix the issue by updating the video driver to the latest.
    Please refer to this thread below, many users had the same issue and solved it by updating the video driver:
    http://social.technet.microsoft.com/Forums/en-US/34401d63-6c3b-47e6-ab20-9ed9b70d890b/outlook-2013-sp1-unusable-since-sp1-update-?forum=officesetupdep
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

Maybe you are looking for

  • How to hide folder in PCD  with respect to other user

    Hi,      I want to hide some folder in PCD,suppose any other user enter into portal,he is not able to view the particular folder with out my permission.     for eg."X" user hide one folder means,"Y" user not possible to view the hided folder.      ca

  • Upgrading from vista to Windows 7

    I am trying to upgrade from Vista Home Premium (32bit) to Windows 7 Premium (32bit), how can I get the required drivers for it? Specifically the nvidia nforce 10/100 mbps ethernet (32bit) updated driver. This question was solved. View Solution.

  • How to integrate Websphere MQ as an external JMS Provider?

    Hello to all! I'm trying to integrate Websphere MQ in SAP Web AS 6.40 as an external JMS provider and I'm having some problems. As the use of SAP XI is impossible for me, I started using the built-in JMS Connector. I've already read (and tried to fol

  • Do not have Blackberry Maps installed. How do I get them?

    I am a T-mobile customer.  My new BB 8900 does not have BB Maps installed or at least I can't find it.  BB website will not allow USB download to phone (plus I have a Mac).  Cannot find BB Maps application on BlackBerry App World.  How do I get BB Ma

  • Execution of gi installation script failed windows

    I have windows 2012, i tried install Oracle grid but in 83% , it get an error : INS-32123 execution of gi installation script failed . How can i solve?