Note
Close MS Outlook before reinstalling. The installation of the Office Add-In cannot be completed if MS Outlook is open, and the installation will pause until the issue is resolved.
Windows User Account Control must not be disabled!
Note
Some versions of Windows prevent the installation of Microsoft .NET Framework 4.8.
The .NET Framework 4.8 can be enabled as a feature through Programs and Features in the Control Panel.
You may need the operating system installation files for this.
Outlook DESK
Outlook DESK is an add-in for MS Outlook. The web version of Microsoft 365 Outlook is not supported.
If .NET Framework 4.8 is not installed before reinstalling the STP.Updater Client, the computer will restart during the update after the .NET Framework is installed as a prerequisite.
The setup will abort if the operating system does not allow the installation of .NET Framework 4.8.
In this case, you must enable .NET Framework 4.8 as a feature of the operating system and then run the executable file STP LEXolution.DMS Outlook DESK Setup.exe again.
The installation of the Client App Service (LCAS) is a prerequisite for Outlook DESK.
You need about 1000 MB of free disk space to install Outlook DESK.
Download
Download the file LEXolution.DMS_Outlook_DESK.zip.
The ZIP file contains the files STP LEXolution.DMS Outlook DESK Setup.exe and UpdateManifest.xml.
Necessary Data for Installing Outlook DESK
Have the following information ready during the setup execution:
The target directory for the installation of runtime components. (Default: %ProgamFiles%\STP AG\LEXolution.DMS Outlook DESK)
Run Setup
Windows User Account Control must not be disabled!
Start the installation program STP LEXolution.DMS Outlook DESK Setup.exe and follow the instructions.
The "LEXolution.DMS" windows with search and result list, document list, document preview, and configuration options will be added to the MS Outlook user interface.
Note
Outlook DESK is precompiled to speed up the application startup. Ngen.exe is started in a command prompt for this purpose. The missing dependencies occur because the products are delivered with the DLLs needed for functionality. However, NGen goes through all dependencies and thus encounters referenced DLLs (or their dependencies) that are not used by DMS. This causes the "FileNotFoundException". Errors during precompilation do not lead to different behavior or errors in the program. It is not as fast on the first start or when opening dialogs as when used precompiled.
How to Install Outlook DESK
Windows User Account Control must not be d i s a b l e d!
To install Outlook DESK on a workstation or a terminal server, follow these steps:
-
Unpack the downloaded ZIP file LEXolution.DMS_Outlook_DESK Setup.zip into a local directory.
Start the installation program STP LEXolution.DMS Outlook DESK Setup.exe with the option "Run as administrator". Confirm security prompts from User Account Control with the Yes button.
-
Select German or French as the language for the installation program and click the OK button.
The "LEXolution.DMS Outlook DESK - InstallShield Wizard" window will appear.
If the Client App Service (LCAS) is not yet present, it must be installed as a prerequisite. Click the Install button and follow the instructions in the chapter [Install LCAS].
Click the Next button if LCAS is already installed.
The "Target Folder" step will appear.
-
Click the Change button to select a different target folder.
Click the Next button to proceed to step 5.
The "Change Current Target Folder" step will appear.
-
Enter the desired target folder in the Folder Name input field and click the OK button.
The "Target Folder" step will appear.
-
Click the Next button.
The "Ready to Install the Program" step will appear.
-
Click the Install button.
Outlook DESK will be installed.
The "InstallShield Wizard Completed" step will appear.
-
Click the Finish button.
The "LEXolution.DMS Outlook DESK - InstallShield Wizard" window will close.
Terminal Server
Start the command prompt with the option "Run as administrator".
Enter the command change user /install in the command prompt and press the [Enter] key.
Start the installation program STP LEXolution.DMS Outlook DESK Setup.exe and follow the instructions.
Enter the command change user /execute in the command prompt and press the [Enter] key.
Unattended Installation Outlook DESK
Parameters for the unattended installation of Outlook DESK can be found in the following table.
Parameters for the unattended installation
| Parameter | Setup | Description |
|---|---|---|
| /qn | Silent installation without user interface. | |
| /passive | Silent installation with user interface. | |
| /L*vx! C:\DMS_Outlook_DESK_Install.log | Detailed logging of the installation | |
| INSTALLDIR | Target folder | Configures the target folder for the installation |
Example
set INSTALL="C:\Users\Public\Downloads\DMS\Office\ STP LEXolution.DMS Outlook DESK Setup.exe"
set p01=INSTALLDIR
set s01=\"C:\Program Files (x86)\STP AG\LEXolution.DMS Outlook DESK_1\"
set Parameter="/passive /L*vx! C:\DMS_Outlook_DESK_Install.log %p01%=%s01%"
echo %date% %time% The setup is being executed with the following command line parameters: %Parameter%
%INSTALL% /s /clone_wait /L0x0407 /V%Parameter%
Note
The parameter /L0x0407 prevents the language selection popup from appearing. Without this parameter, an unattended installation will stop at the language selection.
Escape quotation marks with the character \.
Related to