NetDisc. U s e r s G u i d e

Size: px
Start display at page:

Download "NetDisc. U s e r s G u i d e"

Transcription

1 NetDisc U s e r s G u i d e

2 Introduction NetDisc utilizes any Rimage system to automatically record pre-defined products that are disc based. Using a database, NetDisc assigns an ISO image and label file to a single product ID. Jobs are submitted via local web interface, database connection, or XML formatted with the desired product ID, number of copies, and up to five merge field data strings. NetDisc processes the incoming request and submits the job to a Rimage system for production. Requirements Windows 2000 or XP 5MB free disk space for program files Rimage Producer II, III, DL, and all N series running Rimage software version 7.0 and above IIS (Internet Information Services) Installed for optional Web Interface Package Contents NetDisc installation CD This Manual Licensing NetDisc is licensed for use on a single control center (server) Installing NetDisc NetDisc should be installed on a computer already running a Rimage software suite, such as directly on a control center or separate messaging arbitration server. Simply run the installer executable (setup.exe) from the installation CD and follow the on-screen instructions. NetDisc setup will auto-detect the Rimage software suite type and choose the correct messaging type (version 7 or 8). IIS must be installed before running setup if installing the optional NetDisc Web interface. PHP server is required and is automatically installed by NetDisc. NetDisc uses multiple folders on the Control Center for proper operation: C:\Program Files\ Discrete Technologies\NetDisc for Windows Program Files C:\NetDisc NetDisc Database and Log Files D:\Rimage\Merge Merge Record Staging 2

3 Initial Configuration NetDisc requires product registration after installation. It may be used for up to 30 days in full-function trial mode. After 30 days NetDisc will cease to function if it is not registered. To register NetDisc: Every time NetDisc runs you will be prompted to register. Click on Yes to continue Click on Generate Click on Copy to Clipboard Paste the XML Request Code block into an with your contact information and serial number provided to you when you purchased the software and send to Put NetDisc Registration in the Subject line An Activation Code will be ed back to you Paste the activation code from the into the lower block Click on Activate Once NetDisc has been installed, open the program and click on the Configuration button. There are various configuration options on this window, which are described below by section. General Settings Database file path defines the folder to keep the NetDisc product and job database Log file defines the path and filename for the NetDisc log function Start NetDisc Server checkbox automatically starts job processing when NetDisc is executed 3

4 POP3 and SMTP Server Settings To send orders to NetDisc via , enable the Retrieve ed orders option and provide mail account settings. This option requires a dedicated account on a POP3 server. If this option is disabled, NetDisc will operate in database/web submit mode only. Rimage Messaging Setup ems server name defines the Rimage messaging host name (localhost is default) Client ID is the identifier for this particular NetDisc installation Path to Rimage folder defines the path of the Rimage folder (usually C:\Rimage or E:\Rimage). Auto-detected on first NetDisc start Job priority defines the priority of jobs sent to the Rimage system Use round robin collation sends entire orders to alternating autoloaders. To enable, check the box and set the number of autoloaders connected to the control center. This option is only available for orders sent through ; other order sources default to autoloader 1 Product Configuration Once NetDisc has been installed, open the product database by clicking on Products... at the main window. To define a new product click on Add Product and enter the following information: Product ID is the product identifier 32 character limit Disc ID is the disc number in a multi-disc set. To create a multi disc set, enter the same ProductID for each disc and increment this number. When the ProductID is requested, all discs in the set will be produced Title outputs the title of the product as a merge field. Helpful if using a fixed design template Product Type sets the target media, CD, DVD, or DVD-DL Image File defines the location of the ISO image and path for the product Label File defines the location of the label file and path associated with this product 4

5 Formatting NetDisc relies on XML embedded in for job submission. Use the sample file Sample_XML.txt in the Samples folder under Program Files\Discrete Technologies\NetDisc for Windows as a guide. Sample XML: <!DOCTYPE NetDiscOrder SYSTEM "C:\NetDisc\NetDiscOrder_12.dtd"> <NetDiscOrder OrderId="yourorderid"> <MergeField FieldNum="1">Joe Consumer</MergeField> <MergeField FieldNum="2">12345 Maple Ct</MergeField> <MergeField FieldNum="3">Suite 999</MergeField> <MergeField FieldNum="4">Anywhere, ZZ 12345</MergeField> <MergeField FieldNum="5">COUNTRY</MergeField> <Product>yourproduct1</Product> <Product Copies="2">yourproduct2</Product> </NetDiscOrder> must be sent as plaintext, and only one order per is allowed. The OrderID must be unique (usually generated automatically by an e-commerce system). MergeField data may be an address or any custom information to be printed on each disc label for this order. All MergeField data is passed through to a label merge file automatically, and merge field use is determined by whether the individual fields exist on the target label. Product is the name of the desired product from the product table. An unlimited number of products and copies per product are allowed. Label Design Sample NetDisc labels are provided in the Samples folder under Program Files\Discrete Technologies\NetDisc for Windows for the different Rimage printer types available. A sample merge file is also included to aid in creating a custom label. There are a total of seven merge fields that NetDisc outputs into a Rimage merge file. Any unused merge fields may be omitted from the label design. Merge field output from NetDisc includes: [Field 1] Order ID [Field 2] Product ID [Field 3] Disc Title [Field 4] Disc Format [Field 5] Disc Number (outputs as Disc x of y) [Fields 6-10] Data from merge fields 1-5 (as defined by the job order) 5

6 Using NetDisc To produce a job with NetDisc, ensure that the program is running and the job processing button is started (green). When sending a job via , mail is checked as defined by the interval defined in the Configuration window. Direct database entries and web submissions are handled every 30 seconds. To send an , create a new message using the sample NetDisc XML, replacing the product ID, order number, and merge field data with your own. Send the to the NetDisc account with no subject. The will be checked at the next interval as defined in the configuration screen. Jobs may also be submitted by database connection or the NetDisc web interface (see next section). All jobs in process will be displayed in the upper window inside of NetDisc; all completed jobs will be displayed in the lower window. Double-click on a job to display its details. Job information displayed is saved in the NetDisc database and is accessible by Microsoft Access when NetDisc is not running (see C:\NetDisc\NetDisc.mdb). If any errors are generated, double-click on the job to display the error code and status. NetDisc Database Connection To send a job directly to the NetDisc queue, connect to the database via DAO and emulate the entries made via the web interface. 6

7 NetDisc Web Interface The NetDisc web interface makes entering a job easy when manual entry is required. Open a web browser and point it to name]/netdisc to open the main page. Use the navigation at the left side to view active jobs, submit jobs, view the product table, and view NetDisc system status and configuration. NetDisc system configuration is not changeable from the web interface. 7

8 NetDisc Upgrade Information NetDisc 1.3 incorporates bug fixes, new features, and database reliability improvements. Critical XML Changes NetDisc now supports ordering multiple products per /orderid. The XML format embedded in all orders must be updated to reflect the new DTD format. The ProductID variable present in the original XML is now replaced with <Product> and moved to the end of the XML block. This allows for multiple products per order. To specify multiple copies per product, add the Copies variable to the Product variable: <Product Copies= 2 > Sample of Updated XML: <!DOCTYPE NetDiscOrder SYSTEM "C:\NetDisc\NetDiscOrder_12.dtd"> <NetDiscOrder OrderId="yourorderid"> <MergeField FieldNum="1">Joe Consumer</MergeField> <MergeField FieldNum="2">12345 Maple Ct</MergeField> <MergeField FieldNum="3">Suite 999</MergeField> <MergeField FieldNum="4">Anywhere, ZZ 12345</MergeField> <MergeField FieldNum="5">COUNTRY</MergeField> <Product>yourproduct1</Product> <Product Copies="2">yourproduct2</Product> </NetDiscOrder> Database Upgrade When upgrading from NetDisc 1.0, it is necessary to upgrade the existing database to support version 1.3. On first launch after installing 1.3, you will be prompted to upgrade the database. All database upgrade operations are done automatically, and no user intervention is required. Before upgrading, be sure to back up your current NetDisc database. 8

9 Label Merge Update The label merge field output has changed to accommodate disc sets. Be sure to update existing label designs using the new fields as described below: [Field 1] Order ID [Field 2] Product ID [Field 3] Disc Title [Field 4] Disc Format [Field 5] Disc Number (outputs as Disc x of y) [Fields 6-10] Data from merge fields 1-5 (as defined by the job order) Upgrade Procedure Note the current NetDisc configuration settings Un-install the current version of NetDisc using the uninstall link, located under the NetDisc group in the Start -> Programs menu Back up the NetDisc database, typically located in C:\NetDisc\NetDisc.mdb Install NetDisc normally Re-enter previous NetDisc configuration settings Answer Yes at the database upgrade prompt Once the database upgrade is completed, NetDisc will run normally Double-check all NetDisc configuration settings Make changes to the XML block embedded in s as described above 9

10 Copyright Information Copyright 2008 Discrete Technologies, Inc. All rights reserved. The instructions given in this manual are generalized for installation on most computers. While every effort has been made to describe any differences in machines, not all machines or setups can be addressed in this manual. If problems are experienced while installing this product, or if any questions arise about its operation, please contact us. Discrete Technologies, Inc. cannot be held responsible for loss of data as a result of the fitness of this product for a particular purpose. To report errors or omissions in this manual, contact us at (703) or send an to support@discretetech.com. This manual, as well as the software described in it, is furnished under license and may only be used or copied in accordance with the terms of such license. The information contained in this manual is furnished for informational use only and is subject to change without notice. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, recording, or otherwise, without the prior permission of Discrete Technologies, Inc. NetDisc is a trademark of Discrete Technologies, Inc. Microsoft, Windows, Windows 2000, and Windows XP are registered trademarks of Microsoft Corporation. All other trademarks or registered trademarks are property of their respective owners. This document and the software it describes are produced exclusively in the United States of America. Sixth Edition May 2008 Software Version

11 End-User License Agreement END-USER LICENSE AGREEMENT FOR DISCRETE TECHNOLOGIES, INC. SOFTWARE IMPORTANT-READ CAREFULLY: This End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity) and Discrete Technologies, Inc. (DTi) for DTi software product(s), which may include associated software components, media, printed materials, and "online" or electronic documentation ("SOFTWARE PRODUCT"). By installing, copying, or otherwise using the SOFTWARE PRODUCT, you agree to be bound by the terms of this EULA. If you do not agree to the terms of this EULA, do not install or use the SOFTWARE PRODUCT. The SOFTWARE PRODUCT is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE PRODUCT is licensed, not sold. 1. GRANT OF LICENSE. The SOFTWARE PRODUCT is licensed as follows: Installation and Use. DTi grants you the right to install and use a single copy of the SOFTWARE PRODUCT on your computer running an operating system for which the SOFTWARE PRODUCT was designed [e.g., Windows 2000, Windows XP, etc.]. Backup Copies. You may make copies of the SOFTWARE PRODUCT as may be necessary for backup and archival purposes. 2. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS. Maintenance of Copyright Notices. You must not remove or alter any copyright notices on all copies of the SOFTWARE PRODUCT. Distribution. You may not distribute copies of the SOFTWARE PRODUCT to third parties. Prohibition on Reverse Engineering, Decompilation, and Disassembly. You may not reverse engineer, decompile, or disassemble the SOFTWARE PRODUCT, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation. Rental. You may not rent, lease, or lend the SOFTWARE PRODUCT. Transfer. You may permanently transfer all of your rights under this EULA, provided the recipient agrees to the terms of this EULA. Support Services. DTi may provide you with support services related to the SOFTWARE PRODUCT ("Support Services"). Use of Support Services is governed by DTi polices and programs described in the user guide, in "on line" documentation and/or other DTi provided materials. Any supplemental software code provided to you as part of the Support Services shall be considered part of the SOFTWARE PRODUCT and subject to the terms and conditions of this EULA. With respect to technical information you provide to DTi as part of the Support Services, DTi may use such information for its business purposes, including for product support and development. DTi will not utilize such technical information in a form that personally identifies you. Not For Resale Product. If the Product is labeled Not For Resale, then you may not resell, or otherwise transfer for value, the SOFTWARE PRODUCT. Compliance with Applicable Laws. You must comply with all applicable laws regarding use of the SOFTWARE PRODUCT. 3. TERMINATION. Without prejudice to any other rights, DTi may terminate this EULA if you fail to comply with the terms and conditions of this EULA. In such event, you must destroy all copies of the SOFTWARE PRODUCT. 11

12 4. COPYRIGHT. All title, including but not limited to copyrights, in and to the SOFTWARE PRODUCT and any copies thereof are owned by DTi or credited sources. All title and intellectual property rights in and to the content which may be accessed through use of the SOFTWARE PRODUCT is the property of the respective content owner and may be protected by applicable copyright or other intellectual property laws and treaties. This EULA grants you no rights to use such content. All rights not expressly granted are reserved by DTi. 5. U.S. GOVERNMENT RESTRICTED RIGHTS. The SOFTWARE PRODUCT is provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS or subparagraphs (c)(1) and (2) of the Commercial Computer Software Restricted Rights at 48 CFR , as applicable. Manufacturer is Discrete Technologies, Inc Columbia Pike, Second Floor, Arlington, VA USA. 6. NO WARRANTIES. DTi expressly disclaims any warranty for the SOFTWARE PRODUCT. THE SOFTWARE PRODUCT AND ANY RELATED DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OR MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NONINFRINGEMENT. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE HAVE THE SOFTWARE PRODUCT REMAINS WITH YOU. 7. LIMITATION OF LIABILITY. To the maximum extent permitted by applicable law, in no event shall DTi or its affiliates be liable for any special, incidental, indirect, or consequential damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of information, or any other pecuniary loss) arising out of the use of or inability to use the SOFTWARE PRODUCT. In any case, DTi's entire liability under any provision of this EULA shall be limited to the greater of the amount actually paid by you for the SOFTWARE PRODUCT. You are not authorized to use this software if your state or jurisdiction does not allow the exclusion or limitation of liability. 8. MISCELLANEOUS. This EULA is governed by the laws of the Commonwealth of Virginia. 9. Contact. Should you have any questions concerning this EULA, or if you desire to contact DTi for any reason, please contact Discrete Technologies, Inc., 3108 Columbia Pike, Second Floor, Arlington, VA USA. 12

System Requirements. Installation. Microsoft SQL Express 2008 R2 Installation

System Requirements. Installation. Microsoft SQL Express 2008 R2 Installation Contents System Requirements... 3 Installation... 3 Microsoft SQL Express 2008 R2 Installation... 3 Microsoft.NET Framework 4.0 Installation... 7 InFocus Management Tool Installation... 8 Log In... 10

More information

Corrosion Data Management Software Version 3.1.3

Corrosion Data Management Software Version 3.1.3 Corrosion Data Management Software Version 3.1.3 Metal Samples Corrosion Monitoring Systems A Division of Alabama Specialty Products, Inc. 152 Metal Samples Road, Munford, AL 36268 Phone: 256-358-4202

More information

END- USER LICENSE AGREEMENT FOR Helpdesk Pilot

END- USER LICENSE AGREEMENT FOR Helpdesk Pilot END- USER LICENSE AGREEMENT FOR Helpdesk Pilot Last Updated: 01st May 2014 IMPORTANT: PLEASE READ THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT CAREFULLY BEFORE CONTINUING WITH THIS PROGRAM INSTALL.

More information

Version 2.17 Update Installation Guide

Version 2.17 Update Installation Guide Page 1 of 11 Version 2.17 Update Installation Guide Page 2 of 11 END-USER LICENSE AGREEMENT ( EULA ) FOR CPV LAB This End-User License Agreement ("EULA") pertains to the CPV Lab product (called Software"

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

Getting Started with DLS 2002 Downloading Software

Getting Started with DLS 2002 Downloading Software Getting Started with DLS 2002 Downloading Software DLS downloading software allows the user to program, monitor, and operate all DSC panels Before installing this software, read the licensing agreement.

More information

LS9 Editor Installation Guide

LS9 Editor Installation Guide LS9 Editor Installation Guide ATTENTION SOFTWARE LICENCING AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE USING THIS SOFTWARE. YOU ARE ONLY PERMITTED TO USE THIS SOFTWARE

More information

SOLARWINDS, INC. ipmonitor 8.0 MANAGER END USER LICENSE AGREEMENT REDISTRIBUTION NOT PERMITTED

SOLARWINDS, INC. ipmonitor 8.0 MANAGER END USER LICENSE AGREEMENT REDISTRIBUTION NOT PERMITTED SOLARWINDS, INC ipmonitor 8.0 MANAGER END USER LICENSE AGREEMENT REDISTRIBUTION NOT PERMITTED IMPORTANT -- READ CAREFULLY BEFORE USING THIS SOFTWARE: THIS IS A LEGAL AGREEMENT BETWEEN YOU (EITHER AN INDIVIDUAL

More information

Copy Tool For Dynamics CRM 2013

Copy Tool For Dynamics CRM 2013 Copy Tool For Dynamics CRM 2013 Page 1 of 15 Copy Tool 2013 Copyright Warranty disclaimer Limitation of liability License agreement Copyright 2013 Dynamics Professional Solutions. All rights reserved.

More information

Welcome to InFixi Exchange Mailbox Recovery Software. Help Guide. Exchange Mailbox recovery software

Welcome to InFixi Exchange Mailbox Recovery Software. Help Guide. Exchange Mailbox recovery software Welcome to InFixi Exchange Mailbox Recovery Software Help Guide Exchange Mailbox Recovery Software 1 Introduction about InFixi Exchange Mailbox Recovery Software InFixi Exchange Mailbox Recovery software

More information

DME-N Network Driver Installation Guide for LS9

DME-N Network Driver Installation Guide for LS9 DME-N Network Driver Installation Guide for LS9 ATTENTION SOFTWARE LICENSE AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE USING THIS SOFTWARE. YOU ARE ONLY PERMITTED

More information

THIS PRODUCT DOES NOT TRANSMIT ANY PERSONALLY IDENTIFIABLE INFORMATION FROM YOUR COMPUTER TO MICROSOFT COMPUTER SYSTEMS WITHOUT YOUR CONSENT.

THIS PRODUCT DOES NOT TRANSMIT ANY PERSONALLY IDENTIFIABLE INFORMATION FROM YOUR COMPUTER TO MICROSOFT COMPUTER SYSTEMS WITHOUT YOUR CONSENT. Microsoft Windows XP Media Center Edition 2005 SUPPLEMENTAL END-USER LICENSE AGREEMENT IMPORTANT READ CAREFULLY: This supplemental end-user license agreement ( Supplemental EULA ) is a legal agreement

More information

ALM Works End-User License Agreement for Structure Plugin

ALM Works End-User License Agreement for Structure Plugin ALM Works End-User License Agreement for Structure Plugin IMPORTANT - READ CAREFULLY: This End-User License Agreement (EULA) is a legal agreement between you (either an individual or a single legal entity)

More information

END-USER LICENSE AGREEMENT FOR TECHSMITH SOFTWARE SNAGIT for Windows or Mac

END-USER LICENSE AGREEMENT FOR TECHSMITH SOFTWARE SNAGIT for Windows or Mac Software License Agreement END-USER LICENSE AGREEMENT FOR TECHSMITH SOFTWARE SNAGIT for Windows or Mac IMPORTANT-READ CAREFULLY: This TechSmith Software License Agreement ( TSLA ) is a legally binding

More information

DME-N Network Driver Installation Guide for M7CL/LS9/DSP5D

DME-N Network Driver Installation Guide for M7CL/LS9/DSP5D DME-N Network Driver Installation Guide for M7CL/LS9/DSP5D ATTENTION SOFTWARE LICENSE AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE USING THIS SOFTWARE. YOU ARE ONLY

More information

1. GRANT OF LICENSE. Formdocs LLC grants you the following rights provided that you comply with all terms and conditions of this EULA:

1. GRANT OF LICENSE. Formdocs LLC grants you the following rights provided that you comply with all terms and conditions of this EULA: END-USER LICENSE AGREEMENT FOR FORMDOCS SOFTWARE IMPORTANT-READ CAREFULLY: This End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity) and Formdocs

More information

RedFin SideBar for QuickBooks - Version 1.0

RedFin SideBar for QuickBooks - Version 1.0 RedFin SideBar for QuickBooks - Version 1.0 USER GUIDE Release 1.65 Document 1.1 Copyright 2010 RedFin Network, Inc. All Rights Reserved Introduction Visit us at: http://www.redfinnet.com. Copyright 2010

More information

/ WMS / LITE INDUSTRIAL)

/ WMS / LITE INDUSTRIAL) Acknowledgements Trademark Information COREflex Software Microsoft, Windows, Windows NT/ 2000/ XP, and Access are registered trademarks of Microsoft Corporation. Quickbooks is a registered trademark of

More information

EULA - Page 2 of 5 any service, account, computer systems or networks associated with the Internet-based services provided by ESI-TECNALIA.

EULA - Page 2 of 5 any service, account, computer systems or networks associated with the Internet-based services provided by ESI-TECNALIA. EULA - Page 1 of 5 END-USER LICENSE AGREEMENT FOR ESI-TECNALIA SOFTWARE IMPORTANT READ CAREFULLY: This End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single

More information

YAMAHA ASIO DirectKS Driver for Windows Owner's Manual

YAMAHA ASIO DirectKS Driver for Windows Owner's Manual YAMAHA ASIO DirectKS Driver for Windows Owner's Manual ATTENTION SOFTWARE LICENSE AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE USING THIS SOFTWARE. YOU ARE ONLY

More information

MDM Zinc 3.0 End User License Agreement (EULA)

MDM Zinc 3.0 End User License Agreement (EULA) MDM Zinc 3.0 End User License Agreement (EULA) THIS AGREEMENT (or "EULA") IS A LEGAL AGREEMENT BETWEEN THE PERSON, COMPANY, OR ORGANIZATION THAT HAS LICENSED THIS SOFTWARE ("YOU" OR "CUSTOMER") AND MULTIDMEDIA

More information

Intel WiDi Remote 1.0 Release Notes

Intel WiDi Remote 1.0 Release Notes Intel WiDi Remote 1.0 Release Notes DISCLAIMER Information in this document is provided in connection with Intel products. Except as expressly stated in the Intel WiDi Remote Pre-Release software license

More information

MyShortcut. Administrator's Guide

MyShortcut. Administrator's Guide MyShortcut Administrator's Guide January 2011 www.lexmark.com Lexmark and Lexmark with diamond design are trademarks of Lexmark International, Inc., registered in the United States and/or other countries.

More information

Exeba -ATS. User Guide. Escan Technologies Corporation

Exeba -ATS. User Guide. Escan Technologies Corporation Escan Technologies Corporation Exeba -ATS User Guide Escan Technologies Corp. 12140 Severn Way Riverside, CA 92503 Phone (909) 270-0043 Fax (909) 270-0920 1 ESCAN TECHNOLOGIES CORPORATION Exeba -ATS User

More information

Installing CPV Lab Version 2.17

Installing CPV Lab Version 2.17 Installing CPV Lab Version 2.17 END-USER LICENSE AGREEMENT ( EULA ) FOR CPV LAB This End-User License Agreement ("EULA") pertains to the CPV Lab product (called Software" in this Agreement). Read the terms

More information

REMOTE TECHNOLOGIES INCORPORATED DEALER AGREEMENT

REMOTE TECHNOLOGIES INCORPORATED DEALER AGREEMENT REMOTE TECHNOLOGIES INCORPORATED DEALER AGREEMENT Remote Technologies Incorporated of 5775 12th Avenue East, Suite 180, Shakopee, MN 55379 ( RTI ), and Dealer: dba (if applicable): Contact Name and Title:

More information

END USER LICENSE AGREEMENT

END USER LICENSE AGREEMENT END USER LICENSE AGREEMENT 1. SCOPE OF THIS AGREEMENT. This END USER LICENSE AGREEMENT ("EULA") is a legal agreement between you (either an individual or a single entity) and TradeStation ("TS") governing

More information

Automated Database Backup. Procedure to create an automated database backup using SQL management tools

Automated Database Backup. Procedure to create an automated database backup using SQL management tools Automated Database Backup Procedure to create an automated database backup using SQL management tools Genetec Technical Support 6/29/2009 Notice This manual, and the software that it describes, is provided

More information

Commonwealth of Pennsylvania Software License Requirements Contract # 4400007199 Tab Software

Commonwealth of Pennsylvania Software License Requirements Contract # 4400007199 Tab Software Andrew Baarson MPA Central Sales Manager Public Software Division Dell Software Inc. 850 Asbury Dr Buffalo Grove, IL 60089 tel +1-800-953-2191 fax +1-847-465-3277 andrew_baarson@dell.com www.dell.com https://shop.asap.com/

More information

TOOLS for CC121 Installation Guide

TOOLS for CC121 Installation Guide TOOLS for CC121 Installation Guide ATTENTION SOFTWARE LICENSE AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE USING THIS SOFTWARE. YOU ARE ONLY PERMITTED TO USE THIS

More information

DiscPilot Networking Software

DiscPilot Networking Software COMPLETE SOLUTIONS FOR ON-DEMAND CD and DVD PRODUCTION DiscPilot Networking Software User guide Thank you for purchasing a Verity Systems 1 DiscPilot Document Reference No. (Ver 1.01) Production Standard

More information

Software License Agreement

Software License Agreement Software License Agreement GRANT OF LICENSE This Accusoft Corporation ("ACCUSOFT") Agreement ("LICENSE") grants YOU ("LICENSEE") a non-exclusive and non-transferable right to use the trial mode version

More information

ecopy Business Automation Services Software License Agreement

ecopy Business Automation Services Software License Agreement This ecopy Business Automation Services (this License ) is a legal agreement between you (either an individual or an entity) and Nuance Communications, Inc. It applies to ecopy Business Automation Services

More information

Active Directory Change Notifier Quick Start Guide

Active Directory Change Notifier Quick Start Guide Active Directory Change Notifier Quick Start Guide Software version 3.0 Mar 2014 Copyright 2014 CionSystems Inc., All Rights Reserved Page 1 2014 CionSystems Inc. ALL RIGHTS RESERVED. This guide may not

More information

PC System Recovery. Guide

PC System Recovery. Guide PC System Recovery Guide Copyright Notice No part of this publication may be copied, transmitted, stored in a retrieval system or translated into any language in any form or by any means without the expressed

More information

TotalShredder USB. User s Guide

TotalShredder USB. User s Guide TotalShredder USB User s Guide Copyright Notice No part of this publication may be copied, transmitted, stored in a retrieval system or translated into any language in any form or by any means without

More information

CKEditor for Drupal License Agreement

CKEditor for Drupal License Agreement CKEditor for Drupal License Agreement Version 1.0, November 2011 This document ( Agreement ) is a legal agreement between You, either an individual or a Legal Entity, and CKSource Frederico Knabben ( CKSource

More information

formerly Help Desk Authority 9.1.3 Upgrade Guide

formerly Help Desk Authority 9.1.3 Upgrade Guide formerly Help Desk Authority 9.1.3 Upgrade Guide 2 Contacting Quest Software Email: Mail: Web site: info@quest.com Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656 USA www.quest.com

More information

1. GRANT OF LICENSE. Acunetix Ltd. grants you the following rights provided that you comply with all terms and conditions of this EULA:

1. GRANT OF LICENSE. Acunetix Ltd. grants you the following rights provided that you comply with all terms and conditions of this EULA: Acunetix Web Vulnerability Scanner Licensed Copies: 1 END USER LICENSE AGREEMENT IMPORTANT READ CAREFULLY: This End User License Agreement ("EULA") is a legal agreement between you (either an individual

More information

Scanner Wedge for Windows Software User Guide

Scanner Wedge for Windows Software User Guide Scanner Wedge for Windows Software User Guide Contents INSTALLING THE SCANNER WEDGE SOFTWARE 2 ACTIVATING THE SCANNER CONNECTION 3 TRACING SCANNER OUTPUT 7 FORMATTING OUTPUT 9 SELECTING START-UP OPTIONS

More information

Partners in Care Welch Allyn Connex Software Development Kit License Agreement

Partners in Care Welch Allyn Connex Software Development Kit License Agreement This Software Development Kit End User ( Agreement ) is between Welch Allyn, Inc. ( Welch Allyn ) and the Customer identified in the purchase order ( Customer or You ), and it governs the Software Development

More information

Invoice Quotation and Purchase Orders Maker

Invoice Quotation and Purchase Orders Maker Invoice Quotation and Purchase Orders Maker Professional Edition Version 2.0.0.0 Help File By: Khaled Aljundi Software developer 1 P a g e Table of Contents 1.0 License Agreement... 3 2.0 About This Software...

More information

CompleteView Pop Up Monitor User s Manual. Version 3.8

CompleteView Pop Up Monitor User s Manual. Version 3.8 CompleteView Pop Up Monitor User s Manual Version 3.8 Table of Contents Introduction... 3 End User License Agreement... 4 System Requirements... 5 Installation... 6 Operating the Pop Up Monitor... 11 Normal

More information

Dell Statistica Document Management System (SDMS) Installation Instructions

Dell Statistica Document Management System (SDMS) Installation Instructions Dell Statistica Document Management System (SDMS) Installation Instructions 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

RDC-7 Windows XP Installation Guide

RDC-7 Windows XP Installation Guide RDC-7 Windows XP Installation Guide CONTENTS 1. End User License Agreement...3 2. Important notes...4 3. Customer support...4 4. Installing the USB driver...4 I. Prior to installation...4 II. Installation

More information

MANAGED SOFTWARE CENTER USER S GUIDE

MANAGED SOFTWARE CENTER USER S GUIDE U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A MANAGED SOFTWARE CENTER USER S GUIDE JANUARY 2015 U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A 2015 UNIVERSITY OF SOUTHERN CALIFORNIA.

More information

NOTICE SOFTWARE END USER LICENSE AGREEMENT

NOTICE SOFTWARE END USER LICENSE AGREEMENT NOTICE SOFTWARE END USER LICENSE AGREEMENT THIS SOFTWARE END USER LICENSE AGREEMENT ( THIS AGREEMENT ) IS A LEGAL AND BINDING AGREEMENT BETWEEN YOU (EITHER AN INDIVIDUAL OR ENTITY) AND TP VISION NETHERLANDS

More information

Mayfair EULA for Journal Office

Mayfair EULA for Journal Office Mayfair EULA for Journal Office 9-April-2014 Page 1 of 9 Mayfair EULA for Journal Office Mayfair Software End User License Agreement Software programs which you received either installed on on the device

More information

User Guide. Full Coverage of Alberta, Canada. For ATS Mapper Software, Version 1.xx Windows Version. Included In This User Guide:

User Guide. Full Coverage of Alberta, Canada. For ATS Mapper Software, Version 1.xx Windows Version. Included In This User Guide: User Guide For ATS Mapper Software, Version 1.xx Windows Version Full Coverage of Alberta, Canada Included In This User Guide: The Quick Start Guide Installation, Startup and Operation Instructions The

More information

Installing the IPSecuritas IPSec Client

Installing the IPSecuritas IPSec Client Mac Install Installing the IPSecuritas IPSec Client IPSecuritasMac201003-01 Global Technology Associates 3505 Lake Lynda Drive Suite 109 Orlando, FL 32817 Tel: +1.407.380.0220 Fax. +1.407.380.6080 Email:

More information

CRM Setup Factory: Extractor Version 4.0. User s Guide

CRM Setup Factory: Extractor Version 4.0. User s Guide CRM Setup Factory: Extractor Version 4.0 User s Guide 2009 CRM Systems Inc. All Rights Reserved. Publisher: CRM Systems Inc, Winnipeg MB Canada No part of this documentation may be copied, photocopied,

More information

Sun Microsystems, Inc. ("Sun") ENTITLEMENT for SOFTWARE. Licensee/Company: Entity receiving Software.

Sun Microsystems, Inc. (Sun) ENTITLEMENT for SOFTWARE. Licensee/Company: Entity receiving Software. Sun Microsystems, Inc. ("Sun") ENTITLEMENT for SOFTWARE Licensee/Company: Entity receiving Software. Effective Date: Date of delivery of the Software to You. Software: JavaFX 1.2 Software Development Kit

More information

Crestron VMK-WIN TouchPoint Virtual Mouse & Keyboard Software for Windows Installation Guide

Crestron VMK-WIN TouchPoint Virtual Mouse & Keyboard Software for Windows Installation Guide Crestron VMK-WIN TouchPoint Virtual Mouse & Keyboard Software for Windows Installation Guide This document was prepared and written by the Technical Documentation department at: Crestron Electronics, Inc.

More information

CITRIX SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT

CITRIX SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT CITRIX SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT CAREFULLY BEFORE DOWNLOADING, INSTALLING OR USING CITRIX OR CITRIX-SUPPLIED SOFTWARE. BY DOWNLOADING OR INSTALLING

More information

Pervasive Software Inc. Pervasive PSQL v11 Insurance License Agreement

Pervasive Software Inc. Pervasive PSQL v11 Insurance License Agreement Pervasive Software Inc. Pervasive PSQL v11 Insurance License Agreement IMPORTANT: DO NOT INSTALL THE ENCLOSED OR DOWNLOADED SOFTWARE UNTIL YOU HAVE READ THIS PERVASIVE PSQL LICENSE AGREEMENT ( AGREEMENT

More information

SOFTWARE LICENSE AGREEMENT

SOFTWARE LICENSE AGREEMENT SOFTWARE LICENSE AGREEMENT This Software License Agreement (the "Agreement") is a legal agreement between you (either an individual or a legal entity) (the "Licensee") and IMC B.V. located at Zwolleweg

More information

GestInTime GESTINTIME SERVICE SaaS End- User License Agreement (EULA) IMPORTANT - READ CAREFULLY: This GESTINTIME SERVICE End- User License Agreement

GestInTime GESTINTIME SERVICE SaaS End- User License Agreement (EULA) IMPORTANT - READ CAREFULLY: This GESTINTIME SERVICE End- User License Agreement GestInTime GESTINTIME SERVICE SaaS End- User License Agreement (EULA) IMPORTANT - READ CAREFULLY: This GESTINTIME SERVICE End- User License Agreement ("EULA") is a legal agreement between you (either an

More information

Connecting the DR-22WL/DR-44WL to the computer by Wi-Fi for the first time... 5

Connecting the DR-22WL/DR-44WL to the computer by Wi-Fi for the first time... 5 Contents Software License Agreement... 2 Conventions used in this manual... 3 Operating environment... 3 Installing the software (Windows)... 3 Installing the software (Mac)... 4 Connecting the DR-22WL/DR-44WL

More information

COM Port Stress Test

COM Port Stress Test COM Port Stress Test COM Port Stress Test All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

Intuit Field Service Management ES

Intuit Field Service Management ES Intuit Field Service Management ES QuickBooks Merchant Services Integration User Guide This documentation and related computer software program (hereinafter referred to as the Documentation ) is for the

More information

SOFTWARE LICENSE AGREEMENT

SOFTWARE LICENSE AGREEMENT SOFTWARE LICENSE AGREEMENT IMPORTANT: PLEASE CAREFULLY READ THIS AGREEMENT BEFORE INSTALLINGAND USING THE SOFTWARE (AS DEFINED BELOW). BY INDICATINGELECTRONIC CONSENT AND INSTALLING THE SOFTWARE, YOU AGREE

More information

ALL WEATHER, INC. SOFTWARE END USER LICENSE AGREEMENT

ALL WEATHER, INC. SOFTWARE END USER LICENSE AGREEMENT ALL WEATHER, INC. SOFTWARE END USER LICENSE AGREEMENT THIS SOFTWARE END USER LICENSE AGREEMENT (THIS AGREEMENT ) IS DATED FOR REFERENCE PURPOSES ONLY AS OF MARCH 26, 2009, AND IS BY AND BETWEEN ALL WEATHER,

More information

Page 1 of 5. Microsoft Software License Terms for: Windows XP Embedded and Windows Embedded Standard Runtime

Page 1 of 5. Microsoft Software License Terms for: Windows XP Embedded and Windows Embedded Standard Runtime Microsoft Software License Terms for: Windows XP Embedded and Windows Embedded Standard Runtime These license terms are an agreement between you and Baxter Healthcare Corporation ( Baxter ). Please read

More information

Stellar Phoenix. Mailbox Exchange Recovery 7.0. User Guide

Stellar Phoenix. Mailbox Exchange Recovery 7.0. User Guide Stellar Phoenix Mailbox Exchange Recovery 7.0 User Guide Overview Stellar Phoenix Mailbox Exchange Recovery offers a complete solution to recover corrupt MS Exchange database files. The software recovers

More information

ALPHA TEST LICENSE AGREEMENT

ALPHA TEST LICENSE AGREEMENT ALPHA TEST LICENSE AGREEMENT IMPORTANT NOTICE! PLEASE READ THIS STATEMENT AND THE ALPHA TEST LICENSE AGREEMENT COMPLETELY BEFORE USING THIS ALPHA SOFTWARE. BY CLICKING ON THE BUTTON MARKED YES BELOW OR

More information

Extension Module (XMOD): Batch Order Management (BOM)

Extension Module (XMOD): Batch Order Management (BOM) Extension Module (XMOD): Batch Order Management (BOM) 1999-Present Kryptronic, Inc. All rights reserved worldwide. Kryptronic, the Kryptronic logo and all Kryptronic software names and logos are trademarks

More information

INSTALLING MICROSOFT OFFICE 2010 USER S GUIDE

INSTALLING MICROSOFT OFFICE 2010 USER S GUIDE U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A INSTALLING MICROSOFT OFFICE 2010 USER S GUIDE JUNE 2013 U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A 2013 UNIVERSITY OF SOUTHERN

More information

If you do not wish to agree to these terms, please click DO NOT ACCEPT and obtain a refund of the purchase price as follows:

If you do not wish to agree to these terms, please click DO NOT ACCEPT and obtain a refund of the purchase price as follows: IMPORTANT: READ THIS AGREEMENT CAREFULLY. THIS IS A LEGAL AGREEMENT BETWEEN AVG TECHNOLOGIES CY, Ltd. ( AVG TECHNOLOGIES ) AND YOU (ACTING AS AN INDIVIDUAL OR, IF APPLICABLE, ON BEHALF OF THE INDIVIDUAL

More information

CompleteView Admin Console User s Manual. Version 3.8

CompleteView Admin Console User s Manual. Version 3.8 CompleteView Admin Console User s Manual Version 3.8 Table Of Contents Introduction... 1 End User License Agreement... 1 Overview... 2 Configuration... 3 Starting the Admin Console... 3 Adding a Server...

More information

Temperature & Humidity SMS Alert Controller

Temperature & Humidity SMS Alert Controller Temperature & Humidity SMS Alert Controller Version 7 [Windows XP/Vista/7] GSMS THR / GSMS THP Revision 110507 [Version 2.2.14A] ~ 1 ~ SMS Alarm Messenger Version 7 [Windows XP/Vista/7] SMS Pro series

More information

MICROSOFT SOFTWARE LICENSE TERMS MICROSOFT WINDOWS SERVER 2008 FOR EMBEDDED SYSTEMS, STANDARD

MICROSOFT SOFTWARE LICENSE TERMS MICROSOFT WINDOWS SERVER 2008 FOR EMBEDDED SYSTEMS, STANDARD MICROSOFT SOFTWARE LICENSE TERMS MICROSOFT WINDOWS SERVER 2008 FOR EMBEDDED SYSTEMS, STANDARD These license terms are an agreement between you and [OEM]. Please read them. They apply to the software included

More information

FRANZ SOFTWARE LICENSE AGREEMENT

FRANZ SOFTWARE LICENSE AGREEMENT NOTICE TO USER: BY INSTALLING THIS SOFTWARE YOU ACCEPT ALL OF THE FOLLOWING TERMS AND CONDITIONS AND THOSE CONTAINED IN THE ATTACHED LICENSE AGREEMENT. PLEASE READ IT CAREFULLY. THE ATTACHED SOFTWARE LICENSE

More information

USING MICROSOFT ONEDRIVE FOR MAC OS X 10.10 USER S GUIDE

USING MICROSOFT ONEDRIVE FOR MAC OS X 10.10 USER S GUIDE U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A USING MICROSOFT ONEDRIVE FOR MAC OS X 10.10 USER S GUIDE AUGUST 2015 U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A 2015 UNIVERSITY

More information

User Guide for Paros v2.x

User Guide for Paros v2.x Table of Contents 1 Introduction...1 1.1 Paros Overview...1 1.2 History...1 2 Copyright...2 3 Installation...3 4 Configuration...4 5 Functions...6 5.1 Spider...6 5.2 Scanner...6 5.3 Filter...7 5.4 Trapping

More information

User Guide Version 2.0

User Guide Version 2.0 User Guide Version 2.0 1 Overview 'Stellar Mail Backup' is a complete backup solution software for all email accounts configured in 'MS Outlook', 'Outlook Express' and 'Windows Mail' email clients on your

More information

RockWare Click-Wrap Software License Agreement ( License )

RockWare Click-Wrap Software License Agreement ( License ) RockWare, Inc. ( RockWare ) 2221 East Street, Suite 101 Golden CO 80401 USA RockWare Click-Wrap Software License Agreement ( License ) IMPORTANT - READ ALL OF THE TERMS AND CONDITIONS IN THIS LICENSE CAREFULLY

More information

Microsoft Software License Terms Explained

Microsoft Software License Terms Explained MICROSOFT SOFTWARE LICENSE TERMS MICROSOFT DYNAMICS CRM 2011 BUSINESS READY LICENSING These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates)

More information

Table of Content. Introduction. Software Install and Uninstall. Software Features and GUI. Quick Getting Started Guide. Frequently Asked Questions

Table of Content. Introduction. Software Install and Uninstall. Software Features and GUI. Quick Getting Started Guide. Frequently Asked Questions Table of Content Introduction Overview System Requirements Software Install and Uninstall Install Uninstall Software Features and GUI Software Menu Options Software Navigation Quick Getting Started Guide

More information

Dell Spotlight on Active Directory 6.8.3. Server Health Wizard Configuration Guide

Dell Spotlight on Active Directory 6.8.3. Server Health Wizard Configuration Guide Dell Spotlight on Active Directory 6.8.3 Server Health Wizard Configuration Guide 2013 Dell Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Request For Quote. Reference Manual. Integrates with Microsoft Dynamics GP v10

Request For Quote. Reference Manual. Integrates with Microsoft Dynamics GP v10 Request For Quote Reference Manual Integrates with Microsoft Dynamics GP v10 . Copyright Program Copyright 1996-2009 Integrated Software, Inc. Portions Copyright 2005-2008 Microsoft Corporation, Portions

More information

Introduction to Version Control in

Introduction to Version Control in Introduction to Version Control in In you can use Version Control to work with different versions of database objects and to keep the database updated. You can review, manage, compare, and revert to any

More information

PRODUCT GUIDE. N u c l e u s D a t a R e c o v e r y. C o m P riv a t e L i m i t e d

PRODUCT GUIDE. N u c l e u s D a t a R e c o v e r y. C o m P riv a t e L i m i t e d PRODUCT GUIDE Table of Contents 1. Introduction to Kernel SQL Password Recovery... 4 1.1 Using this Manual... 4 1.2 About Kernel SQL Password Recovery... 5 1.4 Who Should Use this Software?... 5 2. Getting

More information

LICENSOR: Specify the total number of server licenses for which the end user is licensed under this agreement.

LICENSOR: Specify the total number of server licenses for which the end user is licensed under this agreement. (For ISV Royalty Program Only) Microsoft SQL Server 2008 R2 Standard 1 (Runtime) Server Licenses: User Client Access Licenses: Device Client Access Licenses: 2 3 4 END-USER LICENSE AGREEMENT These license

More information

8.7. Resource Kit User Guide

8.7. Resource Kit User Guide 8.7 Resource Kit User Guide 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This document contains proprietary information protected by copyright. The software described in this document is furnished under

More information

END USER LICENSE AGREEMENT ( EULA )

END USER LICENSE AGREEMENT ( EULA ) END USER LICENSE AGREEMENT ( EULA ) PLEASE READ CAREFULLY THIS EULA IS A LEGAL AGREEMENT BETWEEN YOU, EITHER AS AN INDIVIDUAL, COMPANY OR OTHER LEGAL ENTITY (IN ANY CAPACITY REFERRED TO HEREIN AS END USER,

More information

Unicenter NSM Integration for BMC Remedy. User Guide

Unicenter NSM Integration for BMC Remedy. User Guide Unicenter NSM Integration for BMC Remedy User Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational

More information

NETZOOM PRO SOFTWARE END-USER LICENSE AGREEMENT ALTIMA TECHNOLOGIES, INC.

NETZOOM PRO SOFTWARE END-USER LICENSE AGREEMENT ALTIMA TECHNOLOGIES, INC. NETZOOM PRO SOFTWARE END-USER LICENSE AGREEMENT ALTIMA TECHNOLOGIES, INC. This End-User License Agreement ( EULA ) is applicable to NetZoom Pro Software (referred herein as NETZOOM PRO or NETZOOM or NETZOOM

More information

Nexinto Business Cloud Terms Microsoft Volume Licensing End user License Terms

Nexinto Business Cloud Terms Microsoft Volume Licensing End user License Terms Nexinto Business Cloud Terms Microsoft Volume Licensing End user Inhalt 1. Definitions... 2 2. Ownership of products... 2 3. Use of Client Software... 3 4. Use of Redistribution Software... 3 5. Copies...

More information

Stellar Phoenix. SQL Database Repair 6.0. User Guide

Stellar Phoenix. SQL Database Repair 6.0. User Guide Stellar Phoenix SQL Database Repair 6.0 User Guide Overview Stellar Phoenix SQL Database Repair software is an easy to use application designed to repair corrupt or damaged Microsoft SQL Server database

More information

for this software, unless other terms accompany those items. If so, those terms apply.

for this software, unless other terms accompany those items. If so, those terms apply. MICROSOFT SOFTWARE LICENSE TERMS MICROSOFT VISUAL BASIC 2010 EXPRESS These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please

More information

Microsoft Dynamics GP. Electronic Signatures

Microsoft Dynamics GP. Electronic Signatures Microsoft Dynamics GP Electronic Signatures Copyright Copyright 2006 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

PointCentral Subscription Agreement v.9.2

PointCentral Subscription Agreement v.9.2 PointCentral Subscription Agreement v.9.2 READ THIS SUBSCRIPTION AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE INSTALLING THIS SOFTWARE. THIS AGREEMENT, BETWEEN CALYX TECHNOLOGY, INC., DBA CALYX SOFTWARE (

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2003/2007 Users 10.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2003/2007 Users The software described in this book

More information

MICROSOFT SOFTWARE LICENSE TERMS MICROSOFT VISUAL STUDIO 2008 PROFESSIONAL EDITION AND TRIAL EDITION

MICROSOFT SOFTWARE LICENSE TERMS MICROSOFT VISUAL STUDIO 2008 PROFESSIONAL EDITION AND TRIAL EDITION MICROSOFT SOFTWARE LICENSE TERMS MICROSOFT VISUAL STUDIO 2008 PROFESSIONAL EDITION AND TRIAL EDITION These license terms are an agreement between Microsoft Corporation (or based on where you live, one

More information

USING MICROSOFT ONEDRIVE FOR BUSINESS FOR MAC OS X USER S GUIDE

USING MICROSOFT ONEDRIVE FOR BUSINESS FOR MAC OS X USER S GUIDE U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A USING MICROSOFT ONEDRIVE FOR BUSINESS FOR MAC OS X USER S GUIDE AUGUST 2015 U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A 2015

More information

FME SOFTWARE LICENSE AGREEMENT

FME SOFTWARE LICENSE AGREEMENT FME SOFTWARE LICENSE AGREEMENT IMPORTANT READ CAREFULLY: This FME Software License Agreement ("Agreement") is a legal agreement between You (either an individual or a single legal entity) and Safe Software

More information

New Features and Enhancements

New Features and Enhancements Dell Migration Manager for SharePoint 4.7 Build number: 4.7.20141207 December 9, 2014 These release notes provide information about the Dell Migration Manager for SharePoint release. New Features and Enhancements

More information

How to install Artologik HelpDesk 3

How to install Artologik HelpDesk 3 How to install Artologik HelpDesk 3 --------------------------------------------------------------------------- WARNING: This program is protected by copyright law and international treaties. Unauthorized

More information

Terms and Conditions- OnAER Remote Monitoring Service

Terms and Conditions- OnAER Remote Monitoring Service Terms and Conditions- OnAER Remote Monitoring Service TERMS OF SERVICE Please read these terms of user ( Agreement or Terms of Service ) carefully before using the services offered by AERCO International,

More information

End User License Agreement for Samsung Software

End User License Agreement for Samsung Software End User License Agreement for Samsung Software IMPORTANT. READ CAREFULLY: This End User License Agreement ( EULA ) is a legal agreement between you (either an individual or a single entity) and Samsung

More information