Contents
Overview
In ACRM 15.25.2, installing the Office Add-In (Word VSTO add-in) may abort in the Microsoft Office Customization Installer (German UI: Microsoft Office-Anpassungs-Installer) with an installation error and a manifest download/access failure (for example, a local file:/// URL under Downloads).
This typically occurs when the VSTO/ClickOnce installer cannot access the required application manifest due to incomplete extraction, Windows blocking downloaded files, installing from a restricted/unsuitable path (such as Downloads), or insufficient permissions.
Solution
Symptoms (How to recognize the issue)
- Installer aborts with a message such as
Fehler bei der Installation.(Installation error). - The installer reports the manifest could not be downloaded/opened (German wording observed:
konnte nicht gedownloadet werden). - The error references a local file URL similar to:
file:///C:/Users/<user>/Downloads/OfficeAddins_15.25.2_full/aurea.office.word.dll.manifest- Deployment source may show:
file:///C:/Users/<user>/Downloads/OfficeAddins_15.25.2_full/aurea.office.word.vsto
Affected version
- Reported in: ACRM 15.25.2
- Office add-ins package name example:
OfficeAddins_15.25.2_full
What’s happening (Root cause)
The Word add-in deployment (.vsto) depends on the corresponding application manifest file:
aurea.office.word.dll.manifest
If the manifest is missing, blocked, or inaccessible at the path referenced by the deployment, the VSTO/ClickOnce installation cannot continue and the setup aborts.
Common reasons include:
- Incomplete extraction, or installing from the wrong folder.
- Windows has marked the downloaded ZIP as blocked (requires Unblock before extracting).
- Installation started from an unsuitable location (for example, directly under
Downloads, a network share/UNC path, or another restricted path). - Insufficient permissions when launching the installer.
Mitigation steps (Perform in order)
1) Re-extract the Office Add-Ins package to a short local path
- Create a short local folder, for example:
C:\Temp\OfficeAddins_15.25.2\ - Extract the contents of
OfficeAddins_15.25.2_fullinto that folder. - Re-run the installation from the new location (avoid running directly from the
Downloadsfolder).
2) Unblock the downloaded ZIP (if applicable), then extract again
- In Windows Explorer, right-click the ZIP file and select Properties.
- If an Unblock checkbox/button is present, enable/select it and apply the change.
- Extract the ZIP again into
C:\Temp\.... - Retry the installation.
3) Verify required files exist in the extracted folder
In the folder you are installing from, confirm these files are present:
aurea.office.word.vstoaurea.office.word.dll.manifest
If aurea.office.word.dll.manifest is missing:
- Re-download the Office Add-Ins package and extract again (the prior download/extraction is likely incomplete/corrupted, or the wrong package was used).
4) Ensure you are installing from local disk (not network/UNC) and run with admin rights
- Confirm the install source is on a local drive (for example, under
C:\) and not a file share/UNC path such as\\server\share\.... - Right-click the installer entry point you are using and select Run as administrator.
- Retry the installation.
If the issue persists
To diagnose the failure deterministically, collect one of the following:
- The exact text shown under the installer’s Details (if available), or
- A screenshot of the directory listing of the extracted add-ins folder (showing whether the
.vstoand.dll.manifestfiles are present and the full path).
Validation (Confirm the fix)
- Launch the installation again from the re-extracted local folder (for example,
C:\Temp\OfficeAddins_15.25.2\). - Confirm the Microsoft Office Customization Installer completes without aborting.
- Verify the Word add-in is installed and available in Microsoft Word (for example, it appears as an enabled add-in—depending on your Office configuration).
Frequently Asked Questions
- 1. What is the key file involved in this failure?
-
The installation depends on the application manifest
aurea.office.word.dll.manifest. If it’s missing or inaccessible at install time, the VSTO/ClickOnce installer aborts. - 2. The error references
file:///C:/Users/<user>/Downloads/.... Why does moving the files help? -
Installing from a short, local folder (for example,
C:\Temp\...) avoids common issues with restricted/blocked download locations and reduces the chance that VSTO cannot read required deployment files. - 3. How do I know if Windows blocked the downloaded ZIP?
-
Right-click the ZIP file, select Properties, and look for an Unblock option. If present, enable it, then extract the ZIP again and retry the install.
- 4. What should I check first if the installer still aborts?
-
Confirm both
aurea.office.word.vstoandaurea.office.word.dll.manifestexist in the extracted folder you are running from. Also ensure you are installing from localC:\(not a network/UNC path) and using Run as administrator. - 5. What information is most useful to provide if none of the steps work?
-
Provide the exact text from the installer’s Details view (if available) or a screenshot of the extracted folder’s file listing, so it’s clear whether the manifest is present and whether the installer is pointing to the correct local source.
Priyanka Bhotika
Comments