Product: Microsoft Junk E-mail Reporting Add-in — The installation is unable to proceed due to missing dependencies. Please verify you have all the pre-requisites installed on your machine. The installation is unable to proceed due to missing dependencies. Please verify you have all the pre-requisites installed on your machine.
The documentation shows that there are two prerequisites for the Outlook Junk Mail Reporting tool:
However, it has thus far been my experience that Microsoft PIA’s are not required and in Windows 10 you get .NET 2 by enabling .NET 3.5 that is built in, but disabled by default.
Soooo, with all that said, if you want to script to perform a silent install of Microsoft Junk E-mail Reporting Add-in:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
.
msiexec.exe /i "Junk-Reporting-Add-in-for-Office-2007-16-32bit.msi" ALLUSERS=1 /qn /norestart /log output.log BccEmailAddress="JunkReports@YourDomain.com"
.
This website uses cookies.