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.