Rollback Office365 to and earlier version

Jawsurgeon 26 Reputation points
2021-12-26T16:09:08.083+00:00

I need to rollback MS Office365 to a version earlier than Dec 16,2021 because that version has introduced a filelock error in MS Access that makes my custom applications crash. This is a known issue.
I have tried using the officedeployment setup.exe /configure option with the suggested xml script:
<Configuration>
<Add OfficeClientEdition="32" Version="16.0.14701.20226" >
<Product ID="O365BusinessRetail" >
<Language ID="en-us" />
</Product>
</Add>
</Configuration>

However this crashes. I have tried over 20 times with two different computers / two different networks/ local and network admin credentials. completely uninstalled all previous versions of office etc.
Here is a screenshot of the error I recieve:and please note I AM connected to a high speed internet connection with all AV software and firewalls turned off.

160532-2021-12-24-11-07-48.jpg

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
881 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,172 questions
{count} votes

Accepted answer
  1. Emily Hua-MSFT 27,651 Reputation points
    2021-12-27T09:03:29.6+00:00

    Hi @Jawsurgeon

    Thanks for your sharing.

    Please make sure your ODT tool is the latest version.
    Besides, to rollback Office to one specific version, you could also try to run following command.

    Such as "C:\Program Files\Common Files\microsoft shared\ClickToRun\officec2rclient.exe" /update user updatetoversion=16.0.14701.20226

    Any updates, you could post back.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Jawsurgeon 26 Reputation points
    2021-12-27T16:40:33.95+00:00

    Thanks Emily:
    I have now tested the rollback using Access Desktop and my application now works as expected. Just and FYI : this filelock issue was introduced during the Dec 2021 update and broke my frontend/backend multiuser application. The code to add new records to multiply related recordsets failed.
    Using this rolloback (September 2021) the issue is now fixed.

    1 person found this answer helpful.
    0 comments No comments

  2. Jawsurgeon 26 Reputation points
    2021-12-27T01:21:08.983+00:00

    thanks.
    I have (at least for now) solved the roll back by changing the ID of the build in the script to an earlier version
    I don't know why I didnt think of that before but now (at least on 1 machine ) works.

    Version="16.0.14527.20234"

    I have not confirmed yet whether or not this solves the file lock problem but will update this post as soon as I do

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.