Access 2019 - Volume License Installation Error

JoshuaD13 51 Reputation points
2021-12-10T16:26:52.817+00:00

Hello,

I have come across an issue with installing Microsoft Access 2019 via the Office Deployment Tool (ODT) {version: 16.0.14527.20178} Overview of the Office Deployment Tool - Deploy Office | Microsoft Learn. I have successfully finished the installation for Visio 2019, Project 2019, and Office 365 using this method. First I download the installation files for Access 2019 by running this command:

Folder Location> setup.exe /configure AccessConfig32bit.xml

It successfully creates the Office folder with the .cab files. Then I run the install command:

Folder Location> setup.exe /configure AccessConfig32bit.xml

It generates an error "We can't install. This product can't be installed on the selected update channel. Please contact your system administrator and try again." I am unsure why Access 2019 is causing issues, here is my configuration file:

<Configuration>

<Add OfficeClientEdition="32" Channel="PerpetualVL2019" ForceUpgrade="TRUE">

<Product ID="Access2019Volume" PIDKEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX">     

  <Language ID="en-us" />     

</Product>     

</Add>

<Property Name="SharedComputerLicensing" Value="0" />

<Property Name="PinIconsToTaskbar" Value="TRUE" />

<Property Name="SCLCacheOverride" Value="0" />

<Property Name="AUTOACTIVATE" Value="1" />

<Updates Enabled="TRUE" />

<RemoveMSI />

<AppSettings>

<Setup Name="Company" Value="Company Name" />     

</AppSettings>

<Display Level="None" AcceptEULA="TRUE" />

</Configuration>

I have also just tried running a more simple install:

<Configuration>

<Add OfficeClientEdition="32" Channel="PerpetualVL2019">

<Product ID="Access2019Volume" PIDKEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX">     

  <Language ID="en-us" />     

</Product>     

</Add>

</Configuration>

No matter what I receive this error, and there is no other MS Office installed on the machine. I have noticed this on any install (Office Standard 2019 and Office Pro 2019) using the PerpetualVL2019 channel.

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
{count} votes

Accepted answer
  1. Emi Zhang-MSFT 30,046 Reputation points Microsoft External Staff
    2021-12-13T02:14:15.93+00:00

    Hi @JoshuaD13 ,
    Have you installed other version Access or Office application before?
    What bit version of Visio 2019, Project 2019, and Office 365 you have installed in PC? 32-bit or 64-bit?
    What kind of update channel did you use for Office 365?
    I suggest you try these 3 methods:

    1. Change the OfficeClientEdition="32" to OfficeClientEdition="64"
    2. Add <RemoveMSI All="True" /> in configure file, change <RemoveMSI /> to <RemoveMSI All="True" />
    3. Uninstall Office 365 from PC completely, and then install Access 2019 first and re-install Office 365.

    Try these methods and let me know if you need more help, I'm glad to help you.


    If the response is helpful, please click "Accept Answer" and upvote it.
    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 additional answers

Sort by: Most helpful

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.