Error during installation of MS Access runtime 2013

Micheal Beaton 0 Reputation points
2024-08-30T21:56:22.7766667+00:00

I am trying to install the "AccessRuntime_x64_en-us.exe" but encountering an error during the installation process. The error message says "MS Access runtime 2013 encountered an error during setup." I have already uninstalled all MS Office files using "SetupProd_OffScrub.exe" and re-installed MS Office 365 using "OfficeSetup 365 64bit.exe". What could be causing this issue and how can I complete the installation?

Access
Access
A family of Microsoft relational database management systems designed for ease of use.
400 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Tom van Stiphout 1,696 Reputation points MVP
    2024-08-31T17:23:07.93+00:00

    Installing multiple versions of the same software has its issues, especially if you install the older one after the newer one. Access is no exception to that rule.

    If you REALLY need to: create a VM with only Windows and this runtime on it.
    In all other cases you can simply use Access 365 with the /runtime command line switch.

    0 comments No comments

  2. LucyChenMSFT-4874 5,060 Reputation points
    2024-09-02T01:44:55.26+00:00

    Hi @Micheal Beaton ,

    Thank you for your reaching out and welcome to Microsoft Q&A!

    I have already uninstalled all MS Office files using "SetupProd_OffScrub.exe" and re-installed MS Office 365 using "OfficeSetup 365 64bit.exe".

    In addition to Tom's suggestion, if for some reason the machine is in a bad way, you may need to be more aggressive about the uninstall.  From a PowerShell command line.

    "(Get-AppxPackage -Name Microsoft.Office.Desktop).Dependencies | Remove-AppxPackage"
    

    then 

    "Get-AppxPackage -Name Microsoft.Office.Desktop | Remove-AppxPackage"
    

    That will typically throw an error if everything is already removed. 

    Then to verify that it is indeed removed, this command should return nothing. 

    "(Get-AppxPackage -Name Microsoft.Office.Desktop).Dependencies"
    

    Feel free to share your issues here if you have any concerns.

    Best regards,

    Lucy Chen


    If the answer is the right solution, 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.

    https://docs.microsoft.com/en-us/answers/support/email-notifications

    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.