Skip to main content
Currently, the best way of distributing WebTools is by deploying the pre-requisites and allowing users to install WebTools themselves. This method will utilize the built-in update functionality. However, there are companies where users are not allowed to install software on their devices at all. Those companies need to deploy the pre-requisites and the MSI files using their preferred deployment strategy. Updates must be manually handled by the company and deployed through their solution. If WebTools are already installed, or if you for other reasons wish to configure it, it is possible to use SoConfig files for the initial setup: Example of a SoConfig file -screenshot When deploying through GPO or other alternatives, executing the SoConfig file during the log-on process will set up WebTools for the user. The site will not be added again if it has already been added.
If you are not the administrator, you get WebTools installed in c:\users\<yourname>\appdata\local\SuperOffice. To install on C:\Program files, you need to be the local administrator.

Overview

  1. Extract required files from the WebTools installer.
  2. Distribute the MSI files (using GPO or SCCM tools) to all machines that are going to use WebTools.
  3. Auto-configure the URL and settings using a script.
The following MSI files must be deployed to every SuperOffice user (AD group all SuperOffice users):

Pre-requisites

  • Username in SuperOffice must be the same as in ActiveDirectory (sAMAccountName).
  • SuperOffice needs to be configured to use Active Directory as the authentication method for all users.
  • SuperOffice Web needs to be configured to use Windows Authentication on the website.
  • We also recommend to disable the WebTools upgrade dialog.
  • Blocking applications must be closed.
  • Libraries must be installed before any SuperOffice plugins are installed.

Steps

Select your WebTools version to see the deployment steps:
Do not run Outlook.exe as administrator (then you do not run it as “your own local user”) and that will not work for MailLink.
Before you begin, close the following applications:

Step 1: Extract required files

You need SoCrossTableInstaller.msi, SuperOffice.MailLink.Setup.msi, and SuperOffice.Web.Extensions.msi.
  1. Download the WebTools installer from the Download Service or from inside the SuperOffice CRM Download menu.
    Because MailLink is a separate downloadable installer available on the Download Service, customers wishing to upgrade or extract MSI only MailLink can do so.
  2. Extract the installers out of the WebTools installer: SuperOffice.Web.Tools.exe /k /d C:\Temp
  3. Run SuperOffice.MailLink.Setup.exe but do not finish the installation. While keeping the installer on-screen:
    1. Go to the %temp% folder.
    2. Locate a folder where the installer unpacked the MailLink files.
    3. Copy the SuperOffice.MailLink.Setup.msi file out of it.
  4. Run SuperOffice.Web.Extensions.exe as above to obtain SuperOffice.Web.Extensions.msi.
  5. To get SoCrossTableInstaller.msi, download CrossTable viewer from inside the SuperOffice Web Download menu and follow the same procedure to extract the MSI from the %temp% folder.

Steps 2-3: Deploy and configure MSI files

  1. Copy the below code-lines to Notepad or another text editor and save as InstallWebTools.cmd:
  1. Copy the below code-lines to Notepad or another text editor and save as SuperOfficeWebToolConfiguration.cmd:
  1. Install all MSI packages using the InstallWebTools.cmd script. It also copies the SuperOfficeWebToolConfiguration.cmd script to the Start menu for all users and removes the default Web Extensions link.
  2. Edit SuperOfficeWebToolConfiguration.cmd with correct settings:
  3. Restart the target computer.