brianlala / AutoSPInstaller

Automated SharePoint 2010/2013/2016/2019/SE PowerShell-based installation script.
https://autospinstaller.com
MIT License
171 stars 81 forks source link

Suggestion: PDF Section of the Configuration XML #18

Open cfelicio opened 6 years ago

cfelicio commented 6 years ago

Starting at line 679, we have the following:

<AdobePDF>
    <!-- The iFilter element supports a comma- or space-delimited list of server names on which to install the PDF iFilter. Useful if you want to selectively install ONLY on crawl servers, for example. -->
    <iFilter Install="false" />
    <!-- Both the Icon and MIMEType elements support only "true" or "false"; you probably would want the icon on all farm servers, and MIMEType is a web app-wide setting anyhow, not bound to specific servers -->
    <Icon Configure="true" />
    <MIMEType Configure="true"/>
</AdobePDF>

Since I'm installing on 2016 (where the ifilter is not required), I set everything to disabled, but I suggest adding a comment about that, so others are aware that you only need to setup this for 2013.

Cheers!