Installation

To install UltraSearch, run the installation program and follow the instructions of the installation wizard.

The installation program copies all necessary files to the hard disk and creates a new program group in the start menu.

You can uninstall UltraSearch in the Control Panel under “Programs and Features”.

A list of the supported operating systems can be found on our homepage.

Portable Installation

UltraSearch can be used as a portable application without installation.

Visit our Knowledge Base for information about a portable version of UltraSearch.

Unattended Installation

For an unattended installation or rollout, different command line parameters are available that can be passed to the setup:

/SILENT /SUPPRESSMSGBOXES

Installs the software with the default values without user interaction. The installation progress is displayed.

/VERYSILENT /SUPPRESSMSGBOXES

Installs the software without user interaction with the default values without any visual feedback.

/PASSWORD=InstallKey

Registers the software with the specified installation key.

/DIR="x:\dirname"

Specifies the path where UltraSearch should be installed

/SharepointDefault "https://sharepoint.com/sites/mySite"

Specifies the path to Sharepoint Online to use for Sharepoint search.

/AADApplicationID 12345678-1234-1234-1234-123456789012

Specifies the application ID to use when using SharePoint search with multi-factor authentication (MFA).

/AADRedirectURI myapp://auth

Specifies the redirect URI to use when using SharePoint search with multi-factor authentication (MFA).

/DefaultIndexServerName "<server name>"

Specifies the name or ID-Address of the JAM DataCentral server to use.

/DefaultIndexServerPort <port>

Specifies the port of the JAM DataCentral server to use.

/IndexServerCertificateThumbprint "<thumbprint>"

Use this parameter to specify a thumbprint of a certificate that UltraSearch should trust when communicating with the DataCentral server.

Note

This thumbprint can be obtained from the Options dialog of SpaceObServer (“Options > System > index Service”).

Tip

You can pass “none” to this parameter as well, or even leave the value blank. In this case UltraSearch will only trust valid certificates with a trusted certificate chain.

/IndexServerCertificate "<full path pfx-file>"

Specifies the full path to a certificate file (pfx-file) which should be installed and used for the communication with the DataCentral server.

/IndexServerCertificatePassword <password>

In case the pfx-file specified with parameter /IndexServerCertificate is protected by a password, use this parameter to specify the password.

Note

Use this parameter only in combination with /IndexServerCertificate.

/IndexServerAcceptAnyCertificate <True/False>

Use this parameter and pass True in case you want to accept any certificate when communicating with the DataCentral server.

Note

We do not recommend using this option as this type of communication represents a potential security vulnerability!