EndNote is the industry standard software tool for publishing and managing bibliographies, citations and references on the Windows desktop. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of EndNote X7 from the command line using both the EXE & MSI installers.
How to Install EndNote X7 Silently
EndNote X7 Silent Install (EXE)
Navigate to: https://download.endnote.com/downloads/X7/ENX7Inst.exe Download the ENX7Inst.exe to a folder created at (C:\Downloads) Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator Navigate to the C:\Downloads folderEnter the following command: ENX7Inst.exe /qn Press Enter
After a few moments you will find EndNote entries in the Start Menu , Installation Directory , and Programs and Features in the Control Panel.
EndNote X7 Silent Install (MSI)
Navigate to: https://download.endnote.com/downloads/X7/ENX7Inst.msi Download the ENX7Inst.msi to a folder created at (C:\Downloads) Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator Navigate to the C:\Downloads folderEnter the following command: MsiExec.exe /i ENX7Inst.msi /qn Press Enter
After a few moments you will find EndNote entries in the Start Menu , Installation Directory , and Programs and Features in the Control Panel.
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Create an EndNote X7 Installation Log File
The EndNote X7 installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following command to create a verbose log file with details about the installation.
EndNote X7 Silent Install with Logging
ENX7Inst.exe /qn /L*v "%WINDIR%\Temp\EndNoteX7-Install.log"
MsiExec.exe /i ENX7Inst.msi /qn /L*v "%WINDIR%\Temp\EndNoteX7-Install.log"
Change the EndNote Default Installation Directory
You can also change the default installation directory by using the following command line parameters. In this example, I’m installing EndNote to “C:\EndNote”
ENX7Inst.exe INSTALLDIR="C:\EndNote" /qn
MsiExec.exe /i ENX7Inst.msi INSTALLDIR="C:\EndNote" /qn
Include & Activate EndNote Product Key During Install
ENX7Inst.exe USERNAME="<Your_Username>" PIDKEY="<Your_Product_Key>" /qn
MsiExec.exe /i ENX7Inst.msi USERNAME="<Your_Username>" PIDKEY="<Your_Product_Key>" /qn
Set Custom Content File Folder
EndNote X7 Silent Install with Custom Content File Folder
ENX7Inst.exe CFDIR="C:\Program Files (x86)\EndNote X7\" /qn
MsiExec.exe /I ENX7Inst.msi CFDIR="C:\Program Files (x86)\EndNote X7\" /qn
Exclude EndNote Click Browser Plugin
EndNote X7 Silent Install Excluding EndNote Click Browser Plugin
ENX7Inst.exe ADDLOCAL=ALL REMOVE=EndNoteClick /qn
MsiExec.exe /i ENX7Inst.msi ADDLOCAL=ALL REMOVE=EndNoteClick /qn
Disable EndNote Auto Update Checks
EndNote X7 Silent Install with Automatic Check for Updates Disabled
ENX7Inst.exe USERCANAPPLYUPDATES=F /qn
MsiExec.exe /i ENX7Inst.msi USERCANAPPLYUPDATES=F /qn
Install ALL EndNote Output Styles, Import Filters, and Connection Files
ENX7Inst.exe INSTALLALLCONTENTFILES=yes /qn
MsiExec.exe /i ENX7Inst.msi INSTALLALLCONTENTFILES=yes /qn
Exclude the ResearchSoft Direct Export Helper During Install
ENX7Inst.exe INSTALLRISWEB=no /qn
MsiExec.exe /i ENX7Inst.msi INSTALLRISWEB=no /qn
Automatically Invoke Find Full Text on Newly-Imported References
ENX7Inst.exe FFTINVOKEAFTERIMPORT=T /qn
MsiExec.exe /i ENX7Inst.msi FFTINVOKEAFTERIMPORT=T /qn
Do NOT Automatically Invoke Find Full Text on Newly-Imported References
ENX7Inst.exe FFTINVOKEAFTERIMPORT=F /qn
MsiExec.exe /i ENX7Inst.msi FFTINVOKEAFTERIMPORT=F /qn
Use PubMed LinkOut
ENX7Inst.exe FFTUSEPUBMED=T /qn
MsiExec.exe /i ENX7Inst.msi FFTUSEPUBMED=T /qn
Do NOT Use PubMed LinkOut
ENX7Inst.exe FFTUSEPUBMED=F /qn
MsiExec.exe /i ENX7Inst.msi FFTUSEPUBMED=F /qn
Use OpenURL
ENX7Inst.exe FFTUSEOPENURL=T /qn
MsiExec.exe /i ENX7Inst.msi FFTUSEOPENURL=T /qn
Do NOT Use OpenURL
ENX7Inst.exe FFTUSEOPENURL=F /qn
MsiExec.exe /i ENX7Inst.msi FFTUSEOPENURL=F /qn
Provide OpenURL Path
ENX7Inst.exe FFTOPENURLRESOLVER=\\server\path /qn
MsiExec.exe /i ENX7Inst.msi FFTOPENURLRESOLVER=\\server\path /qn
Provide Authenticate with URL Path
ENX7Inst.exe FFTAUTHENTICATEURL=\\server\path /qn
MsiExec.exe /i ENX7Inst.msi FFTAUTHENTICATEURL=\\server\path /qn
Use DOI
ENX7Inst.exe FFTUSEDOI=T /qn
MsiExec.exe /i ENX7Inst.msi FFTUSEDOI=T /qn
Do NOT Use DOI
ENX7Inst.exe FFTUSEDOI=F /qn
MsiExec.exe /i ENX7Inst.msi FFTUSEDOI=F /qn
Suppress the EndNote X7 EULA Prompt
REG ADD "HKCU\Software\ISI ResearchSoft\EndNote\Preferences" /v "AcceptedENX7.2EULA" /t REG_MULTI_SZ /d "T" /f
Suppress the New Version (EndNote 20) Available Prompt
REG ADD "HKCU\Software\ISI ResearchSoft\EndNote\IgnoreVersions" /v "20.0.0.0" /t REG_DWORD /d "1" /f
Suppress the EndNote X7 Getting Started Wizard
REG ADD "HKCU\Software\ISI ResearchSoft\EndNote\Preferences" /v "ShowGettingStartedVersion" /t REG_DWORD /d "11583" /f
How to Uninstall EndNote X7 Silently
Check out the following posts for a scripted solution:
Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator Enter one of the following commands:
EndNote X7 Silent Uninstall (EXE)
EndNote X7 Silent Uninstall (MSI)
MsiExec.exe /x {86B3F2D6-AC2B-0017-8AE1-F2F77F781B0C} /qn ALLUSERS=1 REMOVE=ALL
ResearchSoft Direct Export Helper Uninstall on 32-bit System
"%ProgramFiles%\Common Files\Risxtd_UNINST.EXE" /S "%ProgramFiles%\Common Files\Risxtd\INSTALL.LOG"
ResearchSoft Direct Export Helper Uninstall on 64-bit System
"%ProgramFiles(x86)%\Common Files\Risxtd_UNINST.EXE" /S "%ProgramFiles(x86)%\Common Files\Risxtd\INSTALL.LOG"
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.