Huddle for OUTLOOK MSI

Total Page:16

File Type:pdf, Size:1020Kb

Huddle for OUTLOOK MSI

HUDDLE FOR OUTLOOK MSI

Installers and Prerequisites

Prerequisites Downloads Required Visual Studio http://www.microsoft.com/en-us/download/details.aspx? 38.3 MB 2010 Tools for id=42513 Office Runtime. Huddle URL https://huddle.zendesk.com/hc/en- 73.1 KB Whitelisting us/article_attachments/200010283/Huddle_Prerequisites.pdf

Installers Huddle for Outlook US (Enterprise) - https://public.huddle.com/a/XLKjve/index.html Installer Features Huddle for Outlook is distributed as a Microsoft Installer (MSI). The MSI is good for each processor architecture; 64-bit processors and 32-bit processors. Packages can be installed by double-clicking them in the file explorer. The msiexec.exe command line utility has additional features available, like non-interactive installation and administrative installation.

Non-interactive Installation msiexec /i huddleoutlooksetup.msi

Additional parameters can be passed at the end of this command line, like;

/q – No interface msiexec /i huddleoutlooksetup.msi /q

/l*v install.log – log everything to install.log file msiexec /i huddleoutlooksetup.msi /q /l*v install.log

DATEENABLED=1 AUTOSTART=1

Installation for All Users / Single User on Machine The installation will always be for all users.

Uninstallation msiexec /u huddleoutlooksetup.msi

It is not necessary to have the MSI file available for uninstallation; alternatively, the package or product code can also be specified.

Administrative installation msiexec /a huddleoutlooksetup.msi TARGETDIR=Z:\software\HuddleForOffice

An "administrative" (network) installation can be initiated. The files get unpacked into the target directory (which should be a network directory), but no other modification is made to the local system. In addition, another (smaller) MSI file is generated in the target directory, which clients can then use to perform a local installation.

Advertisement msiexec /jm huddleoutlooksetup.msi

It is possible to "advertise" Huddle for Outlook to a machine.

Automatic Installation on a Group of Machines With Windows Group Policy, it is possible to automatically install Huddle for Outlook on a group of machines. To do so, perform the following steps:

1. Log on to the domain controller

2. Copy the MSI file into a folder that is shared with access granted to all target machines.

3. Open the MMC snapin "Active Directory users and computers"

4. Navigate to the group of computers that need Huddle for Outlook

5. Open Properties

6. Open Group Policies

7. Add a new polices, and edit it

8. In Computer Configuration/Software Installation, chose New/Package

9. Select the MSI file through the network path

10. Optionally, select that you want the Huddle for Outlook to be uninstalled if the computer leaves the scope of the policy.

Group policy propagation typically takes some time - to reliably deploy the package, all machines will need to be rebooted.

For a full list of msiexec command-line options http://msdn.microsoft.com/en-us/library/aa367988

Registry entries The registry entries inform Outlook where it can find and load Huddle for Outlook. For 64bit machines, Manifest registry entries will be “C:\Program Files (x86)” instead of “C:\Program”.

32-bit machines [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\Huddle] "FriendlyName"="Huddle for Outlook" "LoadBehavior"=dword:00000003 "Description"="An Outlook plugin for Huddle" "Manifest"=file:///C:\Program Files\Huddle\Huddle for Outlook\HuddlizerOutlook.vsto|vstolocal

64-bit machines [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\Huddle] "FriendlyName"="Huddle for Outlook" "LoadBehavior"=dword:00000003 "Description"="An Outlook plugin for Huddle" "Manifest"=file:///C:\Program Files (x86)\Huddle\Huddle for Outlook\HuddlizerOutlook.vsto|vstolocal [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432NodeMicrosoft\Office\Outlook\Addins\Huddle] "FriendlyName"="Huddle for Outlook" "LoadBehavior"=dword:00000003 "Description"="An Outlook plugin for Huddle" "Manifest"=file:///C:\Program Files (x86)\Huddle\Huddle for Outlook\HuddlizerOutlook.vsto|vstolocal

Specifying Proxy Server Huddle for Outlook comes with custom proxy switched on within its installed config:

 HuddlizerOutlook.dll.config

You can customise this proxy config manually or using a script (i.e. powershell). Below are a few examples of proxy config.

Group-Policy, authenticated (with local user) Proxy : :

Group-Policy, unauthenticated Proxy : :

Manual, authenticated Proxy (proxy server is http://proxy:10) : :

Manual, unauthenticated Proxy (proxy server is http://proxy:10) : :

No Proxy Example : :

Specifying SSO Details Huddle for Outlook can flow past the initial Huddle login page and go straight to an existing SSO provider. To customise this you will need to edit the following config file:

 HuddlizerOutlook.dll.config

You can add this config manually or using a script (i.e. powershell). Below is an example of an SSO config.

Note: You must use the same value for SsoIDP as you have registered with Huddle as your IDP name. If you supply an incorrect value then you will be directed to the normal Huddle login page. Enabling “Add Public Link” feature Huddle for Outlook can allow you to add links to document published from Huddle. You will need to have this capability turned on in your Account in order to take advantage of this feature.

To customise this you will need to edit the following config file:

 HuddlizerOutlook.dll.config

By default, this setting is false. You can alter this config manually or using a script (i.e. powershell). Below is an example of an Add Public Link config.

Recommended publications