# 默认安装目录

EndNote 内容文件是指 output styles, filters, connections files，这些文件一般是安装在程序目录内的子文件夹内：

C:\Program Files\EndNote X7\Styles\
C:\Program Files\EndNote X7\Filters\
C:\Program Files\EndNote X7\Connections

但是可能想把上述文件不安装到 EndNote 的程序目录内，想自定义安装到某个文件夹

**注：**&#x45;ndNote 的引文格式，滤件和连接文件等文件默认安装在 EndNote 程序目录内和个人文件夹内，详见[文件夹设置](/preferences/folder-locations-preferences.md)

下面是两种方法，告诉 EndNote 把内容文件的安装位置。命令后面的路径参数是设置内容目录的父文件夹。例如，如果引文格式，滤件和连接文件想安装在D:\Shared\Content\ 下，下面是如何设置的

### 方法一：命令行的方法

安装文件是 EXE 文件

ENX7Inst.exe CFDIR="D:\Shared\Content\\"

安装文件是 MSI 文件

msiexec.exe /I ENX7Inst.msi CFDIR="D:\Shared\Content\\"

该方法适用于系统管理员，想让终端用户安装或者部署程序时不需要用户改变设置

更新属性表的「CFDIR」属性值可以节省转换时间，创建组策略对象安装转换后的版本


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.howsci.com/vol/changing-the-default-content-file-location.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
