Make a backup copy of C:\Program Files (x86)\Dell\Archive Manager\WebSite\Resource\Languages.xml
After backing up the original file open the file in notepad and search for SearchExporterSetup.exe and replace the two lines with SearchExporterInstaller.msi
You will find the following lines.
<value id="lnkDownloadSearchExporterHref">
<culture name="en-NZ">/Tools/SearchExporterSetup.exe</culture>
<culture name="en-US">/Tools/SearchExporterSetup.exe</culture>
</value>
Edit the two lines to specify the correct file name.
<value id="lnkDownloadSearchExporterHref">
<culture name="en-NZ">/Tools/SearchExporterInstaller.msi</culture>
<culture name="en-US">/Tools/SearchExporterInstaller.msi</culture>
</value>
Do the same thing with the two following entries to correct all the links.
Search for AlertServiceEditorSetup.exe and replaced with AlertServiceEditorInstaller.msi
Search for ArchiveRetrieve.zip replaced with ArchiveRetrieveInstaller.msi
Save the file and do an IIS reset.
This issue will be resolved in the next verion of Archive Manager.