˄

Navigate to%APPDATA%/Local/Temp/Evernote.msi (current user) Run the executable from there this will allow the current user to install the Evernote. Now you should have the latest Evernote. For a step-by-step guide to download and install Evernote Legacy, see Install an older version of Evernote. If I update my firmware and software, can I go back to the Evernote Edition firmware and software? The update and migration to Fujitsu ScanSnap iX500 firmware and ScanSnap Home software is permanent and cannot be undone.

˅

Run the following command to complete installation via command line: msiexec /i <packagename> /qn /l*xv msi.log


NOTE

On Windows Server 2008 SP2 and Windows Server 2008 R2 SP1 the Network protection feature will not be installed.

To make sure the installation was successful or in case of any issues with the installation, use Windows Event Viewer to check the Application Log (look for records from Source: MsiInstaller).


EXAMPLE

Full installation on a 64-bit system:

msiexec /i efsw_nt64.msi /qn /l*xv msi.log ADDLOCAL=NetworkProtection,RealtimeProtection,^
DeviceControl,DocumentProtection,Cluster,GraphicUserInterface,SysInspector,SysRescue,Rmm,eula

Install

When the installation finishes, ESET GUI starts and tray icon is displayed in the notification area (system tray).


EXAMPLE

Installation of the product in specified language (German):

msiexec /i efsw_nt64.msi /qn ADDLOCAL=NetworkProtection,RealtimeProtection,^
DeviceControl,DocumentProtection,Cluster,GraphicUserInterface,^
SysInspector,SysRescue,Rmm,eula PRODUCT_LANG=1031 PRODUCT_LANG_CODE=de-de

See Language parameters in Command line installation for further details and the list of language codes.


IMPORTANT

When specifying values for REINSTALL parameter, you must list the rest of the features that are not used as values for ADDLOCAL or REMOVE parameter. It is necessary for the command line installation to run properly that you list all the features as values for REINSTALL, ADDLOCAL and REMOVE parameters. Adding or removing may not be successful if you do not use the REINSTALL parameter.

See Command line installation section for the complete list of features.

Evernote silent install

EXAMPLE

Complete removal (uninstallation) from a 64-bit system:

msiexec /x efsw_nt64.msi /qn /l*xv msi.log

Evernote Silent Installer


NOTE

Your sever will reboot automatically after a successful uninstallation.