A quick way to determine the client installation path for the NearPoint eDiscovery client is to look for the "ClientInstallPath"
key in the web.config
file on your NearPoint eDiscovery server.
- Open the
web.config
file located in theC:Program Files (x86)MimosaeDiscoveryMsieDAService
using your favorite text editor. - Search for
key="ClientInstallPath"
in thesection.
- The client installation URL is contained in the
value
parameter, e.g.,
<appSettings> ... <add key="LatestRCOAppVersion" value="4.2.2120.0"></add> <add key="ClientInstallPath" value="http://archive.domain.com:8080/msiclientinstaller/setup/setup.exe"></add> <add key="CMOClientInstallPath" value="http://archive.domain.com:8080/msiclientinstaller/setup/setup.exe"></add> <add key="RCOClientInstallPath" value="http://archive.domain.com:8080/msiclientinstaller/setup/setup.exe"></add> <add key="NearPointHostName" value="archive.domain.com"></add>