Installers and Prerequisites - Huddle



Huddle for OUTLOOK MSIInstallers and PrerequisitesPrerequisitesDownloads RequiredVisual Studio 2010 Tools for Office Runtime. 38.3 MBHuddle URL Whitelisting 73.1 KBInstallersHuddle for Outlook US (Enterprise) - FeaturesHuddle 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 Installationmsiexec /i huddleoutlooksetup.msiAdditional parameters can be passed at the end of this command line, like;/q – No interfacemsiexec /i huddleoutlooksetup.msi /q/l*v install.log – log everything to install.log filemsiexec /i huddleoutlooksetup.msi /q /l*v install.log DATEENABLED=1 AUTOSTART=1Installation for All Users / Single User on MachineThe installation will always be for all users.Uninstallationmsiexec /u huddleoutlooksetup.msiIt is not necessary to have the MSI file available for uninstallation; alternatively, the package or product code can also be specified. Administrative installationmsiexec /a huddleoutlooksetup.msi TARGETDIR=Z:\software\HuddleForOfficeAn "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.Advertisementmsiexec /jm huddleoutlooksetup.msiIt is possible to "advertise" Huddle for Outlook to a machine. Automatic Installation on a Group of MachinesWith Windows Group Policy, it is possible to automatically install Huddle for Outlook on a group of machines. To do so, perform the following steps:Log on to the domain controllerCopy the MSI file into a folder that is shared with access granted to all target machines.Open the MMC snapin "Active Directory users and computers"Navigate to the group of computers that need Huddle for OutlookOpen PropertiesOpen Group PoliciesAdd a new polices, and edit itIn Computer Configuration/Software Installation, chose New/PackageSelect the MSI file through the network pathOptionally, 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 entriesThe 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"=:\Program Files\Huddle\Huddle for Outlook\HuddlizerOutlook.vsto|vstolocal64-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"=:\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"=:\Program Files (x86)\Huddle\Huddle for Outlook\HuddlizerOutlook.vsto|vstolocalSpecifying Proxy ServerHuddle for Outlook comes with custom proxy switched on within its installed config:HuddlizerOutlook.dll.configYou 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<?xml version="1.0"?><configuration><appSettings><add key="Domain" value="net" />:</appSettings>:<> <defaultProxy enabled="true" useDefaultCredentials="true"> <proxy usesystemdefault="true" /> </defaultProxy></></configuration>Group-Policy, unauthenticated Proxy<?xml version="1.0"?><configuration><appSettings><add key="Domain" value="net" />:</appSettings>:<> <defaultProxy enabled="true" useDefaultCredentials="false"><proxy usesystemdefault="true" /> </defaultProxy></></configuration>Manual, authenticated Proxy (proxy server is )<?xml version="1.0"?><configuration><appSettings><add key="Domain" value="net" />:</appSettings>:<> <defaultProxy enabled="true" useDefaultCredentials="true"> <proxy usesystemdefault="false" proxyaddress=”” /> </defaultProxy></></configuration>Manual, unauthenticated Proxy (proxy server is )<?xml version="1.0"?><configuration><appSettings><add key="Domain" value="net" />:</appSettings>:<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /></startup><> <defaultProxy enabled="true" useDefaultCredentials="false"> <proxy usesystemdefault="false" proxyaddress=”” /> </defaultProxy></></configuration>No Proxy Example<?xml version="1.0"?><configuration><appSettings><add key="Domain" value="net" />:</appSettings>:</configuration>Specifying SSO DetailsHuddle 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.configYou can add this config manually or using a script (i.e. powershell). Below is an example of an SSO config. <appSettings> <add key="Domain" value="net" /> <add key="Prefix" value="my" /> <add key="EmailParagraphStyle" value=" style=&quot;font-size: 12pt; font-family: Calibri,sans-serif&quot; " /> <add key="InvitesOn" value="true" /> <add key="ClientId" value="huddlizer-outlook" /> <add key="RedirectUri" value="urn:ietf:wg:oauth:2.0:oob" /> <add key="MaxJsonLength" value="52428800" /> <add key="WebRequestTimeoutMs" value="600000" /> <add key="MessageSplit" value="From:" /> <add key="ClientSettingsProvider.ServiceUri" value="" /> <add key="LogMaxDays" value="3" /> <add key="AttachSizeMaxInMegaBytes" value="20" /> <add key="CacheResponseLimit" value="200" /> <add key="SsoIDP" value="" />? </appSettings>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” featureHuddle 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.configBy 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. <appSettings> <add key="Domain" value="net" /> <add key="Prefix" value="my" /> <add key="EmailParagraphStyle" value=" style=&quot;font-size: 12pt; font-family: Calibri,sans-serif&quot; " /> <add key="InvitesOn" value="true" /> <add key="ClientId" value="huddlizer-outlook" /> <add key="RedirectUri" value="urn:ietf:wg:oauth:2.0:oob" /> <add key="MaxJsonLength" value="52428800" /> <add key="WebRequestTimeoutMs" value="600000" /> <add key="MessageSplit" value="From:" /> <add key="ClientSettingsProvider.ServiceUri" value="" /> <add key="LogMaxDays" value="3" /> <add key="AttachSizeMaxInMegaBytes" value="20" /> <add key="CacheResponseLimit" value="200" /> <add key="AddPublicLinkFeatureOn" value="true" /> </appSettings> ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download