Manually Installing/Removing the ebus Universal Pro Driver

Size: px
Start display at page:

Download "Manually Installing/Removing the ebus Universal Pro Driver"

Transcription

1 Manually Installing/Removing the ebus Universal Pro Driver Application Note The Pleora ebus Universal Pro is a Windows filter driver that enhances the performance of your computer s network interface card (NIC) when the ebus SDK communicates with GigE Vision compliant devices. There are three ways to install the driver: Using the Pleora Driver Installation Tool Using the ebus Driver Installation API Using your computer s operating system to manually install the driver This application note explains how to use the third option to manually install the driver. The ebus Universal Pro driver is included with ebus SDK version 2.0 (and later) for Microsoft Windows XP, Windows Vista, and Windows 7. For information about using the Pleora Driver Installation Tool, see the GEVPlayer Quick Start Guide or GEVPlayer User Guide, available at the Pleora Technologies Support Center at For information about using the ebus Driver Installation API, see the ebus SDK C++ Reference Guide, installed alongside the ebus SDK on your computer. About the Manual Installation Process This document assumes that your NIC is functional. The ebus Universal Pro augments the manufacturer s driver (it does not replace it), specifically when communicating with GigE Vision compliant devices. If you are not sure if the NIC is correctly installed, use an application that will test this network connection (for example, a web browser) before you complete the procedures in this application note. The filter driver requires the installation of components in the network stack. This also means that the installation may interrupt the network communication during the installation process. For this reason, always install from a local copy of the installation files, rather than a copy that exists on a mapped or network drive. The installation of the driver requires some exclusive access to the network configuration sub-system of the operating system. For this reason, the driver installation will not work if: You have the Pleora Driver Installation Tool open at the same time. You have any other components that lock the NetCfg, such as Windows dialog boxes that configure the NIC s IP address.

2 If you want to customize the installer, we recommend you use the ebus Driver Installation API, located in the following location (by default): C:\Program Files\Pleora Technologies Inc\eBUS SDK\Samples You should only install the ebus Universal Pro driver on real, physical NICs (not FireWire adapters, USB adapters, and virtual components, none of which are supported). Before you install the ebus Universal Pro driver, stop applications that are streaming. Required Files Depending on your computer s operating system, different driver files are required. There are four ebus Universal Pro driver configurations, which match the technology used by your computer s operating system. The following configurations are available, depending on the operating system you are using. Operating system Microsoft Windows 7, 32-bit version Microsoft Windows 7, 64-bit version Microsoft Windows Vista, 32-bit version Microsoft Windows Vista, 64-bit version Microsoft Windows XP, 32-bit version Microsoft Windows XP, 64-bit version Driver ebus Universal Pro / NDIS 6, 32-bit version ebus Universal Pro / NDIS 6, 64-bit version ebus Universal Pro / NDIS 6, 32-bit version ebus Universal Pro / NDIS 6, 64-bit version ebus Universal Pro / NDIS 5, 32-bit version ebus Universal Pro / NDIS 5, 64-bit version These files are automatically installed on your computer (based on your computer s operating system) when you install the ebus SDK. By default, they are installed in the following location: C:\Program Files\Common Files\Pleora\NDISversion Network Driver Interface Specification (NDIS 5) Files The ebus Universal Pro driver uses NDIS 5 when the ebus SDK is installed on the Windows XP operating system. The files required for this type of driver are: ebuniversalpro.inf ebuniversalpro.cat ebuniversalpro_mp.inf ebuniversalpro_mp.cat ebuniversalpro.sys ebnotifyobjectuniversalpro.dll While the file names are the same for the 32-bit and the 64-bit versions of the operating system, the binary information contained in each file is different. It is important to note that even if some of the NDIS 5 and NDIS 6 file names are the same, they are not compatible. The instructions for locating and using these files are provided later in this publication. EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 2

3 NDIS 6 files The ebus Universal Pro driver uses NDIS 6 when the ebus SDK is installed on the Windows Vista and Windows 7 operating systems. The files required for these drivers are: ebuniversalpro.inf ebuniversalpro.cat ebuniversalpro.sys ebnotifyobjectuniversalpro.dll The files for Microsoft Windows Vista and Microsoft Windows 7 are binary compatible. While the file names are the same for the 32-bit and the 64-bit versions of the operating system, the binary information contained in each file is different. It is important to note that even if some of the NDIS 5 and NDIS 6 file names are the same, they are not compatible. The instructions for locating and using these files are provided later in this publication. Manually Installing the ebus Universal Pro Driver Use the Windows Control Panel to manually install the ebus Universal Pro driver on your computer. If you receive an operating system prompt to reboot your computer at any time during the installation, please do so. EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 3

4 To manually install the ebus Universal Pro driver 1. On the Windows Start menu, click Control Panel. 2. Navigate to the Network Connections section of the Control Panel. In Windows 7, you can locate this section by clicking Network and Internet, and then clicking Network and Sharing Center. Then, click Change adapter settings in the left-hand panel. Alternately, you can open the Network Connections section of the Control Panel by typing the following command at the Windows command line prompt: > rundll32.exe shell32.dll,control_rundll ncpa.cpl 3. In the Network Connection dialog box, right-click the NIC on which you want to install the ebus Universal Pro driver, and then click Properties. EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 4

5 4. On the General tab of the Local Area Connection Properties dialog box, click Install. 5. In the Select Network Component Type dialog box, click Service and then click Add. A message may appear that indicates that the driver has not passed Windows logo testing. Accept the message and continue with the installation. 6. In the Select Network Service dialog box, click Have Disk. EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 5

6 7. In the Install From Disk dialog box, click Browse. 8. In the Local File dialog box, navigate to the location in which the driver files are stored, click the ebuniversalpro.inf file, and then click Open. Note: By default, the driver files are located in the following folder on your computer: C:\Program Files\Common Files\Pleora\NDISversion The path now appears in the Copy manufacturer s files from box in the Install From Disk dialog box. 9. Click OK. The ebus Universal Pro driver appears in the Select Network Service dialog box. EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 6

7 10. Click OK. The ebus Universal Pro driver appears in the Local Area Connection Properties dialog box. 11. Select the check box that appears beside the ebus Universal Pro driver to complete the installation. 12. Click Close. EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 7

8 Enabling the ebus Universal Pro Driver on Additional NICs If you receive an operating system prompt to reboot your computer at any time during the installation, please do so. After you have installed the ebus Universal Pro driver on one NIC (as outlined earlier in this application note), you can enable it on other NICs on your computer. To enable the ebus Universal Pro driver on an additional NIC 1. On the Windows Start menu, click Control Panel. 2. Navigate to the Network Connections section of the Control Panel. In Windows 7, you can locate this section by clicking Network and Internet, and then clicking Network and Sharing Center. Then, click Change adapter settings in the left-hand panel. Alternately, you can open the Network Connections section of the Control Panel by typing the following command at the Windows command line prompt: > rundll32.exe shell32.dll,control_rundll ncpa.cpl EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 8

9 3. In the Network Connection dialog box, right-click the NIC on which you want to enable the ebus Universal Pro driver, and then click Properties. 4. On the General tab of the Local Area Connection Properties dialog box, select the check box that appears beside ebus Universal Pro Driver. 5. Click Close. The NIC is now configured to use the ebus Universal Pro driver. You can disable the ebus Universal Pro driver at any time by clearing the check box that appears beside the driver. Keep in mind that the next time you stream with this NIC, the NIC will use the manufacturer s driver (it will use the network stack code), and the performance of the NIC may change. EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 9

10 Removing the ebus Universal Pro Driver You can manually uninstall the ebus Universal Pro driver using the Windows Control Panel. You do not have to disable any instance of the ebus Universal Pro driver before uninstalling. This will be managed by the uninstall process. If you receive an operating system prompt to reboot your computer at any time during the installation, please do so. To remove the ebus Universal Pro driver 1. On the Windows Start menu, click Control Panel. 2. Navigate to the Network Connections section of the Control Panel. In Windows 7, you can locate this section by clicking Network and Internet, and then clicking Network and Sharing Center. Then, click Change adapter settings in the left-hand panel. Alternately, you can open the Network Connections section of the Control Panel by typing the following command at the Windows command line prompt: > rundll32.exe shell32.dll,control_rundll ncpa.cpl EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 10

11 3. In the Network Connection dialog box, right-click any of the computer s NICs and click Properties. 4. On the General tab of the Local Area Connection Properties dialog box, click the ebus Universal Pro driver, and then click Uninstall. 5. Click Yes to confirm that you want to uninstall the driver. You have now uninstalled the ebus Universal Pro driver from your computer. At this point the driver filter is removed from the network stack but remains in the driver store or the driver folder. There is no way to remove it without using the proper Windows API. EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 11

12 Frequently Asked Questions I have used the Pleora Driver Installation Tool to install the ebus Universal Pro driver. Can I use a manual procedure to perform other operations? The ebus Universal Pro driver installation/removal procedures presented in this document are the same as those performed by the Pleora Driver Installation Tool and the ebus Driver Installation API. Using any of these methods is equivalent and will not affect the behavior of the others. What is the impact of the ebus Universal Pro driver on my system? The ebus Universal Pro is a filter driver. If packets are not directly required for a streaming instance registered to the filter, they are handled by the network stack. For this reason, its impact is negligible on non-gige Vision traffic within a system. Can I use the ebus Universal Pro driver on a non-gigabit Ethernet NIC? Yes, you can use the ebus Universal Pro on a non-gigabit Ethernet NIC. Keep in mind that as a filter, the ebus Universal Pro driver is as good as the manufacturer driver and hardware under it. The filter is not bound to a given network bandwidth. You still need to remember that the computer and your network adapter can limit your system. Can I install by right-clicking an.inf file? No, filter drivers require a few configuration steps. The.inf file that is provided with the ebus Universal Pro driver does not allow this type of installation. Can I install by directly modifying the Windows registry? You can, but this is a difficult way to install a filter driver and is error prone. This method can easily result in a network stack configuration corruption. For this reason, Pleora Technologies discourages (and does not support) this method. Can I write my own installer? Yes. While you can use any example provided with the DDK/WDK and NetCfg to write your own installer for a filter driver, the simplest approach is to use the ebus Driver Installation API, which wraps the installation into a user-friendly API. EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 12

13 Copyright Information Copyright 2012 Pleora Technologies Inc. These products are not intended for use in life support appliances, devices, or systems where malfunction of these products can reasonably be expected to result in personal injury. Pleora Technologies Inc. (Pleora) customers using or selling these products for use in such applications do so at their own risk and agree to indemnify Pleora for any damages resulting from such improper use or sale. Trademarks PureGEV, ebus, iport, vdisplay, and all product logos are trademarks of Pleora Technologies. Third party copyrights and trademarks are the property of their respective owners. Notice of Rights All information provided in this manual is believed to be accurate and reliable. No responsibility is assumed by Pleora for its use. Pleora reserves the right to make changes to this information without notice. Redistribution of this manual in whole or in part, by any means, is prohibited without obtaining prior permission from Pleora. Document Number EX Version 2.0 EX Version 2.0 Manually Installing/Removing the ebus Universal Pro Driver 13

Configuring Your Computer and Network Adapters for Best Performance

Configuring Your Computer and Network Adapters for Best Performance Configuring Your Computer and Network Adapters for Best Performance ebus Universal Pro and User Mode Data Receiver ebus SDK Application Note This application note covers the basic configuration of a network

More information

ebus Player Quick Start Guide

ebus Player Quick Start Guide ebus Player Quick Start Guide This guide provides you with the information you need to efficiently set up and start using the ebus Player software application to control your GigE Vision or USB3 Vision

More information

ebus SDK 3.0 General Availability (GA) Release Notes Introduction What s New in Release 3.0?

ebus SDK 3.0 General Availability (GA) Release Notes Introduction What s New in Release 3.0? ebus SDK 3.0 General Availability (GA) Release Notes Introduction ebus SDK Release 3.0 is the latest software development kit (SDK) from Pleora Technologies. These release notes pertain to the General

More information

GEVPlayer. Quick Start Guide

GEVPlayer. Quick Start Guide GEVPlayer Quick Start Guide High-performance imaging data and video over Ethernet. Version 2.0 These products are not intended for use in life support appliances, devices, or systems where malfunction

More information

COGNEX. Cognex Vision Software. GigE Vision Cameras. User s Guide

COGNEX. Cognex Vision Software. GigE Vision Cameras. User s Guide COGNEX Cognex Vision Software GigE Vision Cameras User s Guide June 2008 Cognex Software and GigE Vision Cameras Cognex VisionPro and CVL software provide support for acquiring, processing, and displaying

More information

Windows Vista and Windows 7 Users:

Windows Vista and Windows 7 Users: Windows Vista and Windows 7 Users: Installing TR-5 Parameter Interface From the root folder of the installation CD for TR-5, please run the file setup.exe to start the installation. Do NOT run the file

More information

Cognex Vision Software

Cognex Vision Software COGNEX Cognex Vision Software GigE Vision Cameras User s Guide December 2011 Cognex Software and GigE Vision Cameras Cognex VisionPro and CVL software provide support for acquiring, processing, and displaying

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

8x8 Virtual Office Telephony Interface for Salesforce

8x8 Virtual Office Telephony Interface for Salesforce 8x8 Virtual Office Telephony Interface for Salesforce Administrator Guide May 2014 The Champion For Business Communications Table of Contents 8x8 Virtual Office Telephony Interface for Salesforce.... 3

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

SAS 9.3 Foundation for Microsoft Windows

SAS 9.3 Foundation for Microsoft Windows Software License Renewal Instructions SAS 9.3 Foundation for Microsoft Windows Note: In this document, references to Microsoft Windows or Windows include Microsoft Windows for x64. SAS software is licensed

More information

Engineering Note. Correcting Device Driver Issues Product Affected: SpectraSuite, OceanView, OmniDriver, SPAM Software Date Issued: 3/16/2015.

Engineering Note. Correcting Device Driver Issues Product Affected: SpectraSuite, OceanView, OmniDriver, SPAM Software Date Issued: 3/16/2015. Engineering Note Topic: Correcting Device Driver Issues Product Affected: SpectraSuite, OceanView, OmniDriver, SPAM Software Date Issued: 3/16/2015 Overview If you connect your Ocean Optics USB or PCI

More information

User Manual Gigabit Ethernet Vision Quick Start Guide

User Manual Gigabit Ethernet Vision Quick Start Guide User Manual Gigabit Ethernet Vision Quick Start Guide MAN051 11/2011 V10 All information provided in this manual is believed to be accurate and reliable No responsibility is assumed by Photonfocus AG

More information

SmartLock Pro Plus Audit View OPERATOR GUIDE

SmartLock Pro Plus Audit View OPERATOR GUIDE SmartLock Pro Plus Audit View OPERATOR GUIDE January 2015 Page 2 of 24 Table of Contents Introduction... 5 Requirements... 5 Setup... 6 Sharing the Pro Plus Data Folder... 6 Mapping a Network Drive...

More information

Release Notes - Installing the Wireless Receiver on a PC.

Release Notes - Installing the Wireless Receiver on a PC. Release Notes - Installing the Wireless Receiver on a PC. Applies to systems using the D-Link Wireless USB receiver. August 23, 2006 Copyright 2006, Delsys Incorporated SYSTEM REQUIREMENTS About these

More information

Guide to Installing BBL Crystal MIND on Windows 7

Guide to Installing BBL Crystal MIND on Windows 7 Guide to Installing BBL Crystal MIND on Windows 7 Introduction The BBL Crystal MIND software can not be directly installed on the Microsoft Windows 7 platform, however it can be installed and run via XP

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Screen Capture. User s Guide. For ClassPad Series. http://edu.casio.com. http://edu.casio.com/products/classpad/ http://edu.casio.

Screen Capture. User s Guide. For ClassPad Series. http://edu.casio.com. http://edu.casio.com/products/classpad/ http://edu.casio. For ClassPad Series E Screen Capture User s Guide CASIO Education website URL http://edu.casio.com ClassPad website URL http://edu.casio.com/products/classpad/ ClassPad register URL http://edu.casio.com/dl/

More information

How To Install Outlook Addin On A 32 Bit Computer

How To Install Outlook Addin On A 32 Bit Computer 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

Interfacing Basler GigE Cameras With Cognex VisionPro 7.2

Interfacing Basler GigE Cameras With Cognex VisionPro 7.2 www.baslerweb.com Interfacing Basler GigE Cameras With Cognex VisionPro 7.2 This Application Note explains how to interface a Basler camera with GigE interface with the Cognex VisionPro 7.2 software package

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION Version 1.1 / Last updated November 2012 INTRODUCTION The Cloud Link for Windows client software is packaged as an MSI (Microsoft Installer)

More information

Cyclope Internet Filtering Proxy

Cyclope Internet Filtering Proxy Cyclope Internet Filtering Proxy - Installation Guide - Cyclope-Series - 2010 - Table of contents 1. Overview - 3-2. Installation - 4-2.1. System requirements - 4-2.2. Cyclope Internet Filtering Proxy

More information

Version Eight. Installation Guide

Version Eight. Installation Guide Version Eight Installation Guide CaseWare IDEA Inc. is a privately held software development and marketing company, with offices in Toronto and Ottawa, Canada, related companies in The Netherlands and

More information

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7...

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7... 1 2 Copyright JAVS 1981-2010 Contents Scheduled Publishing... 4 Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7... 12 Copyright JAVS

More information

Star USB Vendor Class Driver Installation Manual

Star USB Vendor Class Driver Installation Manual Rev. 1.1 The company names and product names that appear in this manual are generally trademarks or registered trademarks of each company. Copyright 2010-2013 Star Micronics Co., Ltd. Table of Contents

More information

Windows XP Home Edition / Windows XP Professional

Windows XP Home Edition / Windows XP Professional Windows XP Home Edition / Windows XP Professional COOLPIX5000/995/885/775 This manual is for those users of the COOLPIX5000/995/885/ 775 who are running Nikon View 4 (Version4.3.1) under Windows XP Home

More information

VeriSign PKI Client Government Edition v 1.5. VeriSign PKI Client Government. VeriSign PKI Client VeriSign, Inc. Government.

VeriSign PKI Client Government Edition v 1.5. VeriSign PKI Client Government. VeriSign PKI Client VeriSign, Inc. Government. END USER S GUIDE VeriSign PKI Client Government Edition v 1.5 End User s Guide VeriSign PKI Client Government Version 1.5 Administrator s Guide VeriSign PKI Client VeriSign, Inc. Government Copyright 2010

More information

ilaw Installation Procedure

ilaw Installation Procedure ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing

More information

The procedure how to keep Microtek scanners to work under Windows Vista system

The procedure how to keep Microtek scanners to work under Windows Vista system The procedure how to keep Microtek scanners to work under Windows Vista system Date : July / 01 / 2009 1. For those Microtek scanner models which did not get approved driver of Windows Vista from Microsoft,

More information

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION Contents 1. Getting Started... 4 1.1 Specops Deploy Supported Configurations... 4 2. Specops Deploy and Active Directory...5 3. Specops Deploy

More information

Symantec AntiVirus Corporate Edition Patch Update

Symantec AntiVirus Corporate Edition Patch Update Symantec AntiVirus Corporate Edition Patch Update Symantec AntiVirus Corporate Edition Update Documentation version 10.0.1.1007 Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec

More information

Moving Exchange Message Stores and Transaction Logs to an Alternate Drive

Moving Exchange Message Stores and Transaction Logs to an Alternate Drive Moving Exchange Message Stores and Transaction Logs to an Alternate Drive Document ID: 26520 Contents Introduction Prerequisites Requirements Components Used Conventions Problem Solutions Exchange 5.5

More information

1. TIB388 about the Windows compatibility of all Mutoh devices subdivided in

1. TIB388 about the Windows compatibility of all Mutoh devices subdivided in WINDOWS Windows compatibility COMPATIBILITY overview OVERVIEW Dear Customer, The questions are rising regarding the compatibility of our Mutoh products with Windows 7. We would like to take the advantage

More information

Supplement I.B: Installing and Configuring JDK 1.6

Supplement I.B: Installing and Configuring JDK 1.6 Supplement I.B: Installing and Configuring JDK 1.6 For Introduction to Java Programming Y. Daniel Liang This supplement covers the following topics: Downloading JDK 1.6 ( 1.2) Installing JDK 1.6 ( 1.3)

More information

Supplement I.B: Installing and Configuring JDK 1.6

Supplement I.B: Installing and Configuring JDK 1.6 Supplement I.B: Installing and Configuring JDK 1.6 For Introduction to Java Programming Y. Daniel Liang This supplement covers the following topics: Downloading JDK 1.6 ( 1.2) Installing JDK 1.6 ( 1.3)

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

January 9, 2014. Xerox Global Print Driver Installation Guide

January 9, 2014. Xerox Global Print Driver Installation Guide January 9, 2014 Xerox Global Print Driver Installation Guide 2010-2014 Xerox Corporation. All Rights Reserved. Xerox, Xerox and Design, WorkCentre, Global Print Driver, and Mobile Express Driver are trademarks

More information

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS 1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS From the Start menu, point to All Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Configuration

More information

Sharpdesk V3.5. Push Installation Guide for system administrator Version 3.5.01

Sharpdesk V3.5. Push Installation Guide for system administrator Version 3.5.01 Sharpdesk V3.5 Push Installation Guide for system administrator Version 3.5.01 Copyright 2000-2015 by SHARP CORPORATION. All rights reserved. Reproduction, adaptation or translation without prior written

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 and computer

More information

Windows 7 Printer Driver Installation procedure

Windows 7 Printer Driver Installation procedure Windows 7 Printer Driver Installation procedure This is to explain how to install Windows Vista printer driver for Mitsubishi digital printer to Windows 7. * Although CP9550D/DW is shown through this document,

More information

Citrix Access Gateway Plug-in for Windows User Guide

Citrix Access Gateway Plug-in for Windows User Guide Citrix Access Gateway Plug-in for Windows User Guide Access Gateway 9.2, Enterprise Edition Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

COMBOGARDPRO. 39E Electronic Combination Lock SOFTWARE INSTALLATION INSTRUCTIONS

COMBOGARDPRO. 39E Electronic Combination Lock SOFTWARE INSTALLATION INSTRUCTIONS COMBOGARDPRO 39E Electronic Combination Lock SOFTWARE INSTALLATION INSTRUCTIONS IMPLEMENTATION PACKAGE The ComboGard Pro Software implementation package includes: 707012 ComboGard Pro Software Install

More information

Test Center Enterprise. ios Device Onboarding Guide

Test Center Enterprise. ios Device Onboarding Guide Test Center Enterprise ios Device Onboarding Guide Copyright Copyright 2012 Keynote DeviceAnywhere. All Rights Reserved. March 2012. Notice 2012 Keynote DeviceAnywhere. All rights reserved. THE INFORMATION

More information

Avigilon Control Center System Integration Guide

Avigilon Control Center System Integration Guide Avigilon Control Center System Integration Guide with STENTOFON AlphaCom INT-STENTOFON-B-Rev3 Copyright 2013 Avigilon. All rights reserved. No copying, distribution, publication, modification, or incorporation

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

ASTi PC ver Windows 7 Installation Guide. Document: DOC-01-PCVW7-IG-1

ASTi PC ver Windows 7 Installation Guide. Document: DOC-01-PCVW7-IG-1 500 A Huntmar Park Drive ASTi PC ver Windows 7 Installation Guide Document: DOC-01-PCVW7-IG-1 Advanced Simulation Technology inc. 500A Huntmar Park Drive, Herndon, Virginia, 20170 USA Revision B (October

More information

Exclaimer Email Alias Manager for Exchange Deployment Guide - Exclaimer Email Alias Manager for Exchange Outlook Add-In

Exclaimer Email Alias Manager for Exchange Deployment Guide - Exclaimer Email Alias Manager for Exchange Outlook Add-In Exclaimer Email Alias Manager for Exchange Deployment Guide - Exclaimer Email Alias Manager for Exchange Outlook Add-In www.exclaimer.com Contents About This Guide...3 System Requirements...4 Software...4

More information

Inmagic ODBC Driver 8.00 Installation and Upgrade Notes

Inmagic ODBC Driver 8.00 Installation and Upgrade Notes Inmagic ODBC Driver 8.00 Installation and Upgrade Notes Thank you for purchasing the Inmagic ODBC Driver for DB/Text. This document is for new and upgrade customers. Use the Inmagic ODBC Driver to develop

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

Migrating MSDE to Microsoft SQL 2008 R2 Express How To Updated: 11/11/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000,

More information

Matisse Installation Guide for MS Windows. 10th Edition

Matisse Installation Guide for MS Windows. 10th Edition Matisse Installation Guide for MS Windows 10th Edition April 2004 Matisse Installation Guide for MS Windows Copyright 1992 2004 Matisse Software Inc. All Rights Reserved. Matisse Software Inc. 433 Airport

More information

If you are not using a network environment (i.e. USB connection only) If you are using the printer in a network environment

If you are not using a network environment (i.e. USB connection only) If you are using the printer in a network environment This document describes how to setup the printer when you are using an operating system equipped with Windows Firewall such as Windows XP Service Pack 2. Make sure that you read the

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

More information

LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001)

LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001) LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide Rev. 03 (November, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any

More information

General system requirements

General system requirements 2 General system requirements Minimal requirements Processor: Intel Core 2 Duo or equivalent Memory (RAM): HDD: NIC: 1 GB At least 100 MB available hard disk space. 1000 Mb/s, Jumbo frame 9kb. OS: Windows

More information

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center Upgrading from Call Center Reporting to Reporting for Contact Center BCM Contact Center Document Number: NN40010-400 Document Status: Standard Document Version: 02.00 Date: June 2006 Copyright Nortel Networks

More information

DriveLock Quick Start Guide

DriveLock Quick Start Guide Be secure in less than 4 hours CenterTools Software GmbH 2012 Copyright Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise

More information

Configuring Your Firewall for Client Access in Professional Edition

Configuring Your Firewall for Client Access in Professional Edition Configuring Your Firewall for Client Access in Professional Edition In a network environment, in order for the clients to communicate with the server, you will need to configure your firewall to allow

More information

Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010

Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010 Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010... 1 Introduction... 1 Adding the Content Management Interoperability Services (CMIS) connector... 1 Installing the SharePoint 2010

More information

EDC version 6.2 Set up instructions & Aldelo For Restaurants Integration

EDC version 6.2 Set up instructions & Aldelo For Restaurants Integration EDC version 6.2 Set up instructions & Aldelo For Restaurants Integration Windows 7,Enterprise and Ultimate Initial steps: Download the following files from the Aldelo download site to your desktop: AldeloPre.exe

More information

pco.interface GigE & USB Installation Guide

pco.interface GigE & USB Installation Guide pco.interface GigE & USB Installation Guide In this manual you find installation instructions for the GigE Vision and USB2.0 interface on Microsoft Windows platforms. Target Audience: This camera is designed

More information

Windows XP Home Edition / Windows XP Professional

Windows XP Home Edition / Windows XP Professional Windows XP Home Edition / Windows XP Professional COOLPIX990/880 This manual is for those users of the COOLPIX 990/880 who are running Nikon View 4 (Version4.3.1) under Windows XP Home Edition / Professional.

More information

SOFTWARE INSTALLATION INSTRUCTIONS

SOFTWARE INSTALLATION INSTRUCTIONS AUDITGARD LGA Electronic Combination Lock SOFTWARE INSTALLATION INSTRUCTIONS Implementation Package The AuditGard Software implementation package includes: 707013 AuditGard Software Install CD 42145 Programming/Audit

More information

Design Better Products. SolidWorks 2009. SolidWorks Enterprise PDM Installation Guide

Design Better Products. SolidWorks 2009. SolidWorks Enterprise PDM Installation Guide Design Better Products SolidWorks 2009 SolidWorks Enterprise PDM Installation Guide 1995-2008, Dassault Systèmes Dassault Systèmes SolidWorks Corporation, a Dassault Systèmes S.A. company. 300 Baker Avenue

More information

WA2321 - Continuous Integration with Jenkins- CI, Maven and Nexus. Classroom Setup Guide. Web Age Solutions Inc. Web Age Solutions Inc.

WA2321 - Continuous Integration with Jenkins- CI, Maven and Nexus. Classroom Setup Guide. Web Age Solutions Inc. Web Age Solutions Inc. WA2321 - Continuous Integration with Jenkins- CI, Maven and Nexus Classroom Setup Guide Web Age Solutions Inc. Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part

More information

How To Connect To A Ppanasonic Pbx On A Pc Or Mac Or Ipa (For A Pc) With A Usb Or Ipo (For Mac) With Pbq (For Pc) On A Usb (For Pb

How To Connect To A Ppanasonic Pbx On A Pc Or Mac Or Ipa (For A Pc) With A Usb Or Ipo (For Mac) With Pbq (For Pc) On A Usb (For Pb R KX-Series PBX TAPI Service Provider Installation Manual Revision: 4.0.0.1 October 2011 Introduction About TSP Panasonic TAPI Service Provider for TDA/TDE/NCP/NS Series PBX (Panasonic TSP) is a driver

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

e-dpp 4.0.2 May 2013 Quick Installation Guide Microsoft Windows 2003 Server, XP, Vista, 7 Access Database

e-dpp 4.0.2 May 2013 Quick Installation Guide Microsoft Windows 2003 Server, XP, Vista, 7 Access Database e-dpp 4.0.2 May 2013 Microsoft Windows 2003 Server, XP, Vista, 7 Access Database ELTECHS Engineering and Consulting Co., Ltd., Japan www.eltechs.co.jp Tel No. +81 (47) 490-1010 Fax No. +81 (47) 490-1011

More information

How To Configure CU*BASE Encryption

How To Configure CU*BASE Encryption How To Configure CU*BASE Encryption Configuring encryption on an existing CU*BASE installation INTRODUCTION This booklet was created to assist CU*Answers clients with the configuration of encrypted CU*BASE

More information

AIM SOFTWARE AND USB DRIVER INSTALLATION PROCEDURE

AIM SOFTWARE AND USB DRIVER INSTALLATION PROCEDURE AIM SOFTWARE AND USB DRIVER INSTALLATION PROCEDURE CONTENTS AIM software and USB Driver installation Chapter 1 Installing AIM software and AIM USB driver... 2 Chapter 2 Installation under Microsoft Windows

More information

VoIP Infrastructure Upgrade Desktop. User Group March 2014

VoIP Infrastructure Upgrade Desktop. User Group March 2014 VoIP Infrastructure Upgrade Desktop User Group 1 Agenda Infrastructure upgrade project overview update Upgrading from an earlier version Removing CAD 8.0 Install CAD 9.0.3 Best practices CAD 9.0.3 systems

More information

USB DRIVER INSTALLATION GUIDE

USB DRIVER INSTALLATION GUIDE USB DRIVER INSTALLATION GUIDE Please read this installation guide before installing the USB driver. This installation guide describes how to install the USB driver included in the Icom product s CD. If

More information

Global VPN Client Getting Started Guide

Global VPN Client Getting Started Guide Global VPN Client Getting Started Guide 1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION indicates potential

More information

Firewall Settings for AVG Free Edition

Firewall Settings for AVG Free Edition Firewall Settings for AVG Free Edition Installation Guide Document revision 71.4 (02/03/2006) This product uses RSA Data Security, Inc. MD5 Message-Digest Algorithm, Copyright (C) 1991-2, RSA Data Security,

More information

How to Install and Setup IIS Server

How to Install and Setup IIS Server How to Install and Setup IIS Server 2010/9/16 NVR is a Windows based video surveillance software that requires Microsoft IIS (Internet Information Services) to operate properly. If you already have your

More information

Iridium Extreme TM Satellite Phone. Data Services Manual

Iridium Extreme TM Satellite Phone. Data Services Manual Iridium Extreme TM Satellite Phone Data Services Manual Table of Contents 1 OVERVIEW... 1 2 HOW IT WORKS... 1 3 BEFORE INSTALLING... 2 4 USB DRIVER INSTALLATION... 3 5 MODEM INSTALLATION AND CONFIGURATION...

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

Fiery E100 Color Server. Welcome

Fiery E100 Color Server. Welcome Fiery E100 Color Server Welcome 2011 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45098226 27 June 2011 WELCOME 3 WELCOME This Welcome

More information

TeamPoS2000-M Windows XP Pro Device Installation

TeamPoS2000-M Windows XP Pro Device Installation TeamPoS2000-M Windows XP Pro Device Installation 1. Install the target operating system. 2. Once Windows XP Pro is installed, a look at the Device Manager will show several devices not yet setup, as depicted

More information

Geomatica 10.2 Floating License Server Installation Procedures

Geomatica 10.2 Floating License Server Installation Procedures Geomatica 10.2 Floating License Server Installation Procedures TUTORIAL The purpose of this tutorial is to provide you with a friendly and easy to follow step-by-step guide for the floating license server

More information

Symantec Backup Exec System Recovery Granular Restore Option User's Guide

Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide The software described in this book is furnished under

More information

ThinPoint Quick Start Guide

ThinPoint Quick Start Guide ThinPoint Quick Start Guide 2 ThinPoint Quick Start Guide Table of Contents Part 1 Introduction 3 Part 2 ThinPoint Windows Host Installation 3 1 Compatibility... list 3 2 Pre-requisites... 3 3 Installation...

More information

Sentinel Protection Installer Version 7.6.3 (32-bit and 64-bit Windows) ReadMe

Sentinel Protection Installer Version 7.6.3 (32-bit and 64-bit Windows) ReadMe Sentinel Protection Installer Version 7.6.3 (32-bit and 64-bit Windows) ReadMe This ReadMe provides information about Sentinel TM Protection Installer, its installation and few tips on using the related

More information

CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. with Converge Pro Units

CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. with Converge Pro Units APPLICATION NOTES Converge Pro Products CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. Troubleshooting USB Connections with Converge Pro Units Description This document explains how to connect

More information

Resolving USB Driver Problems

Resolving USB Driver Problems 130 LogTag User Guide (1.8) Resolving USB Driver Problems Every USB device requires the appropriate driver files to be installed prior to them being successfully used on a computer. The installation process

More information

USB Driver. Installation Manual

USB Driver. Installation Manual USB Driver Installation Manual Issue 1.00 Detailed guide for the installation of Actisense USB Drivers under the following operating systems: Windows XP / 2000 Windows Vista USB Driver Installation Manual

More information

Third Party System Management Integration Solution

Third Party System Management Integration Solution Third Party System Management Integration Solution Oracle Hardware Management Connector Update Catalog 1.1 for Microsoft System Center Configuration Manager 2007 A complete list of currently supported

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

ACTi NVR Config Converter User s Manual. Version 1.0.0.17 2012/06/07

ACTi NVR Config Converter User s Manual. Version 1.0.0.17 2012/06/07 ACTi NVR Config Converter User s Manual Version 1.0.0.17 2012/06/07 Legal Notice Disclaimer The information contained in this document is intended for general information purposes. ACTi Corporation shall

More information

Hands-On Lab: WSUS. Lab Manual Expediting WSUS Service for XP Embedded OS

Hands-On Lab: WSUS. Lab Manual Expediting WSUS Service for XP Embedded OS Lab Manual Expediting WSUS Service for XP Embedded OS Summary In this lab, you will learn how to deploy the security update to your XP Pro or XP embedded images. You will also learn how to prepare the

More information

Intel Active Management Technology with System Defense Feature Quick Start Guide

Intel Active Management Technology with System Defense Feature Quick Start Guide Intel Active Management Technology with System Defense Feature Quick Start Guide Introduction...3 Basic Functions... 3 System Requirements... 3 Configuring the Client System...4 Intel Management Engine

More information

Network Adapter Configuration Guide for Microsoft Windows XP

Network Adapter Configuration Guide for Microsoft Windows XP Network Adapter Configuration Guide for Microsoft Windows XP Hardware Installation Asanté and our technology partners have produced, designed and certified drivers for our most popular networking products.

More information

Install SQL Server 2014 Express Edition

Install SQL Server 2014 Express Edition How To Install SQL Server 2014 Express Edition Updated: 2/4/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders.

More information

Connection and Printer Setup Guide

Connection and Printer Setup Guide Connection and Printer Setup Guide For connection issues, see the following sections of this document: "Connection Requirements" on page 1 "Log on" on page 2 "Troubleshooting Your Connection" on page 4

More information

Operating Instructions

Operating Instructions Operating Instructions (For Setting up the Printer Driver and the Panasonic Document Management System) Digital Imaging Systems Model No. DP-800P / 800E / 806P Installation Table of Contents Installation

More information

Computer Requirements

Computer Requirements Installing Pro64 Network Manager It is recommended that you quit all running Windows applications before starting the Aviom Pro64 Network Manager installation process. Check the Aviom website (www.aviom.com)

More information

ODBC Driver Version 4 Manual

ODBC Driver Version 4 Manual ODBC Driver Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in this manual

More information

This document describes the installation of the Web Server for Bosch Recording Station 8.10.

This document describes the installation of the Web Server for Bosch Recording Station 8.10. Description Content 1 Introduction... 1 2 Web Server for BRS running on Windows 7... 2 3 Web Server for BRS running on Windows Server 2008... 15 4 Web Server for BRS running on Windows XP... 29 5 Web Server

More information

Install Instructions and Deployment Options

Install Instructions and Deployment Options Hygiena SureTrend 4.0 Install Install Instructions and Deployment Options Hygiena 7/2/2014 This document will describe the basic Install process and different deployment options for SureTrend 4.0. 0 P

More information