Changing the Default Content File Location
Content files include output styles, filters, and connection files. These are typically installed in the EndNote program folder. For example
C:\Program Files (x86)\EndNote 2025\Styles
C:\Program Files (x86)\EndNote 2025\Filters
C:\Program Files (x86)\EndNote 2025\Connections
However, you may want to install the default content files in a folder other than the EndNote program folder. You may want to use a common, shared folder for all users in your organization.
Note: Remember that EndNote compiles style, filter, and connection file lists from both the default installation folder and a user’s personal content folders. For information about setting a personal folder location, see Folder Locations Preferences.
Below is a method that an administrator could use to run the installer and tell EndNote to relocate the "main" content file locations. If the Styles, Filters, and Connections folders are located at D:\Shared\Content\, then that path should be used for CFDIR.
Method 1: Specify a Custom Folder Path via Command Line
This method will work for most users, who install EndNote by launching the installer. To install EndNote with a custom content file folder setting:
For EXE installations:
EN2025Inst.exe CFDIR=”< path_to_content_folders>”
For MSI installations:
msiexec.exe /I EN2025Inst.msi CFDIR=”< path_to_content_folders>”
Method 2: Specify a Custom Folder Path via Transform
This method is for site system administrators, who want the end user to install or deploy the application without the user changing settings.
Update the value of the “CFDIR” property in the Property table, save the transform, and create the group policy object to deploy the installer with the transform. (See the transform documentation for the tool you are using, such as Orca).