Show/Hide Toolbars

Navigation: Office Suite Integration  > Installation Notes

Administrator Installation Notes

Scroll Prev Top Next More

Administrators can install the plug-in via Administrator Command Prompt if so desired. The values for the URL, TeamConnect login with Windows ID (token-based authentication), and the Outlook in-application browser can be adjusted with the text given below.

 

Note: The Office Plug-in must be installed and configured prior to installing the Outlook plug-in.

 

Administrator Command Line Setup

1.Find the command interpreter executable by searching for "cmd" from your start menu.

2.Right-click the file and select "Run as Administrator."

3.Navigate to the folder where the .msi file is located and enter it into the command line.

 

Command Install

Command Install

 

Defined Template Structure for Command Prompt

 

[directory location] msiexec /i "name of .msi file" URL=url of instance URLEDIT=True/False SSO=True/False BROWSER=True/False /q

 

Note: Admins can change the '/q' value to '/qn' (no UI), '/qb' (basic UI), '/qr' (reduced UI), '/qf' (full UI) to change the UI for the installer. The default value is '/qf'. For more information, please see the Windows Installer SDK documentation.

 

Enter either True or False for the values in order to allow user input for the given field. If anything besides True or False is entered here, or the field is left blank, the object will be set to its default value: URLEDIT defaults to True, SSO defaults to False, and Browser defaults to False.

 

Note: URLEDIT will not be read unless there is a defined URL.

 

 

Example Command Line Results: The example command line will result in an install with:

                                                                 Set, uneditable URL

                                                                 No single sign-on (token-based authentication via Windows ID) enabled

                                                                 Embedded browser enabled