DWmail Client Software Development Kit

Size: px
Start display at page:

Download "DWmail Client Software Development Kit"

Transcription

1 SDK DOMINION WEB DESIGN DWmail Client Software Development Kit 0

2 D W M A I L C L I E N T SOFTWARE DEVELOPMENT KIT 2008 Dominion Web Design

3 Table of Contents Introduction... 1 What is the DWmail Plugin Client... 1 What is the Software Development Kit (SDK)... 1 How to get the SDK... 1 Requirements for the SDK... 1 Using the SDK... 2 Opening the SDK... 2 Customising the Client Name... 2 Editing the Setup Project Name... 3 Registry... 4 Editing the URL to your DWmail installation... 4 Setting DWmail Client to the default mailto: protocol... 5 Setting DWmail Client to the default Mail handler on the Start Menu... 5 Registered Applications... 6 Start Menu... 7 Start Menu Shortcuts... 7 Building the Setup Files... 9 Changing the MSI file name... 9 Prerequisites Building the setup files... 10

4 Chapter 1 Introduction What is the DWmail Plugin Client DWmail Plugin Client is a small Windows application that allows you to set your DWmail webmail to be your default Windows client. The Plugin Client to be run from link on Start Menu link from Internet Explorer mailto: hyperlinks in web pages What is the Software Development Kit (SDK) This SDK is available for registered clients of DWmail who wish to customise the default settings and rebundle the DWmail Client for their own DWmail installation. How to get the SDK Only existing license holders of DWmail can download and use the SDK. This is available for download from the Dominion Web Client Download area at Requirements for the SDK The DWmail Plugin Client SDK has the following requirements: Microsoft Visual Studio 2008 (The SDK may work with 2005 but has not been tested with this version).net Framework 2.0 1

5 Chapter 2 Using the SDK Opening the SDK Once you have download the SDK from the Dominion Web download area, double click on the executable SDK.exe file. This is a self extracting ZIP file. It is recommended you select your Visual Studio Projects folder as the path to unzip the SDK to. Once you have unzipped the SDK navigate to your Visual Studio Projects Folder. This is you usually in your Documents folder under Visual Studio 2008\Projects. A folder called SDK will have been created containing the DWmail Client SDK project solution. Navigate to the SDK folder and double click on the DWmail Client SDK.sln solution file. This will open Visual Studio 2008 with the SDK loaded. The Solution Explorer will show two open setup projects called DWmail Client for Windows Vista and DWmail Client for Windows XP. The only key difference between the two is the extended registry settings needed for the Client to become the default client under Windows Vista. Any changes you make to the Windows Vista project will need to be repeated in the Windows XP client but there will be fewer changes that need to be made. For the duration of this documentation we will refer to the changes needed for the Vista client to customise to your DWmail installation Customising the Client Name When the Client preferences are loaded through the Start Menu, the application name can be changed using the SDK by editing the file WebmailClient.exe.config. Right click on this file and select Open in the Solution Explorer 2

6 Find the section entitled: <applicationsettings> <DWmailClient.Properties.Settings> <setting name="appname" serializeas="string"> <value>dwmail Client</value> </setting> </DWmailClient.Properties.Settings> </applicationsettings> Edit the text within the <value> and </value> tags to reflect the name you wish to use for the Client. Note this will not change the application name under Help -> About dialog. Editing the Setup Project Name The setup project name is the name used for the installation directory, the name in the installer and the name in the Add/Remove Programs section of the Windows Control Panel. Single click on the Setup Project root called DWmail Client for Windows Vista in the Solution Explorer. The Properties section will now give you the options you can change. You may wish to change the following Properties Author Description Manufacturer (changing this property will require you to change part of the path to the application in the registry settings later) ManufacturerUrl to your own website ProductName (changing this property will require you to change part of the path to the application in the registry settings later) SupportPhone to your telephone number if you offer telephone support to your customers SupportUrl to the URL of your support area if you offer such a tool to your customers Title Version (the Setup Process will automatically upgrade and remove older versions but if this version number is the same as one already installed then the setup process will require the end user to manually remove via the control panel first. This can be run side by side with the Client available from Dominion Web however) 3

7 Chapter 3 Registry Editing the URL to your DWmail installation The registry settings are the key to the DWmail Client becoming the default client for Windows and hooking into the mailto: URL protocol in your web browser. To access the registry settings, right click on DWmail Client for Windows Vista in the Solution Explorer and select View -> Registry The main workspace will change to the registry layout for the Client. These are registry settings used by the Client to allow it to hook into the default mailto: protocols and the default client from the Start Menu. 4

8 Firstly we need to change HKEY_CURRENT_USER (HKCU). Click on the + icon to expand and navigate to HKCU\Software\DWmailClient The only registry setting that should need changing is the uri key. This is the URL to your DWmail webmail installation. By default this is set to Single click on the uri entry and the Properties dialog will allow you to edit it. Edit the Value field to reflect the URL to your DWmail installation. Do not include a trailing forward slash to this entry. The other setting here is composepath. Unless you have renamed compose.php then there should be no need to change this entry. Setting DWmail Client to the default mailto: protocol Navigate to HKEY_LOCAL_MACHINE (HKLM) and then to HKLM\Classes\DWmailClient.Url.mailto The only entry needed to be customised here is FriendlyTypeName. This is set to DWmail Client mailto protocol by default, simply edit this to reflect your application name. HKLM\Classes\DWmailClient.Url.mailto\DefaultIcon (Default) Path to the default icon for the DWmail Client. By default this is "[ProgramFilesFolder]Dominion Web\DWmail Client\dwmailclient.ico". Please note that this is enclosed in double quotation marks. If you changed Manufacturer and ProductName in the Setup Project settings you will need to edit this path. HKLM\Classes\DWmailClient.Url.mailto\shell\open\command (Default) Path to the DWmail Client executable. By default this is "[ProgramFilesFolder]Dominion Web\DWmail Client\WebmailClient.exe" %1. Please note the double quotation marks around the executable path. If you changed Manufacturer and ProductName in the Setup Project settings you will need to edit this path. Setting DWmail Client to the default Mail handler on the Start Menu Navigate to HKEY_LOCAL_MACHINE (HKLM) and then to HKLM\Clients\Mail\DWmail Client 5

9 Rename the main key to your application name Rename the (Default) key to match the name you just used HKLM\Clients\Mail\DWmail Client\Capabilities ApplicationDescription the description of the DWmail client displayed under Start -> Default Programs -> Set your default programs ApplicationName the name of your application, should match the main key name you changed above. HKLM\Clients\Mail\DWmail Client\Capabilities\Startmenu Mail the name of the application, should match the main key name you changed earlier. HKLM\Clients\Mail\DWmail Client\Capabilities\UrlAssociations mailto this is a referencing path to the HKLM\Classes setting and should not need to be changed HKLM\Clients\Mail\DWmail Client\DefaultIcon (Default) Path to the default icon for the DWmail Client. By default this is "[ProgramFilesFolder]Dominion Web\DWmail Client\dwmailclient.ico". Please note that this is enclosed in double quotation marks. If you changed Manufacturer and ProductName in the Setup Project settings you will need to edit this path. HKLM\Clients\Mail\DWmail Client\Protocols\mailto\DefaultIcon (Default) Path to the default icon for the DWmail Client. By default this is "[ProgramFilesFolder]Dominion Web\DWmail Client\dwmailclient.ico". Please note that this is enclosed in double quotation marks. If you changed Manufacturer and ProductName in the Setup Project settings you will need to edit this path. HKLM\Clients\Mail\DWmail Client\Protocols\mailto\shell\open\command (Default) Path to the DWmail Client executable. By default this is "[ProgramFilesFolder]Dominion Web\DWmail Client\WebmailClient.exe" %1. Please note the double quotation marks around the executable path. If you changed Manufacturer and ProductName in the Setup Project settings you will need to edit this path. HKLM\Clients\Mail\DWmail Client\Protocols\shell\open\command (Default) Path to the DWmail Client executable. By default this is "[ProgramFilesFolder]Dominion Web\DWmail Client\WebmailClient.exe" %1. Please note the double quotation marks around the executable path. If you changed Manufacturer and ProductName in the Setup Project settings you will need to edit this path. Registered Applications Under Windows Vista this registry key is required for DWmail Client to appear in the Default Programs list. Navigate to HKLM\RegisteredApplications\ DWmail Client The key name must match the name of the name of the Application you changed earlier. The value, default Software\Clients\Mail\DWmail Client\Capabilities must match the registry path to the Capabilities setting you edited earlier. 6

10 Chapter 4 Start Menu Start Menu Shortcuts To access the Start Menu Shortcuts, right click on DWmail Client for Windows Vista in the Solution Explorer and select View -> File System The Workspace will now change to show the installation file system. Navigate to User s Programs Menu Click on DWmail Client and the Properties dialog will change. To edit the name of the folder you can edit the (Name) field. 7

11 Navigate to User s Programs Menu\DWmail Client and click on the file DWmail Client. This is the icon on the start menu to load the Client s settings dialog. The Properties dialog will change and you can edit the following fields: (Name) The name of your application in the shortcut Description A description tooltip that appears when you hover over the shortcut The other dialog options should not need to be edited. Do not change the Arguments option. 8

12 Chapter 5 Building the Setup Files Changing the MSI file name To access the Build Options, right click on DWmail Client for Windows Vista in the Solution Explorer and select Properties Make sure the current Configuration is set correctly by clicking on Configuration Manager and making sure both projects are set to Release Change the Output file name: to the directory and name of the MSI file you wish to create when the project is built. 9

13 Prerequisites Prerequisites are packages required before DWmail Client can be installed and run. You can access these by clicking on the Prerequisites button. By default.net Framework 2.0 and Windows Installer 3.1 are selected as they are required by DWmail Client. Prerequisites will automatically download at the same time as installation from Microsoft s website if they are not already installed. Building the setup files To access built the setup files, right click on DWmail Client for Windows Vista in the Solution Explorer and select Build. The Output dialog will show you the build process and assuming no mistakes have been made when editing the SDK files, the process will complete. The setup files will be located in your documents folder in the subfolder Visual Studio 2008\Projects\SDK\ DWmail Client Setup Vista\Release\ There are two files, setup.exe and (if the output name was not changed above) client.msi. client.msi is the only file required for the setup, however setup.exe is a bootstrap wrapper that includes the detection of the prerequisites such as.net 2.0 Framework. 10

Broken Pages. Overview

Broken Pages. Overview Broken Pages Overview Authority Level: All user levels. Level 9 and Level 10 administrators will see all broken pages in the report. User levels 0 through 8 will only see broken pages to which they have

More information

Don t jump ahead, there is more you need to do first in order for this to work properly.

Don t jump ahead, there is more you need to do first in order for this to work properly. With the release of our new PD 502 & PD 602 portable terminals, you are required to use CPS v5.06.01.009 programming software. To maintain compatibility between the different DMR model radios, you will

More information

The installation provides enhancements to earlier systems and fixes reported errors.

The installation provides enhancements to earlier systems and fixes reported errors. RandomWare Update Installation: Version 4.01.018 The installation provides enhancements to earlier systems and fixes reported errors. Contents 1. Installation from Disc... 2 2. Installation from Download...

More information

Colligo Contributor File Manager 4.3. User Guide

Colligo Contributor File Manager 4.3. User Guide Colligo Contributor File Manager 4.3 User Guide CONTENTS Introduction... 2 Technical Requirements... 3 Systems Supported... 3 Application Prerequisites... 3 Outlook Add-in Prerequisites... 3 Installing

More information

Colligo Contributor Pro 4.4 SP2. User Guide

Colligo Contributor Pro 4.4 SP2. User Guide 4.4 SP2 User Guide CONTENTS Introduction... 3 Benefits... 3 System Requirements... 3 Software Requirements... 3 Client Software Requirements... 3 Server Software Requirements... 3 Installing Colligo Contributor...

More information

UPGRADE INSTALLATION PROCEDURES

UPGRADE INSTALLATION PROCEDURES UPGRADE INSTALLATION PROCEDURES SIS-TECH Applications is proud to provide you with the new SIL Solver Version 6.0! You will be sent an email from svogtmann@sis-tech.com titled Files have been shared with

More information

Inmagic Content Server Standard Version 9.00 Installation Notes for New and Upgrade Installations

Inmagic Content Server Standard Version 9.00 Installation Notes for New and Upgrade Installations Inmagic Content Server Standard Version 9.00 Installation Notes for New and Upgrade Installations Revision 2 Thank you for purchasing Inmagic Content Server. This document is intended for the following

More information

Running Java Programs

Running Java Programs Running Java Programs Written by: Keith Fenske, http://www.psc-consulting.ca/fenske/ First version: Thursday, 10 January 2008 Document revised: Saturday, 13 February 2010 Copyright 2008, 2010 by Keith

More information

Release and Installation Notes BemTrain Version 2.2.2

Release and Installation Notes BemTrain Version 2.2.2 Release and Installation Notes BemTrain Version 2.2.2 Release Detail. The BemTrain Facility Overview and User Guide documents can be downloaded from http://www.bmxsportswa.com.au/bem-downloads/scoring/

More information

Winscribe MSI and Automatic Script Installation

Winscribe MSI and Automatic Script Installation Winscribe MSI and Automatic Script Installation 4.2 Copyright 2013, Winscribe Inc. All rights reserved. Publication Date: October 2013 Copyright 2013 Winscribe Inc. All Rights Reserved. Portions of the

More information

Download and Installation Instructions. Eclipse Kepler Software for Windows

Download and Installation Instructions. Eclipse Kepler Software for Windows Download and Installation Instructions for Eclipse Kepler Software for Windows Updated October, 2017 The TeenCoder TM : Java Programming and TeenCoder TM : Android Programming courses use the Eclipse Kepler*

More information

Zend Studio 3.0. Quick Start Guide

Zend Studio 3.0. Quick Start Guide Zend Studio 3.0 This walks you through the Zend Studio 3.0 major features, helping you to get a general knowledge on the most important capabilities of the application. A more complete Information Center

More information

PACE Suite. Release Notes. Version 3.3.1

PACE Suite. Release Notes. Version 3.3.1 PACE Suite Release Notes Version 3.3.1 Table of Contents VERSION 3.3.1 (07.11.2014)... 2 New features of MSI Editor... 2 Improvements of MSI Editor... 3 Bug fixes of MSI Editor... 3 VERSION 3.3.0 (03.10.2014)...

More information

X1 Client Deployment Guide

X1 Client Deployment Guide X1 Client Deployment Guide ii X1 Professional Client Deployment Guide Legal Notice No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into

More information

Inmagic Content Server Workgroup Version 9.00 Installation Notes for New and Upgrade Installations

Inmagic Content Server Workgroup Version 9.00 Installation Notes for New and Upgrade Installations Inmagic Content Server Workgroup Version 9.00 Installation Notes for New and Upgrade Installations Revision 2 Thank you for purchasing Inmagic Content Server. This document is intended for the following

More information

Software Installation: AASPI Windows Installation

Software Installation: AASPI Windows Installation AASPI Windows Installation This guide shows a step-by-step installation, running, and uninstallation of AASPI software on Windows machine. Compatibility Currently we support 64-bit Windows XP, 7, 8, 8.1,

More information

Exclaimer Mail Archiver

Exclaimer Mail Archiver Deployment Guide - Outlook Add-In www.exclaimer.com Contents About This Guide... 3 System Requirements... 4 Software... 4 Installation Files... 5 Deployment Preparation... 6 Installing the Add-In Manually...

More information

ProDoc Tech Tip. Downloading and Installing ProDoc, Step-by-Step

ProDoc Tech Tip. Downloading and Installing ProDoc, Step-by-Step ProDoc Tech Tip Downloading and The following instructions will show you step-by-step how to download and install the student version of ProDoc. These instructions were written for the Microsoft Internet

More information

USER GUIDE. We hope you enjoy using the product, and please don t hesitate to send us questions or provide feedback at Thank You.

USER GUIDE. We hope you enjoy using the product, and please don t hesitate to send us questions or provide feedback at Thank You. USER GUIDE Introduction This User Guide is designed to serve as a brief overview to help you get started. There is also information available under the Help option in the various Contributor interface

More information

Deploy Registry Settings Office 2010 to be used as an internal resource only

Deploy Registry Settings Office 2010 to be used as an internal resource only Deploying Custom Registry Settings for Office 2010 If you are planning to customise your Office 2010 deployment significantly, then at some point, you will more than likely need to make changes to the

More information

GraffixPro Studio Getting Started Guide

GraffixPro Studio Getting Started Guide GraffixPro Studio Getting Started Guide The GraffixPro Studio Software is comprised of a set of linked applications: the Administrator, the Library, and the design software. This guide outlines the procedures

More information

Launcher DXLab Launcher 2.1.1

Launcher DXLab Launcher 2.1.1 Launcher 2.1.1 Overview...2 DXLab Prerequisites...3 Download and Installation...4 Configuration... 10 Controlling Applications... 14 Installing, Upgrading, and Restoring DXLab Applications... 17 Using

More information

Limnor Studio User s Guide

Limnor Studio User s Guide L i m n o r S t u d i o U s e r G u i d e - I n s t a l l e r 1 Limnor Studio User s Guide Installer Last modified: May 15, 2015 Contents 1 Setup Project... 3 2 General Information... 6 2.1 Banner Image

More information

GrapeMasher Installation

GrapeMasher Installation GrapeMasher Installation Introduction: The GrapeMasher application is simple to install. GrapeMasher will run on XP/Vista/Win7/Win8/Win10 and on 32bit and 64bit computers. The GrapeMasher software does

More information

Micro Focus The Lawn Old Bath Road Newbury, Berkshire RG14 1QN UK

Micro Focus The Lawn Old Bath Road Newbury, Berkshire RG14 1QN UK Relativity Designer Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Manage and Generate Reports

Manage and Generate Reports Report Manager, page 1 Generate Reports, page 3 Trust Self-Signed Certificate for Live Data Reports, page 4 Report Viewer, page 4 Save an Existing Stock Report, page 7 Import Reports, page 7 Export Reports,

More information

infoxpert Support Article

infoxpert Support Article infoxpert Support Article Version Date: March 2011 infoxpert Version: infoxpert Version 8.0.43 and above. Document Distribution This document is of a technical nature and is targeted to I.T. staff. Details

More information

Installing the C++ Development Tools

Installing the C++ Development Tools Installing the C++ Development Tools WindRiver Workbench is the development environment used for creating and loading C++ code onto a crio for FRC. This document describes how to install the Wind River

More information

Setup Program Lets users install the application by running a windows Setup program Lets users specify the installation directory Creates a shortcut

Setup Program Lets users install the application by running a windows Setup program Lets users specify the installation directory Creates a shortcut Installing new software can be an exciting and anxious experience. You give over control of the system to a program that may demand administrator privilege and then begins to update some of the most fragile

More information

EMC SourceOne Offline Access Version 6.8

EMC SourceOne Offline Access Version 6.8 EMC SourceOne Offline Access Version 6.8 Installation and Administration Guide 300-013-694 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2006-2011

More information

WEB CREATOR FILE MANAGER

WEB CREATOR FILE MANAGER WEB CREATOR FILE MANAGER TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 FILE MANAGER... 3 Accessing File Manager... 3 Views... 4 Actions... 4 FOLDER

More information

OneStop Reporting Products Installation Guide. For 24SevenOffice

OneStop Reporting Products Installation Guide. For 24SevenOffice OneStop Reporting Products Installation Guide For 24SevenOffice Updated: 2011-12-05 Copyright OneStop Reporting AS. Page 1 www.onestopreporting.com Table of Contents Table of Contents... 2 System Requirements...

More information

Business Insights Dashboard

Business Insights Dashboard Business Insights Dashboard Sage 500 ERP 2000-2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

UC Export Folders Version 3.5 for Worksite 8.x, 9.x x86

UC Export Folders Version 3.5 for Worksite 8.x, 9.x x86 UC Export Folders Version 3.5 for Worksite 8.x, 9.x x86 Exports folders and subfolders directly from workspaces, tabs and folders Filter documents and email messages Integrated into Filesite and Desksite

More information

EMC SourceOne Offline Access Version 7.1

EMC SourceOne Offline Access Version 7.1 EMC SourceOne Offline Access Version 7.1 Installation and Administration Guide 302-000-157 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2010-2013

More information

Installation. Campus Edition

Installation. Campus Edition Installation Campus Edition Installation Campus Edition 1. System Requirements... 4 2. Installing Wimba Create... 4 Previous versions... 4 Installing the Campus Edition of Wimba Create... 4 Installing

More information

TIBCO LiveView Web Getting Started Guide

TIBCO LiveView Web Getting Started Guide TIBCO LiveView Web Getting Started Guide Contents Introduction... 1 Prerequisites... 1 Installation... 2 Installation Overview... 2 Downloading and Installing for Windows... 3 Downloading and Installing

More information

UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared by Harald Gjermundrod

UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared by Harald Gjermundrod Page 1 of 19 UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared By: Harald Gjermundrod Table of Contents 1 EASY INSTALLATION... 2 1.1 DOWNLOAD... 2 1.2 INSTALLING... 2 2 CUSTOMIZED INSTALLATION...

More information

IDEA 3.4 Upgrade Instructions

IDEA 3.4 Upgrade Instructions Purpose: Procedure to upgrade an existing IDEA installation to IDEA 3.4. Overview: The upgrade procedure consists of uninstalling any previous version of IDEA and drivers. Then installing the new IDEA

More information

ARGOS Upgrade to MAPS Version 4 - Argos Version 4.2 (12/22/13)

ARGOS Upgrade to MAPS Version 4 - Argos Version 4.2 (12/22/13) ARGOS Upgrade to MAPS Version 4 - Argos Version 4.2 (12/22/13) We have installed a new version of Argos (12/22/13). This new version 4.2 can be used with Internet Explorer 9 (IE9) or above, Google Chrome,

More information

Inmagic DB/Text WebPublisher PRO Installation and Upgrade Notes

Inmagic DB/Text WebPublisher PRO Installation and Upgrade Notes Inmagic DB/Text WebPublisher PRO 11.00 Installation and Upgrade Notes Thank you for purchasing Inmagic DB/Text WebPublisher PRO. This document is for new WebPublisher PRO installations and for sites that

More information

Amazon WorkSpaces Application Manager. Administration Guide

Amazon WorkSpaces Application Manager. Administration Guide Amazon WorkSpaces Application Manager Administration Guide Manager: Administration Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade

More information

OpenL Tablets OpenL Tablets BRMS

OpenL Tablets OpenL Tablets BRMS OpenL Tablets BRMS Document number: OpenL_Inst_G_5.x_1.0 Revised: 07-12-2012 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United States License. 2004-2012 OpenL Tablets.

More information

Subject: Installation Instructions from 2.0 or lower Released: 04/16/2015

Subject: Installation Instructions from 2.0 or lower Released: 04/16/2015 Software Number: DataLine 2.2-2015 Subject: Installation Instructions from 2.0 or lower Released: 04/16/2015 1. Verify current version 1. Start DataLine 2. Click? to open the about dialog box. 3. The version

More information

Manage Files. Accessing Manage Files

Manage Files. Accessing Manage Files 1 Manage Files The Manage Files tool is a file management system for your course. You can use this tool to organize and upload files associated with your course offering. We recommend that you organize

More information

1 System Requirements Obtaining editariff Download the CD image Request a DVD... 4

1 System Requirements Obtaining editariff Download the CD image Request a DVD... 4 Contents 1 System Requirements... 2 2 Obtaining editariff... 3 2.1 Download the CD image... 3 2.2 Request a DVD... 4 3 Integrating editariff with CargoWise One... 5 3.1 Why integrate?... 5 3.2 How to Install

More information

Password Reset Server Installation

Password Reset Server Installation Password Reset Server Installation Vista/Server 08 and Windows 7/Server 2008 R2 Table of Contents I. Requirements... 4 A. System Requirements... 4 B. Domain Account Requirements... 5 C. Recommendations...

More information

Relativity Designer 2.2

Relativity Designer 2.2 Relativity Designer 2.2 Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2017. All rights reserved. MICRO FOCUS, the Micro Focus

More information

LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide

LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide The installation process will take less than 30 minutes The LinkedIn Sales Navigator for Microsoft Dynamics application (widget)

More information

How to configure the Matlab interface

How to configure the Matlab interface How to configure the Matlab interface 1. MATLAB must be installed For step 2 (required for MATLAB versions 2009b and over), we need to know whether the 32-bit or 64-bit version of MATLAB is installed.

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Custom PDF Generator for LabVIEW Version 3 Quick Start User Guide

Custom PDF Generator for LabVIEW Version 3 Quick Start User Guide DT-116525 Issue 4 Custom PDF Generator for LabVIEW Version 3 Quick Start User Guide Start Creating High Quality Reports Today Contents Important Notes on Upgrading... 3 Installation... 4 Finding the Functions...

More information

Getting Started with TEMPRO (Version 6.2)

Getting Started with TEMPRO (Version 6.2) System Requirements Processor: 1 GHz or faster 32-bit (x86) or 64-bit (x64) processor Memory: Most of the TEMPRO functionality can be utilised with as little as 1GB of RAM. However the alternative assumption

More information

Inmagic DB/TextWorks Installation and Upgrade Notes

Inmagic DB/TextWorks Installation and Upgrade Notes Inmagic DB/TextWorks 12.00 Installation and Upgrade Notes This document is intended for new DB/TextWorks installations and sites that are upgrading to version 12.00. DB/TextWorks is a content management

More information

CoLinear Systems Inc. MS SQL Auto Login. On or Off. v10

CoLinear Systems Inc. MS SQL Auto Login. On or Off. v10 CoLinear Systems Inc MS SQL Auto Login On or Off v10 CoLinear Systems, Inc. 1 of 9 update: 11/08/2010 Table of Contents MS SQL Login... 3 Turn Off Auto Login... 4 DB Explorer Auto Login... 6 Document History...

More information

This section of the release notes is reserved for notable changes and new features since the prior version.

This section of the release notes is reserved for notable changes and new features since the prior version. Release Notes Browsium Catalyst 3.1 Product Version: 3.1.2 Release Notes Updated: 9 February 2016 About this Release This document lists new features, known issues, and potential incompatibilities as of

More information

Relativity Data Server

Relativity Data Server Relativity Data Server Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Files to Contents. User Guide March 11, 2008

Files to Contents. User Guide March 11, 2008 Files 8.3.0 to 8.4.1 User Guide March 11, 2008 Contents Managing files File properties Opening a file or folder Creating a new folder Copying a file or folder Deleting a file or folder Renaming of a file

More information

Hotspot v 7.2. First installation Guide

Hotspot v 7.2. First installation Guide Hotspot v 7.2 First installation Guide 1. - Hardware Configuration 1.1. - Prerequisites 1.2. - PC Configuration and Access Point 1.3. - Check the installation 2. - Installing Software 2.1. - Installing

More information

Workspace Desktop Edition Deployment Guide. Installing The Workspace SIP Endpoint

Workspace Desktop Edition Deployment Guide. Installing The Workspace SIP Endpoint Workspace Desktop Edition Deployment Guide Installing The Workspace SIP Endpoint 11/20/2017 Installing The Workspace SIP Endpoint [Modified: 8.5.109.16, 8.5.114.08] The Workspace SIP Endpoint is an optional

More information

Rapise Installation Guide Version 3.0 Inflectra Corporation

Rapise Installation Guide Version 3.0 Inflectra Corporation Rapise Installation Guide Version 3.0 Inflectra Corporation Date: April 19th, 2015 Contents Introduction 1 1. Installing Rapise 2 1.1. System Prerequisites 2 1.2. Remove any Previous Versions 3 1.3. Installing

More information

Contents. Override Default Preferences Pre-Configure Preferences with Transform Files (.MST) Install MSI for current user...

Contents. Override Default Preferences Pre-Configure Preferences with Transform Files (.MST) Install MSI for current user... Contents Override Default Preferences... 3 Pre-Configure Preferences with Transform Files (.MST)... 6 Install MSI for current user... 7 Install MSI for all users... 8 Install on Computers within Network

More information

Faculty Web. Editors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production

Faculty Web. Editors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production Faculty Web Editors Guide University Information Technology Services Training, Outreach, Learning Technologies, & Video Production Copyright 2016 University Information Technology Services Kennesaw State

More information

Network installation guide. Version 3 27 th September 2016

Network installation guide. Version 3 27 th September 2016 Network installation guide. Version 3 27 th September 2016 1 Installing Claro software on a network Customers owning a site licence or multi-user licence version of a Claro product are able to distribute

More information

AccuRev Plug-In for Visual Studio PE Installation and Release Notes

AccuRev Plug-In for Visual Studio PE Installation and Release Notes AccuRev Plug-In for Visual Studio PE 2018.1 Installation and Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2018.

More information

Access PayrollSE v5.50a

Access PayrollSE v5.50a Access PayrollSE v5.50a Installation Instructions for Windows Contents Introduction... 3 System Requirements... 3 Microsoft Visual C++ 2005 redistributable... 3 Microsoft.NET Framework 4... 3 Other considerations...

More information

Release and Installation Notes BemTrain Version 3.1.1

Release and Installation Notes BemTrain Version 3.1.1 Release and Installation Notes BemTrain Version 3.1.1 Release Detail. BemTrain version 3.1.1 is a feature release adding two significant updates. 1. A Transponder Registration report is added to the Track

More information

Long Beach Unified School District. Portal User s Guide. August 2014

Long Beach Unified School District. Portal User s Guide. August 2014 Long Beach Unified School District Portal User s Guide August 2014 INTRODUCTION The Long Beach Unified School District s PORTAL (mylbusd) provides users with access to District applications, services,

More information

Installation Guide and Release Notes

Installation Guide and Release Notes Installation Guide and Release Notes Document number: 321604-002US 9 July 2010 Table of Contents 1 Introduction... 1 1.1 Product Contents... 2 1.2 What s New... 2 1.3 System Requirements... 2 1.4 Documentation...

More information

Rapise Installation Guide Version 1.5 Inflectra Corporation

Rapise Installation Guide Version 1.5 Inflectra Corporation Rapise Installation Guide Version 1.5 Inflectra Corporation Date: June 19th, 2012 Contents Introduction 1 1. Installing Rapise 2 1.1. System Prerequisites 2 1.2. Installing the Software 3 2. Activating

More information

This fixpack incorporates several important enhancements for Netron Fusion 3.5: Support for Windows 7, Windows Vista and Windows Terminal Server 2008

This fixpack incorporates several important enhancements for Netron Fusion 3.5: Support for Windows 7, Windows Vista and Windows Terminal Server 2008 This fixpack incorporates several important enhancements for Netron Fusion 3.5: Support for Windows 7, Windows Vista and Windows Terminal Server 2008 SlickEdit editor has been updated to version 13 Support

More information

Downloading and Mass Deploying Applications

Downloading and Mass Deploying Applications Use of this product requires additional applications that must be downloaded to your users' computers. About Application Downloads, on page 1 Downloading Applications from the Administration Site, on page

More information

USER GUIDES OWNCLOUD WEB USER GUIDE. INTRODUCTION: This guide provides details on how to use owncloud via the web.

USER GUIDES OWNCLOUD WEB USER GUIDE. INTRODUCTION: This guide provides details on how to use owncloud via the web. USER GUIDES OWNCLOUD WEB USER GUIDE INTRODUCTION: This guide provides details on how to use owncloud via the web. SYSTEM REQUIREMENTS: Most web browsers WHAT YOU MAY NEED & OTHER CONSIDERATIONS: An Internet

More information

User Guide. Version 8.0

User Guide. Version 8.0 User Guide Version 8.0 Contents 1 Getting Started... iii 1.1... About... iii 2 Logging In... 4 2.1... Choosing Security Questions... 4 3 The File Manager... 5 3.1... Uploading a file... 6 3.2... Downloading

More information

JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version

JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version Overview: EnterpriseOne 8.12 (Tools Release 8.96) Standalone is a self-contained demo of the JD Edwards enterprise software (formerly

More information

Getting Started with Reflection Desktop Deployment

Getting Started with Reflection Desktop Deployment Getting Started with Reflection Desktop Deployment Deploying Reflection Desktop You can choose from several different approaches for installing and deploying Reflection Desktop. Deciding which approach

More information

Installation Guide MagiCAD UR-1 for AutoCAD

Installation Guide MagiCAD UR-1 for AutoCAD Installation Guide MagiCAD 2016.11 UR-1 for AutoCAD 2 (21) TABLE OF CONTENTS GENERAL... 3 SELECTING INSTALLATION PACKAGE... 3 UPDATING EXISTING SOFTWARE... 4 BEFORE YOU INSTALL MAGICAD 2016.11... 5 INSTALLING

More information

Installation Guide - Dimodelo Architect and Management Console. Installation Guide. Dimodelo Solutions 7/27/15

Installation Guide - Dimodelo Architect and Management Console. Installation Guide. Dimodelo Solutions 7/27/15 Installation Guide - Dimodelo Architect and Management Console Installation Guide Dimodelo Solutions 7/27/15 Dimodelo Solutions 2012 CONTENTS INSTALLING DIMODELO ARCHITECT... 4 INTRODUCTION... 4 INSTALLATION...

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

'phred dist acd.tar.z'

'phred dist acd.tar.z' Phred is free for academic use but does require registration and for you to obtain a licence. Please visit http://www.phrap.org/consed/consed.html#howtoget and follow the instructions. A copy of the Phred

More information

VeriStand. FMI to NI VeriStand Add-on. User Guide

VeriStand. FMI to NI VeriStand Add-on. User Guide MI To NI VeriStand F FMI to NI VeriStand Add-on User Guide 2 FMI To NI VeriStand Import FMU Model in NI VeriStand FMI To NI VeriStand Add-on Release 1.5.1 3 The information in this document is subject

More information

Chapter 8 Managing Your Files

Chapter 8 Managing Your Files Chapter 8 Managing Your Files Learning Objectives LO8.1: Organize Files and Folders LO8.2: Manage Files and Folders LO8.3: Work with Compressed Files CMPTR Chapter 8: Managing Your Files 2 1 LO8.1: Organizing

More information

Appendix A: Courseware setup

Appendix A: Courseware setup Training Course System Requirements This class requires the following minimal machine configuration: Single-Core CPU, 2Ghz+ 2GB RAM 5 GB Free hard disk space Microsoft Windows XP or Vista Firefox 3.x or

More information

1.00/1.001 HowTo: Install Eclipse

1.00/1.001 HowTo: Install Eclipse 1.00/1.001 HowTo: Install Eclipse Spring 2008 1.00/1.001 will use the Eclipse Integrated Development Environment (IDE) to create, compile, and run Java programming assignments. Eclipse version 3.3.1.1

More information

If you are currently using a beta version of EPIC that is prior to 4.56 then you need to upgrade to version 5.00.

If you are currently using a beta version of EPIC that is prior to 4.56 then you need to upgrade to version 5.00. Instructions Introduction If you are currently using a beta version of EPIC that is prior to 4.56 then you need to upgrade to version 5.00. The following instructions provide a guide to downloading and

More information

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements.

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect 9.7 Release Notes Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect is a web conferencing solution for web meetings,

More information

Install QlikView Expressor Standard and Enterprise Editions

Install QlikView Expressor Standard and Enterprise Editions Install QlikView Expressor Standard and Enterprise Editions The QlikView Expressor Full Installer installs both the Standard and Enterprise Editions. These two Editions consist of multiple components and

More information

OpenGeo Suite for Windows Release 3.0.1

OpenGeo Suite for Windows Release 3.0.1 OpenGeo Suite for Windows Release 3.0.1 OpenGeo February 04, 2013 Contents 1 Prerequisites i 2 New Installation i 3 Upgrading vi 3.1 Upgrading from version 2.x to 3.x....................................

More information

Sage 300 Construction and Real Estate (formerly Sage Timberline Office)

Sage 300 Construction and Real Estate (formerly Sage Timberline Office) Sage 300 Construction and Real Estate (formerly Sage Timberline Office) Version 17.1 User's Guide This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved.

More information

USB DRIVER INSTALLATION GUIDE

USB DRIVER INSTALLATION GUIDE USB DRIVER INSTALLATION GUIDE Use these instructions to install the USB drivers and Microsoft synchronization software for your Pathfinder 6057 printer. You need these utilities for your printer to communicate

More information

Installation. General Use

Installation. General Use This guide is not intended to be a comprehensive manual providing every concievable use of the tool. It is intended to provide you with enough information to help you get started and learn enough to be

More information

12d Synergy V4 Release Notes. 12d Synergy V4 Release Notes. Prerequisites. Upgrade Path. Check Outs. Scripts. Workspaces

12d Synergy V4 Release Notes. 12d Synergy V4 Release Notes. Prerequisites. Upgrade Path. Check Outs. Scripts. Workspaces 12d Synergy V4 Release Notes V4 contains a large number of features. Many of these features are listed in this document, but this list may not be exhaustive. This document also contains pre-requisites

More information

Vendio Stores WebDAV Setup & Access

Vendio Stores WebDAV Setup & Access Vendio Stores WebDAV Setup & Access Version 1.1, 09/07/2009 1 Contents Introduction:...3 Setting Up Your WebDAV Account in Windows XP...3 Setting Up Your WebDAV Account in Dreamweaver...12 Setting Up Your

More information

Installation and Release Notes

Installation and Release Notes AccuRev Plug-In for Visual Studio PE Installation and Release Notes Version 2014.3 Revised 8-October-2014 Copyright Copyright Micro Focus 2014. All rights reserved. ALL RIGHTS RESERVED This product incorporates

More information

Purpose. Why use Java? Installing the Software. Java

Purpose. Why use Java? Installing the Software. Java Purpose I am providing instructions for those that want to follow along the progress and missteps of Project BrainyCode. Going forward we will just refer to the project a JGG for Java Game Generator (I

More information

Installation and Release Notes

Installation and Release Notes AccuRev Plug-In for IntelliJ IDEA Installation and Release Notes Version 2014.2 Revised 17-December-2014 Copyright Copyright Micro Focus 2014. All rights reserved. This product incorporates technology

More information

TIBCO LiveView Web Getting Started Guide

TIBCO LiveView Web Getting Started Guide TIBCO LiveView Web Getting Started Guide Introduction 2 Prerequisites 2 Installation 2 Installation Overview 3 Downloading and Installing for Windows 3 Downloading and Installing for macos 4 Installing

More information

Elixir Repertoire Designer

Elixir Repertoire Designer Aggregation and Transformation Intelligence on Demand Activation and Integration Navigation and Visualization Presentation and Delivery Activation and Automation Elixir Repertoire Designer Tutorial Guide

More information

Sample Spark Web-App. Overview. Prerequisites

Sample Spark Web-App. Overview. Prerequisites Sample Spark Web-App Overview Follow along with these instructions using the sample Guessing Game project provided to you. This guide will walk you through setting up your workspace, compiling and running

More information

5.5.3 Lab: Managing Administrative Settings and Snap-ins in Windows XP

5.5.3 Lab: Managing Administrative Settings and Snap-ins in Windows XP 5.5.3 Lab: Managing Administrative Settings and Snap-ins in Windows XP Introduction Print and complete this lab. In this lab, you will use administrative tools to monitor system resources. You will also

More information