A family of Microsoft relational database management systems designed for ease of use.
Hi Mr Down
Just a quick note: if you install Access 365 Runtime on a machine that already has an existing Office Click‑to‑Run installation, the Runtime version installed will automatically match the version of Office currently on that device. Reference: Download and install Microsoft 365 Access Runtime
In air‑gapped environments where Internet access is restricted, you may consider downloading the full Access Runtime binaries in advance on a machine that has Internet connectivity by using the Office Deployment Tool
This is a command‑line utility that allows you to download and deploy Microsoft 365 Apps locally to client computers, while giving you control over which specific products are installed.
You may try running the following command on an Internet‑connected machine: setup.exe /download configuration.xml
With the configuration:
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2021">
<Product ID="AccessRuntimeRetail">
<Language ID="en-us" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>
Once the download is completed, you can:
Save the downloaded installation files locally (e.g. USB drive / secure transfer)
Move the entire folder into the air‑gapped network
Then perform the installation offline by running: setup.exe /configure configuration.xml
References:
Hope this information helps. If you encounter any issues or have further questions, please don’t hesitate to reach out.
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.