Installing signature

Size: px
Start display at page:

Download "Installing signature"

Transcription

1 Installing signature Installation Guide signature Support Team January 2010 Manual version 7.1 A guide on how to install signature and to get started using it. Covers all platforms. Copyright by Branded Mails. All rights reserved.

2 CONTENTS What is signature?... 3 Installing signature... 3 Installation Steps... 3 Additional Installation Steps for Windows 2003 Server Edition... 6 Additional Steps for Windows 2008 Server Edition... 8 Adjusting the Settings Database... 8 Using Microsoft Access as The Settings Database... 9 Using Microsoft SQL Server for The Settings Database... 9 SQL Server SQL Server Connecting the Cockpit to The Settings Database Running signature for Other Users Upgrading from version 5.x Upgrading the Settings Database: Microsoft SQL Server Upgrade the Settings Database: MS Access database Learn more and Contact Information Page 2

3 WHAT IS SIGNATURE? signature enables you to centrally control all signatures used in s sent through Microsoft Outlook. signature consists of the following parts: Cockpit Settings database A small executable file sign.exe Administration tool for controlling settings, signatures, campaigns, users, etc. Database connected to the Cockpit, which contains all information controlled by the Cockpit and user specific information, such as log files, last run times, signatures. The settings database must be accessible for all users who use signature. File that is run on each user computer (usually during logon) and that creates and controls signatures for this user. signature works with all Microsoft Office Outlook versions and with OWA for Exchange 2003 and signature is not a server product, but the Cockpit can be installed on a server, so that remote access and possibility for administration is ensured. Exchange is not needed for signature to work, nor is anything needed installed on any Exchange Servers. In the default installation package, for the settings database a Microsoft Access database is used. We also recommend using SQL Server for the settings database, if it is necessary. The necessary script for this scenario is available on our web site Note: You should only install signature once. You can also install the Cockpit on your super users' PCs. You do not need to install anything on any other PCs; however, all users must run the sign.exe executable file. INSTALLATION STEPS These installation steps are applied for all Windows versions. If the installation is performed on Windows 2003 Server (including SBS) and Windows 2008, additional steps might be necessary depending on your security settings. The necessary steps are also described later in this guide. Note: In order for the installation the process to complete, you need sufficient rights to install software on the PC that will host signature. To install signature, proceed as follows: 1. Download the software installation file signature.msi from and save this file on your computer. Page 3

4 2. Double-click the signature.msi file to start the installation wizard. The following window appears: 3. Click Next to proceed. In the End-user License Agreement window that appears, read and accept the term of the License Agreement. Page 4

5 4. Click Next to proceed. In the Destination Folder window, choose the installation path. The default path is C:\program files\ signature. 5. Click Next to proceed. Now you are ready to install the application. Click Install. If you are installing on Windows P, Vista or 7, select the launching application, Page 5

6 6. When the installation completes, double-click the signature Cockpit shortcut that has been added to your Desktop during the installation. The Cockpit opens and you are ready to get started using your new software. Note: If you are installing signature on Windows 2003 or Windows 2008 server platforms, the following warning message appears. Please follow the steps further in this guide on how to perform the installation on these Windows versions. Also, end the Cockpit.exe process in the Task Manager, as most probably it will remain running after an unsuccessful launching. ADDITIONAL INSTALLATION STEPS FOR WINDOWS 2003 SERVER EDITION The Data Execution Prevention on Windows 2003 Server prohibits the Cockpit from being able to run automatically. To allow the Cockpit to be run, proceed as follows: 1. Right-click My computer and select Properties. 2. Open the Advanced tab, and in the Performance section click Settings. Page 6

7 3. In the Performance Options window that appears open Data Execution Prevention tab, click Add and browse to the installation directory of signature. Unless you have changed it during the installation, it is c:\program files\ signature. 4. Once the Cockpit is added, it appears in the programs list. To finish the additional installation steps for the Windows 2003 Server, click OK. You are now ready to launch the Cockpit. Page 7

8 ADDITIONAL STEPS FOR WINDOWS 2008 SERVER EDITION The Data Execution Prevention on Windows 2008 Server prohibits the Cockpit from being able to run automatically. To allow the Cockpit to be run, proceed as follows: 1. Right-click Computer and select Properties. Click on Advanced System Settings. 2. Open the Advanced tab and then in the DEP form, click Settings. 3. In the Performance Options window that appears open the Data Execution Prevention tab, click Add and browse to the installation directory of signature. Unless you have changed it during the installation, it is c:\program files\ signature. 4. Once the Cockpit is added, it appears in the programs list. To finish the additional installation steps for the Windows 2008 Server, click OK. You are now ready to launch the Cockpit. ADJUSTING THE SETTINGS DATABASE The Cockpit controls the data in the settings database, but to be used by other users, the settings database must be available or shared via standard network sharing. Page 8

9 USING MICROSOFT ACCESS AS THE SETTINGS DATABASE The default option for the settings database is using Microsoft Access. The settings.mdb file is located in the installation directory. To make the default settings database available to other users, copy the settings.mdb file to a network share. If for performance and security reasons, you choose to use SQL server, perform the steps described in the following sections. USING MICROSOFT SQL SERVER FOR THE SETTINGS DATABASE Both SQL Server 2000 or 2005 can be used. SQL SERVER 2005 To set up a settings database on an SQL Server 2005, proceed as follows: 1. Download the script signature_sql2005.sql from the support section. 2. Open SQL Management Studio on the SQL Server you want to use. The script performs the following necessary tasks: Creates a database called signature Creates necessary tables Inserts content into tables Creates login and standard user and super user access Grants correct access to both users. 3. The script creates two database users called signature_superuser with password changemenow, and signature_standarduser with password changemealso. Change the passwords. You can also change the database user names, but then you need to make sure to replace them in all respective places. 4. Run the script from Management Studio by clicking New Query, open the SQL file and execute the script. The settings database is now prepared. SQL SERVER 2000 To set up a settings database on an SQL Server 2000, proceed as follows: 1. Download the script signature_sql2000.sql from the support section. 2. Open Enterprise Manager on the SQL Server you want to use. The script performs the following necessary tasks: Creates a database called signature Creates necessary tables Inserts content 3. A database must be created. To do so, enter the Enterprise Manager, right-click Database and create a database called signature. Page 9

10 4. Select the newly created database, open the SQL script and run it from Query Analyzer. 5. Create two database users: a super user login and a standard user login for everybody. 6. Grant the following rights for tables for the super user: Table Select Insert Update Delete Campaign Categories General Disclaimer License LicenseGroups OWA Settings Stationery lgdacampaigngroups lgdausers lgdanousers lgdagroups livemessage Pictures Preview rootcontext SettingsLegal Users lgdaowa lgdacollected lgdadefault Page 10

11 7. Grant the following rights for tables for the standard user: Table Select Insert Update Delete Campaign Categories General Disclaimer License LicenseGroups OWA Settings Stationery lgdacampaigngroups lgdausers lgdanousers lgdagroups livemessage Pictures Preview rootcontext SettingsLegal Users lgdaowa lgdacollected lgdadefault For more detailed information, see articles on The settings database is now prepared. CONNECTING THE COCKPIT TO THE SETTINGS DATABASE To connect the Cockpit to another settings database than the default, proceed as follows: 1. Open the Cockpit and open the Setup tab. Click Change database. Page 11

12 The Settings Database Location window with the current database connection appears. 2. Enter the credentials of your SQL Server and click Test. Once the test is successful, save the connection. 3. For changes to take effect, restart the Cockpit. Note: You must make sure that the database is set up for being used also with SQL users and not only Microsoft Windows users. If you only use Integrated Windows Authentication, you need to set the permissions manually according to the instructions above. If you have not set up security level appropriately, the following error message will appear when trying to connect to the database: If that is the case, make sure that either permissions for Integrated Authentication are set up, or allow SQL users. It is not within the scope of this manual to describe these actions in detail. Page 12

13 RUNNING SIGNATURE FOR OTHER USERS The sign.exe file retrieves settings and template information from the settings database, collects user contact details, and generates ready signatures. The sign.exe file also sends log information to the settings database each time a user runs the sign.exe file. The log information for an individual user can be seen in the Cockpit s Diagnostics section, Open Log file. The log information for all users can be seen in the Cockpit s Diagnostics section, Status Monitor. When the Cockpit has been installed and the settings database adjusted, to run signature for other users, it must be ensured that the sign.exe file is run on every user s computer. The sign.exe file can be simply shared and users may run it manually each time they need an update from the settings database, however, most common way is to run the sign.exe automatically during logon. Note: If you have installed Microsoft Outlook on a server platform, you also need to enable DEP for sign.exe in the same way as for the Cockpit. To make the sign.exe file accessible to all users for running it manually, copy the sign.exe file from the installation directory c:\program Files\ Signature\ to a network share. The sign.exe file is digitally signed by Branded Mails for your security and performance. To set running the sign.exe file automatically during logon, proceed as follows: 1. From the installation directory c:\program Files\ Signature\ copy the sign.exe file to the NETLOGON share or another share, where files for running automatically during logon, are located. 2. Use one of the following scripts as example for adjusting the current logon script. Bat file: START \\server\netlogon\sign.exe Provider=sqloledb;Data Source=SQLKSERVER01;Initial Catalog= Signature;User Id= Signature_Superuser;Password=changemenow; VB Script: Set oshell = CreateObject("WScript.Shell") oshell.run \\server\netlogon\sign.exe Provider=sqloledb;Data Source=SQLKSERVER01;Initial Catalog= Signature;User Id= Signature_Superuser;Password=changemenow;", 0, True Information in the example is fictive; it must be replaced with your own. Copy the connection to the settings database from the Cockpit s Change Database section. Page 13

14 UPGRADING FROM VERSION 5. To upgrade from version 5., proceed as follows: 1. Obtain a valid license key for version 7.. Ask for your new license key from your account manager or to info@brandedmails.com stating your customer name and providing the existing license key in the . Note that maintenance subscribers can have only a new key. UPGRADING THE SETTINGS DATABASE: MICROSOFT SQL SERVER 1. Download the upgrade script from the support section. Choose MS SQL 2000 or MS SQL 2005 according to your server. 2. Download and install the latest version of the Cockpit as described in Installing signature. 3. Reconnect to the new settings database as described in Connecting the Cockpit to The Settings Database. 4. Restart the Cockpit. 5. Download and replace the existing sign.exe file with the new version. The sign.exe file is located in the installation directory c:\program Files\ Signature\, or downloadable from UPGRADE THE SETTINGS DATABASE: MS ACCESS DATABASE 1. For security reasons make a copy of the existing settings database. 2. Download the latest version of the settings.mdb from the support section. 3. Open both databases: the existing and the new blank database. 4. From the new blank database copy or drag the following tables to the existing settings database: lgdaowa SettingsLegal Users lgdacollected 5. To the lgdausers table, add the following columns manually: custom_num6 (Number / Long integer) custom_num7 (Number / Long integer) custom_num8 (Number / Long integer) custom_num9 (Number / Long integer) custum_num10 (Number / Long integer) custom_str6 (text size 250) custom_str7 (text size 250) custom_str8 (text size 250) custom_str9(text size 250) custom_str10 (text size 250) owa_error (text size 250) owa_lastrun (text size 50) 6. To the Preview table, add the following columns manually: custom_str1 (memo) custom_str2 (memo) custom_str3 (text size 50) custom_str4(text size 50) custom_str5 (text size 50) Page 14

15 7. Download and install the latest version of the Cockpit as described in Installing signature. 8. Reconnect to the new settings database as described in Connecting the Cockpit to The Settings Database. 9. Restart the Cockpit. 10. Download and replace the existing sign.exe file with the new version. The sign.exe file is located in the installation directory c:\program Files\ Signature\, or downloadable from Page 15

16 LEARN MORE AND CONTACT INFORMATION You can find useful information about using signature, administration, modules, etc. on our web site : Guides Support forum Video demonstrations and guides. Rued Langgaards Vej 7, 5 DK-2300 Copenhagen Denmark 823 Salisbury House 29 Finsbury Circus London, EC2M 5QQ United Kingdom Tel: Tel: +44 (0) Fax: Fax: +44 (0) support@brandedmails.com Page 16

Symprex Signature Manager

Symprex  Signature Manager Symprex Email Signature Manager User's Guide Version 8.0.1. Copyright 017 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction System Requirements 3 Email Signature Manager Overview

More information

Symprex Signature Manager

Symprex  Signature Manager Symprex Email Signature Manager User's Guide Version 7.0.0. Copyright 015 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction System Requirements 3 Email Signature Manager Overview

More information

Software Installation with Microsoft SQL 2008

Software Installation with Microsoft SQL 2008 Agency Information Manager Software Installation with Microsoft SQL 2008 Revised: 3.7.2012 2012 Vertafore, Inc. All Rights Reserved. This software and documentation are copyrighted materials. Law prohibits

More information

HR-Lite Database & Web Service Setup Guide

HR-Lite Database & Web Service Setup Guide HR-Lite Database & Web Service Setup Guide Version: 1.00 HR21 Limited All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

Junxure Code Upgrade Instructions

Junxure Code Upgrade Instructions Junxure Code Upgrade Instructions If at any time you run into an issue with the following process, call or email Junxure Support (866-586-9873, opt 1 or support@junxure.com) and we will assist you with

More information

QTD and Supporting Files Installation Instructions

QTD and Supporting Files Installation Instructions QTD and Supporting Files Installation Instructions April 2017 Quality Training Systems www.qualitytrainingsystems.com support@qualitytrainingsystems.com 2017, Quality Training Systems Contents Introduction...

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

Installation Guide For IM Sequencer 6.0

Installation Guide For IM Sequencer 6.0 Installation Guide For IM Sequencer 6.0 Copyright 2007-2015 Traxion. All rights reserved. The software contains proprietary information of Traxion. It is provided under a license agreement containing restrictions

More information

STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS Pre-requisites: STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Monitoring And Alerting Server (MAS) network version

More information

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Microsoft Corporation Published: October 2012 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com)

More information

Status Web Evaluator s Guide Software Pursuits, Inc.

Status Web Evaluator s Guide Software Pursuits, Inc. Status Web Evaluator s Guide 2018 Table of Contents Introduction... 2 System Requirements... 2 Contact Information... 2 Installing Microsoft IIS... 2 Verifying Microsoft IIS Features... 9 Installing the

More information

KYOCERA Device Manager Installation and Upgrade Guide

KYOCERA Device Manager Installation and Upgrade Guide KYOCERA Device Manager Installation and Upgrade Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice.

More information

Clearspan Communicator Desktop R20.2.2

Clearspan Communicator Desktop R20.2.2 Clearspan Communicator Desktop R20.2.2 UPGRADE INSTRUCTIONS APRIL 2015 Table of Contents Overview... 3 Upgrading (Windows 7 or above, Mac OS 10.6 or above)... 3 Recording Your Settings (Windows and Mac

More information

OnBase ver Thick Client Installation Instructions. Install Microsoft SQL Server 2012 Native Client

OnBase ver Thick Client Installation Instructions. Install Microsoft SQL Server 2012 Native Client OnBase ver. 14.0 Thick Client Instructions Install Microsoft SQL Server 2012 Native Client 1. Browse to the SQL Server Native Client 11.0 directory and locate and double-click the SQL Server Native Client

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

Kernel for Exchange Server. Installation and Configuration Guide

Kernel for Exchange Server. Installation and Configuration Guide Kernel for Exchange Server Installation and Configuration Guide Table of Contents Table of Contents... 2 1. Introduction... 3 2. Requirements and Prerequisites... 3 2.1 Basic System Requirements... 3 2.2

More information

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date:

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date: Print Audit 6 Version: Date: 37 21-Apr-2015 23:07 Table of Contents Browse Documents:..................................................... 3 Database Documentation.................................................

More information

SQL Server Deployment Installation Manual. Call a Hygiena representative for more information or support

SQL Server Deployment Installation Manual. Call a Hygiena representative for more information or support SQL Server Deployment Installation Manual Call a Hygiena representative for more information or support 1.805.388.8007 Why SQL Server? Performance Quicker performance with reporting due to querying Security

More information

Network Identity Manager with SN-Gina Outlook Web Access

Network Identity Manager with SN-Gina Outlook Web Access 1 System requirements... 1 2 NIM.exe Installation Packages... 2 2.1 Nim_setup.exe Installation on the Domain Controller... 2 2.2 SAVERNOVA GINA.dll installation... 3 2.2.1 gina_setup.exe Manually installation

More information

OpenText RightFax 10.0 Connector for Microsoft SharePoint 2007 Administrator Guide

OpenText RightFax 10.0 Connector for Microsoft SharePoint 2007 Administrator Guide OpenText RightFax 10.0 Connector for Microsoft SharePoint 2007 Administrator Guide OpenText RightFax 10.0 Connector for Microsoft SharePoint 2007 Administrator Guide ii Edition OpenText RightFax 10.0 Connector

More information

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator.

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. SK Help Network Help Sheets - Workstation Installation This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. Due to

More information

Installing Tracker 11 Prerequisites and Step-by-Step Instructions

Installing Tracker 11 Prerequisites and Step-by-Step Instructions Installing Tracker 11 Prerequisites and Step-by-Step Instructions Tracker 11 Prerequisites All computers must be networked. All workstation user logons must have local administrative privileges. For Minimum

More information

Delphi Workstation Setup Instructions. June 3, 1009

Delphi Workstation Setup Instructions. June 3, 1009 Delphi 9.5.2 Workstation Setup Instructions June 3, 1009 Copyright 2009 Newmarket International, Inc. All rights reserved. The information in this document is confidential and proprietary to Newmarket

More information

Step-by-Step Guide to Ansur Executive 3.0 With or without Electronic Signatures

Step-by-Step Guide to Ansur Executive 3.0 With or without Electronic Signatures Step-by-Step Guide to Ansur Executive 3.0 With or without Electronic Signatures Table of Contents Background...3 Set up Central PC:...4 Configuring SQL Server 2005:... 11 Ansur Executive Server Installation:...

More information

Sage Residential Management Versions 9.5 through Installation Guide

Sage Residential Management Versions 9.5 through Installation Guide Sage Residential Management Versions 9.5 through 14.1 Installation Guide This is a publication of Sage Software, Inc. Copyright 2014. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9 Media Writer Installation Guide Version 5.1.9 Regulations and Compliance Tel: 1-844-535-1404 Email: TS_PACSGEAR@hyland.com 2018 Hyland. Hyland and the Hyland logo are trademarks of Hyland LLC, registered

More information

Print Manager Plus 2010 Workgroup Print Tracking and Control

Print Manager Plus 2010 Workgroup Print Tracking and Control INTRODUCTION: This is intended to assist in the initial installation or evaluation of Print Manager Plus 2010 Workgroup Edition. This will guide you through tracking your printing whether your workgroup

More information

Quick Start Guide. Microinvest Barcode Printer Pro

Quick Start Guide. Microinvest Barcode Printer Pro Quick Start Guide Microinvest Barcode Printer Pro 2016 Microinvest Barcode Printer Pro provides barcode printing functionality specifically designed to account for new orders and existing entries in the

More information

User Agent Preparing the Windows Environment and Installing the User Agent. How-To

User Agent Preparing the Windows Environment and Installing the User Agent. How-To User Agent 1.1.5 Preparing the Windows Environment and Installing the User Agent How-To CONTENTS Introduction to the User Agent... 2 Selecting the User Account to Run the User Agent... 3 Setting Access

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

Business Connect Secure Remote Access Service (SRAS) Customer Information Package

Business Connect Secure Remote Access Service (SRAS) Customer Information Package Business Connect Secure Remote Access Service (SRAS) Customer Information Package Table of Contents 1.0 Introduction... 1 1.1 Overview... 1 1.2 Scope and Audience... 1 1.3 Design Deliverables... 1 1.4

More information

29 March 2017 SECURITY SERVER INSTALLATION GUIDE

29 March 2017 SECURITY SERVER INSTALLATION GUIDE 29 March 2017 SECURITY SERVER INSTALLATION GUIDE Contents 1. Introduction... 2 1.1 Assumptions... 2 1.2 Prerequisites... 2 2. Required setups prior the Security Server Installation... 3 1.1 Create domain

More information

KYOCERA Device Manager Installation and Upgrade Guide

KYOCERA Device Manager Installation and Upgrade Guide KYOCERA Device Manager Installation and Upgrade Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice.

More information

Faculty Database (FDB) and TA Credentials Database (TADB) July 17, 2014 Launch from myuk portal

Faculty Database (FDB) and TA Credentials Database (TADB) July 17, 2014 Launch from myuk portal What follows are steps required to prepare the computer to launch the Faculty Database (FDB), TA Credentials Database (TADB), or Endowment Tracking Database (ETDB) from the myuk portal. These three applications

More information

DualShield. for. Microsoft UAG. Implementation Guide. (Version 5.2) Copyright 2011 Deepnet Security Limited

DualShield. for. Microsoft UAG. Implementation Guide. (Version 5.2) Copyright 2011 Deepnet Security Limited DualShield for Implementation Guide (Version 5.2) Copyright 2011 Deepnet Security Limited Copyright 2011, Deepnet Security. All Rights Reserved. Page 1 Trademarks DualShield Unified Authentication, MobileID,

More information

Immotec Systems, Inc. SQL Server 2008 Installation Document

Immotec Systems, Inc. SQL Server 2008 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

Symprex Signature Manager

Symprex  Signature Manager Symprex Email Signature Manager User's Guide Version 5.1.0. Copyright 013 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction System Requirements Installing Email Signature Manager

More information

Install and Configure RelayFax

Install and Configure RelayFax RelayFax Network Fax Manager How To Quick Start Guide Install and Configure RelayFax Welcome to RelayFax Network Fax Manager. This guide is designed to help you quickly install and start using your RelayFax.

More information

(B) Execute SMS TCP MODBUS Interface Application

(B) Execute SMS TCP MODBUS Interface Application Security Management System software generates notifications which indicate the state of various health parameters eg disk failure, one or more cameras offline etc. These notifications can be exposed as

More information

AccuRoute Extensions for OpenText DM Installation Guide

AccuRoute Extensions for OpenText DM Installation Guide AccuRoute Extensions for OpenText DM Installation Guide January 2013 Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: +1/1 978 327 5700 Toll-free in the US: +1/1 800 886 7845 Fax: +1/1 978 659 1300

More information

LepideAuditor for File Server. Installation and Configuration Guide

LepideAuditor for File Server. Installation and Configuration Guide LepideAuditor for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

MAX Workbench. Balance Point Technologies, Inc. MAX Workbench. User Guide. Certified MAX Integrator

MAX Workbench. Balance Point Technologies, Inc.  MAX Workbench. User Guide.  Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com MAX Workbench User Guide 1 P a g e Copyright Manual copyright 2017 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this documentation

More information

Newforma Contact Directory Quick Reference Guide

Newforma Contact Directory Quick Reference Guide Newforma Contact Directory Quick Reference Guide This topic provides a reference for the Newforma Contact Directory. Purpose The Newforma Contact Directory gives users access to the central list of companies

More information

1. Open Microsoft Outlook and under Microsoft Outlook's new menu "Outlook Integration".

1. Open Microsoft Outlook and under Microsoft Outlook's new menu Outlook Integration. 1. Product Installation Installing SharePointBoost's Outlook Integration Please check with the Installation Guide Once you have successfully installed both Server and Client side of Outlook Integration,

More information

Support Backups and Secure Transfer Server Changes - i-cam

Support Backups and Secure Transfer Server Changes - i-cam Support Backups and Secure Transfer Server Changes - i-cam 3.1.24 Contents What is the Secure Transfer Server?... 2 Initial Setup in i-cam 3.1.24... 2 Getting your account credentials... 2 Setting your

More information

Acronis Backup & Recovery 11 Beta Advanced Editions

Acronis Backup & Recovery 11 Beta Advanced Editions Acronis Backup & Recovery 11 Beta Advanced Editions Quick Start Guide Table of contents 1 Main components... 3 2 Supported operating systems... 3 3 Where do I install the components?... 3 4 What you need

More information

Setup Smart Login for Windows V2

Setup Smart Login for Windows V2 Setup Smart Login for Windows V2 Smart Login allows workstations to login to a Smart-Net server without having to join a domain. Smart Login is suitable for both laptops and desktop PC s. Features Users

More information

Installing Sentry-go Quick Monitors, Sentry-go Plus!, Client Tools & Enterprise Reporting

Installing Sentry-go Quick Monitors, Sentry-go Plus!, Client Tools & Enterprise Reporting Installing Sentry-go Quick Monitors, Sentry-go Plus!, Client Tools & Enterprise Reporting 3Ds (UK) Limited, November, 2013 http://www.sentry-go.com Be Proactive, Not Reactive! This guide gives full details

More information

Installing Blank SiriusSQL Database 4.0

Installing Blank SiriusSQL Database 4.0 Installing Blank SiriusSQL Database 4.0 (ONLY APPLICABLE IF YOU START WITH SiriusSQL 4005A OR HIGHER!) To install a new blank SiriusSQL database, follow these steps. Copy and Unzip Files 1) Browse to \\Fileserver04\f-drive\V40\Sirius.FS\Data

More information

AccessVia Publishing Platform

AccessVia Publishing Platform AccessVia Publishing Platform Installation and Setup Guide Publishing Platform Manager Version: 8.6.x Written by: Product Documentation, R&D Date: February 2014 2014 Perceptive Software. All rights reserved

More information

Capital Gold Payroll Installation Guide

Capital Gold Payroll Installation Guide Capital Gold Payroll Capital Gold Payroll (4.01) Copyright Pegasus Software, 2016 Manual published by: Pegasus Software Orion House Orion Way Kettering Northamptonshire NN15 6PE www.pegasus.co.uk All rights

More information

2012 Peer Small Business Data

2012 Peer Small Business Data Welcome The installation program installs the following data sets: 2012 Peer Small Business Data 2012 Peer Small Business Data In order to use this data set you should be running CRA Wiz and Fair Lending

More information

Backing Up your BellHawk Database for Problem Diagnosis

Backing Up your BellHawk Database for Problem Diagnosis Introduction Backing Up your BellHawk Database for Problem Diagnosis If you report a problem with your BellHawk system then we may request that you take a zipped backup of your BellHawk database and copy

More information

Password Reset Utility. Configuration

Password Reset Utility. Configuration Password Reset Utility Configuration 1 Table of Contents 1. Uninstalling Legacy Password Reset... 2 2. Password Reset Utility: How to deploy and configure via Group Policy... 2 3. Configuring Group Policy

More information

Symantec Enterprise Vault 2007 Installation & Configuration

Symantec Enterprise Vault 2007 Installation & Configuration Symantec Enterprise Vault 2007 Installation & Configuration Pre-Installation, Installation & Configuration of Enterprise Vault 2007 Pre-installation Task Adding ALIAS and SITE of Enterprise Vault Server

More information

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information

Epicor Distribution Suite Installation Guide. Version SUITE - 1 -

Epicor Distribution Suite Installation Guide. Version SUITE - 1 - Epicor Distribution Suite Installation Guide Version 1.1.0 SUITE - 1 - Legal Notices The software described in this manual and the manual itself are provided under the terms and conditions of a license

More information

NETWRIX PASSWORD EXPIRATION NOTIFIER

NETWRIX PASSWORD EXPIRATION NOTIFIER NETWRIX PASSWORD EXPIRATION NOTIFIER ADMINISTRATOR S GUIDE Product Version: 3.3 January 2013 Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide PigCHAMP Knowledge Software Enterprise Edition Installation Guide PIGCHAMP, LLC Enterprise Edition Installation Guide JUNE 2016 EDITION PigCHAMP Knowledge Software 1531 Airport Rd Suite 101 Ames, IA 50010

More information

C-MagSys and Q-MagSys Components Installation Guide (20 January 2010) C-MagSys and Q-MagSys Components Overview at Clinic

C-MagSys and Q-MagSys Components Installation Guide (20 January 2010) C-MagSys and Q-MagSys Components Overview at Clinic C-MagSys and Q-MagSys Components Installation Guide (20 January 2010) C-MagSys and Q-MagSys Components Overview at Clinic The following are files used for this installation: 1. CMagSysSetup.exe 2. QMagSysSetup.exe

More information

Secure Mobile Access Module

Secure Mobile Access Module Secure Mobile Access Module Administration Guide Version 1.0 GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800)

More information

Installing TMW Operations

Installing TMW Operations provides operations personnel with key order entry and dispatch features. Primary windows and their functions include: Order Maintenance Record a customer's request for the pickup and delivery of freight.

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

More information

Important notice regarding accounts used for installation and configuration

Important notice regarding accounts used for installation and configuration System Requirements Operating System Nintex Reporting 2008 can be installed on Microsoft Windows Server 2003 or 2008 (32 and 64 bit supported for both OS versions). Browser Client Microsoft Internet Explorer

More information

Activant Compass Installation Guide For Upgrades to Version 4.1 or Higher

Activant Compass Installation Guide For Upgrades to Version 4.1 or Higher ACTVIANT COMPASS 4.1 OR HIGHER Activant Compass Installation Guide (ver 4.1 or higher) Activant Compass Installation Guide For Upgrades to Version 4.1 or Higher This manual contains reference information

More information

Upgrading the Procura Database

Upgrading the Procura Database Procura Health Management Systems Contact Procura Corporate Office 600-1112 Fort Street, Victoria, BC, Canada V8V 3K8 Phone: 1.877.776.2872 FAX: 250.380.1866 support@goprocura.com Software version Procura

More information

Deltek Costpoint CRM 6.2. Custom Reports and Microsoft SQL Server Reporting Services

Deltek Costpoint CRM 6.2. Custom Reports and Microsoft SQL Server Reporting Services Deltek Costpoint CRM 6.2 Custom Reports and Microsoft SQL Server Reporting November 11, 2011 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Quick Start Guide. CollabNet Subversion Connector to HP Quality Center

Quick Start Guide. CollabNet Subversion Connector to HP Quality Center Quick Start Guide CollabNet Subversion Connector to HP Quality Center A BOUT THE CONNECTOR About the Connector The CollabNet Subversion Connector to HP Quality Center enables Quality Center users to store

More information

INSTALLATION AND SIGN-ON

INSTALLATION AND SIGN-ON T ECHNICAL NOTE Product: PayBase 8.5 Last modified: December 4, 2007 10:45 am Created by: Development Inside this note: PayBase Client Installation PayBase Removal INSTALLATION AND SIGN-ON This technical

More information

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017 Netwrix Auditor Virtual Appliance and Cloud Deployment Guide Version: 9.5 10/25/2017 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Millennium Expert/Enterprise Installation Guide Version Table of Contents

Millennium Expert/Enterprise Installation Guide Version Table of Contents Millennium Expert/Enterprise Installation Guide Version 5.0.3599 Table of Contents Section Page Installing Microsoft SQL Server 2 Installing Millennium Server software 9 Installing Millennium Databases

More information

Immotec Systems, Inc. SQL Server 2008 Installation Document

Immotec Systems, Inc. SQL Server 2008 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

Installation Guide. Last Revision: Oct 03, Page 1-

Installation Guide. Last Revision: Oct 03, Page 1- Installation Guide Last Revision: Oct 03, 2005 -Page 1- Contents Before You Begin... 2 Installation Overview... 2 Installation for Microsoft Windows 2000, Windows 2003, and Windows XP Professional... 3

More information

Talend Open Studio for Data Quality. User Guide 5.5.2

Talend Open Studio for Data Quality. User Guide 5.5.2 Talend Open Studio for Data Quality User Guide 5.5.2 Talend Open Studio for Data Quality Adapted for v5.5. Supersedes previous releases. Publication date: January 29, 2015 Copyleft This documentation is

More information

Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004)

Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) 2017 Swiftpage ACT! LLC. All Rights Reserved. Swiftpage, Act!, and the Swiftpage product and service names mentioned herein are registered

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

Elmhurst Design SAP 2012 Software Installation Guide VERSION 1.2 (January 2016)

Elmhurst Design SAP 2012 Software Installation Guide VERSION 1.2 (January 2016) Elmhurst Design SAP 2012 Software Installation Guide VERSION 1.2 (January 2016) 1 Contents 1. Software Set Up... 3 1.1 Minimum Hardware Requirements... 3 1.2 Software Requirements... 3 2. Getting Started...

More information

APPENDIX B: INSTALLATION AND SETUP

APPENDIX B: INSTALLATION AND SETUP APPENDIX B: INSTALLATION AND SETUP Page A. Overview... B:1 How do I install and setup ICMS?... B:1 Do I need special security rights to install ICMS?... B:1 Installation Basics... B:1 How do I get a quick

More information

Abila MIP DrillPoint Reports. Installation Guide

Abila MIP DrillPoint Reports. Installation Guide Abila MIP DrillPoint Reports This is a publication of Abila, Inc. Version 16.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service

More information

Copyright and Legal Disclaimers

Copyright and Legal Disclaimers Copyright and Legal Disclaimers User Manual for DiConnect Lite Copyright 2012 by DiCentral Corporation All rights reserved. This document and all content that is contained, embedded and linked to this

More information

EventTracker: Virtual Appliance

EventTracker: Virtual Appliance EventTracker: Virtual Appliance Quick Start Guide Version 8.1 Build 9 Publication Date: Feb. 8, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The EventTracker

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide Copyright 2009 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC and QualTrend are registered trademarks of DataNet Quality Systems. All other

More information

Pursuit 7 for Windows

Pursuit 7 for Windows Pursuit 7 for Windows Proposal Generation System Z-Micro Technologies, Inc. Installation Guide Copyright 2010. Z-Micro Technologies, LLC. All Rights Reserved. Setting Up Pursuit 7 for Windows - Client

More information

Chime for Lync High Availability Setup

Chime for Lync High Availability Setup Chime for Lync High Availability Setup Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation

More information

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions Passwordstate Remote Session Launcher Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

Image-In Connect v1.0 Installation Guide

Image-In Connect v1.0 Installation Guide Image-In Connect v1.0 Installation Guide For AccuRoute v3.01 Feature Pack 1 March 2, 2011 Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: +1/1 978 327 5700 Toll-free in the US: +1/1 800 886 7845

More information

EventTracker: Virtual Appliance

EventTracker: Virtual Appliance Quick Start Guide Version 7.6 Publication Date: Sep 18, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The EventTracker Virtual Appliance enables you to capture

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

AccuRoute Web Client v2.0 installation and configuration guide

AccuRoute Web Client v2.0 installation and configuration guide AccuRoute Web Client v2.0 installation and configuration guide July 22, 2009 Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: +1/1 978 327 5700 Toll-free in the US: +1/1 800 886 7845 Fax: +1/1 978

More information

Deltek winsight Dashboard 6.5. Installation Guide

Deltek winsight Dashboard 6.5. Installation Guide Deltek winsight Dashboard 6.5 Installation Guide August 17, 2012 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange

Cisco TelePresence Management Suite Extension for Microsoft Exchange Cisco TelePresence Management Suite Extension for Microsoft Exchange Administrator Guide Software version 2.2 D14197.06 February 2011 Contents Contents... 2 Introduction... 4 Pre-Installation Information...

More information

DENTRIX ENTERPRISE 8.0.5

DENTRIX ENTERPRISE 8.0.5 DENTRIX ENTERPRISE 8.0.5 CLIENT INSTALLATION GUIDE PRACTICE SOLUTIONS www.dentrixenterprise.com 1-800-DSCHEIN ii Publication Date July 2015 Copyright 2015 Henry Schein, Inc. All rights reserved. No part

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

Installing Sage POS and SQL

Installing Sage POS and SQL Installing Sage POS and SQL Table of Content Hover over the heading and select the topic you are interested in, you will be directed to the topic. Download Procedures Server Installation Workstation Installation

More information

Agilent CytoGenomics 2.5

Agilent CytoGenomics 2.5 Agilent CytoGenomics 2.5 Installation and Administration Guide Research Use Only. Not for Diagnostic Procedures. Agilent Technologies Notices Agilent Technologies, Inc. 2012 No part of this manual may

More information

ADSelfService Plus Client Software Installation via Group Policy Objects (GPOs)

ADSelfService Plus Client Software Installation via Group Policy Objects (GPOs) ADSelfService Plus Client Software Installation via Group Policy Objects (GPOs) Contents Document Summary:... 3 ADSelfService Plus Client Software:... 3 ADSelfService Plus Client Software Installation

More information

Installation & Configuration Guide

Installation & Configuration Guide Installation & Configuration Guide Installation redisend Installation Steps: 1. Run the setupredisend.exe from the location it was downloaded 2. Select your language and click OK - figure 1.0 Figure 1.0:

More information

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide INTEGRATION TO MICROSOFT EXCHANGE Installation Guide V44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER

More information

Contents 1. Table of Contents. Report Server (Home Page) Installation. Manage Reports DevExpress Inc.

Contents 1. Table of Contents. Report Server (Home Page) Installation. Manage Reports DevExpress Inc. Contents 1 Table of Contents Report Server (Home Page)... 3 Report Server... 4 Worker Service... 11 End-User Designer... 15... 18 Licensing and... Distribution 19 Manage User... Accounts 20 Manage Data...

More information