This guide is for IT administrators who wish to deploy Draftable Legal and want to select what additional parameters are included within the install. This can include selections for Office add ins (Outlook and Word), shortcuts and options for the iManage listener sevice.. This guide is specific to the Machine-Wide MSI (also known as the System-Wide MSI, Native MSI, or Per-Machine MSI) and only from DraftableDesktopSystem.msi v2.15 onwards.
Deployment options via standard MSI installer
-
Download and run the Machine Wide MSI (you can download the latest version of this installer via https://dl.draftable.com/desktop/DraftableDesktopSystem.msi)
- In the installation menu, select the Advanced option and click 'next'
Select item to see menu
- In the Advanced screen, you will see an expandable feature tree user interface. Expand the Draftable Desktop node, then the Office add-ins node to view individual add ins (pictured)
-
Right click the add in(s) that you do not want installed and use the menu to select Entire feature will be unavailable
- Select Install to proceed with installation without the add-in(s)
Note: The iManage HTTP Listener Service requires more configuration beyond that is setup in this article. The steps in this article merely deploys the Listener Service, but for complete configuration please see here.
Deploying without Office add-in(s), Shortcuts and iManage Listener service via scripted automated installs
The following steps are suitable for administrators deploying Draftable Desktop via a command line interface, InTune or similar. It outlines how to programmatically control features being installed by the MSI via the well-known ADDLOCAL property (link to Microsoft Learn page). This allows administrators to provide a comma separated list of features to be installed.
The features available for specification are listed in the table below
Feature name ("Title") | Feature ID ("Feature") |
Draftable for Outlook | OutlookAddin |
Draftable for Word | WordAddin |
Desktop | DesktopShortcut |
Start Menu | StartMenuShortcut |
iManage HTTP Listener Service | iManageHttpListener |
Use the ADDLOCAL property to programmatically specify which 'Features' are installed by the MSI by listing the Feature ID (see table above). Note, this property specifies what IS INSTALLED. Features absent from this property will NOT be installed.
Below is an example of how to install Draftable Desktop in a command line interface without the Outlook add in but including the Word Add in and the two shortcuts and the iManage HTTP Listener Service.
C:\Users\Lab\Desktop>msiexec /i DraftableDesktopSystem.msi ADDLOCAL=StartMenuShortcut,DesktopShortcut,iManageHttpListener,WordAddin
Based on the above, running the installer would result in the following Advanced UI set up:
If you need further assistance in deploying the Draftable Desktop Machine-wide MSI without these features, please contact support@draftable.com