Installation for Terminal Server
The following explains how to install Acclaim Solaria in a terminal server environment.
Installation Instructions
This describes how Acclaim Solaria needs to be installed and configured to work in a Terminal Server environment and how to upgrade it for future releases. Note that Acclaim Legal Solutions cannot support Terminal Server itself and how to install it, install software on it, or how to set up users on it. This document only explains how Solaria files are set up for each user’s profile. Each user must have their own Windows log in credentials.
Installation/Upgrade Instructions
1. Log into the server as the admin user.
2. Download the installer from Acclaim Legal’s website.
3. Close all instances of AcclaimSolaria.exe that are open with Task Manager.
4. Make sure all users are signed off and do not have Solaria open.
The following PowerShell commands can be run to do steps 3 & 4 automatically if you want to put them in a batch file. Be sure to RUN AS ADMINISTRATOR:
# Stop all Acclaim Solaria executables running for all users
Get-Process acclaimsolaria | Stop-Process -Force
# Log off all users except the current user
quser | Select-String "Disc" | ForEach {logoff ($_.tostring() -split ‘ +’)[2]}
5. Back up your Solaria database.
6. Install Acclaim Solaria. You can install it silently with the following command: (Be sure to adjust the path to your downloads.)
C:\Users\Administrator\Downloads\AcclaimSolariaSetup.exe /passive /qb
7. It will install the main program in C:\Programs Files\Acclaim Legal Solutions\Acclaim Solaria. It will also put files in each user’s …\AppData\Local folder. When adding new users, it will automatically place the files in their \AppData\local folder.
