Silent / Unattended installation
Run the following command to complete installation via command line: msiexec /i <packagename> /qn /l*xv msi.log
To ensure 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).
Full installation on a 64-bit system: msiexec /i eshp_nt64.msi /qn /l*xv msi.log ADDLOCAL=NetworkProtection,RealtimeProtection,^ SHAREPOINT_USERNAME=<user> SHAREPOINT_PASSWORD=<pass> |
When the installation finishes, the ESET GUI will start, and the icon will appear in the Windows notification area. After the installation, provide ESET Security for Microsoft SharePoint SharePoint service with your SharePoint Farm Administrator credentials manually within GUI or using a PowerShell. The service uses the credentials only to access your SharePoint infrastructure, such as website collections for scanning.
Installation of the product in a specified language (in this example, German): msiexec /i eshp_nt64.msi /qn ADDLOCAL=NetworkProtection,RealtimeProtection,^ See Language parameters in Command line installation for further details and the list of language codes. |
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. |
Complete removal (uninstallation) from a 64-bit system: msiexec /x eshp_nt64.msi /qn /l*xv msi.log Your sever will reboot automatically after a successful uninstallation. |