Size: px
Start display at page:

Download "+++++++++++++++++++++++++++++++++++++++++++++++++++++"

Transcription

1 What: Last Modified: LS_HSI.msi Partner Installation Requirements 4/25/ :57:00 AM Forward: This document applies to LightScribe 1.6 and newer. We have seen some examples recently of updates provide to end users that did not provide a silent install experience. The LightScribe software installer is designed as a silent installer. Please assure that all installs, both original installs and updates provided to end users, use the command line switches described below to affect a silent install. In order to have a silent install of LightScribe (LS_HSI.msi), you must follow these guidelines. Since the LS_HSI.msi installer will be used by a number of partners, we have provided a simple API that all partners can use. This API consists of setting command-line properties to pass information to the windows installer. We have also seen some updates that don t set the TRANSFORMS property called out below. This will result in the user getting English strings in the start menu and autoplay dialogs even if they have a localized install for all other content. Please be sure to set the TRANSFORMS property in all updates that are delivered to users. New Features: The command line property SOURCELIST is no longer required. The LightScribe System Software installer now supports a number of languages in addition to English. You will need to supply an additional property on the command line to tell the installer in what language the start menu program group labels should be installed. The property is named TRANSFORMS and the possible values it can take are listed at the end of this document. Please read this document carefully to assure you affect a correct installation of the LightScribe System Software (refered to in the remainder of this document as LSS). It is important that you use the TRANSFORMS file that matches the system language of the target system. Use the list below to determine this. The Primary Language should be used (e.g. any sublanguage of Spanish will use the Spanish transforms file) How To: There are two properties that must be supplied on the command line for a successful install. They are UPDATE_SHELL_COMMAND and TRANSFORMS. If the last property is missing the labels in the start menu program group will be in English even though the delivered content (e.g. the Getting Started page) will be in the language of the target system. There are three properties that are optional and control the creation of the Getting Started items. The Getting Started items include a LightScribe desktop icon, launch target of this desktop icon and a LightScribe start menu program group. By default, the desktop icon and start menu group are created on a new install or an update if the end customer or integrator has not removed them, or not installed by the following properties. To opt-out of creating the desktop icon with a new install set SHOW_DESKTOP_ICON to 0. To opt-out of creating the start menu program group with a new install, set SHOW_START_MENU to 0. Examples of how to use these command line properties are shown below. The third property, LS_LAUNCHER_COMMAND, is used to modify the default launch target of the desktop icon. If this property is not set, the desktop icon will launch a Getting Started page, which is included and installed with this package. If an integrator sets this property, the desktop icon will launch what this property specifies. This property can contain a fully qualified local file, either static file or application, or a fully qualified URL. Primary Contacts:

2 Technical Contact Requirements: Launch conditions (checked by install package) Supported Operating Systems o Windows 2000 (Win2K) o Windows XP (32 and 64) o Windows MCE o Windows Vista (32 and 64) User Rights o Administrator rights required on Windows 2000, Windows XP, Windows MCE and Vista Hardware (not checked by install package) Intel Pentium 128 MB RAM (higher is recommended) Windows Installer (checked by Windows O.S.) Windows Installer Version 2.0 or later must be installed prior to running an installation of LS_HSI.msi from the command line (using the msi file), or the installation will fail. General Notes: Installing LS_HSI.msi from the command line can be very straightforward. However, the command-line syntax is very exact with regard to spaces and quotation marks. Command-line parameters are passed in the form of PROPERTY=VALUE pairs. PROPERTY=VALUE pairs are used to set Windows Installer properties. The section titled Command Line Specification for Installing LS_HSI.msi explains how to use this form. The user has no choice on the install location of the core LightScribe files. The destination for the core is %CommonProgramFiles%\LightScribe. On English systems, %CommonProgramFiles% usually expands to C:\Program Files\Common Files\. Command Line Invocation for Installing LS_HSI.msi How to Call the MSI Installer with LS_HSI.msi The lines below should have no carriage returns nor line feeds. If a line is wrapped due to the document width limitation please be sure to remove any returns/linefeeds when using these command line examples For a silent install: Call the install as: ( The square brackets indicate the argument is optional and the brackets are not part of the argument string) Please note, on Vista you will either need to turn off UAC during this install OR use /qb+ instead of /qn. The option /qb+ will allow a few dialogs to be displayed, but will require some user interaction during the install. If the UAC is not turned off during the install and the /qn option is used, the install will silently fail as Vista will be asking for permission to continue, but the silent option will hide this dialog so the installer will silently exit. So, the recommended method on vista for those needing a completely silent install is to turn off UAC during the install and then turning UAC back on after the install. TRANSFORMS= <xxxx.mst> [SHOW_DESKTOP_ICON= 0 ] [SHOW_START_MENU= 0 ] [LS_LAUNCHER_COMMAND= <your_launcher_command_string> ] Here is an example for a Spanish system: (you must use your own update string. Do not use as your string, it is just an example string. Please see the LS Host Software Delivery Informative for details on the use of this UPDATE_SHELL_COMMAND property. msiexec.exe /I LS_HSI.msi /qn UPDATE_SHELL_COMMAND= TRANSFORMS= 1031.mst Page 2 of 5

3 This will hide all install dialogs and set the update registry setting to You must check that the HKLM/Software/LightScribe/Update registry setting exists with your string to verify that the UpdateShellCommand has been set correctly. This command line will also install a desktop icon and a start menu group if these items have not been deleted or opted-out in a previous installation. The start menu items for LightScribe Direct Disc Labeling will be in Spanish and the Getting Started page will be in Spanish. For a silent install with no desktop icon: Call the install as: TRANSFORMS= <xxxx.mst> [SHOW_DESKTOP_ICON= 0 ] For a silent install with no start menu group: Call the install as: TRANSFORMS= <xxxx.mst> [SHOW_START_MENU= 0 ] For a silent install with your own launcher command: Call the install as: TRANSFORMS= <xxxx.mst> LS_LAUNCHER_COMMAND= For a silent install with a log file: For troubleshooting during configuration testing, append /L*! filename as in this example: /L*! C:\theLog.txt TRANSFORMS= <xxxx.mst> This will create a log file named thelog.txt at C:\. It also hides all install dialogs. Note that msiexec.exe is usually located in C:\WINNT\system32 on Win2k type OS s Version Management: LS_HSI.msi will not allow an older version to be installed over a newer installed version. In this scenario, the installer will not install any files nor will it update the UPDATE_SHELL_COMMAND registry setting.. LS_HSI.msi will not prompt a user to upgrade but will proceed silently. If the install is newer than the currently installed product, it will use Windows Installer technology to upgrade the product. Any upgrade will be placed in the same location as the current installation. Opt-Out options: Starting with versions newer than of the LS_HSI.msi, it contains the Getting Started features of which an integrator can choose to opt-out from. These features include a LightScribe desktop icon and a LightScribe start menu program group. These items are intended to make the use of LightScribe more visible to end customers and it is strongly encouraged that integrators allow these items to be installed. If there is some compelling reason why either of these should not be installed an integrator can opt-out of these items by following the command line options explained above in this document. Configuring LsLauncher: The LS_HSI.msi package creates a desktop icon (shortcut) and a few start menu items. The desktop shortcut and the LightScribe->LightScribe start menu item will launch LsLauncher.exe. LsLauncher.exe first looks in the Page 3 of 5

4 registry to determine what action to take. If the registry entry is not present, or if the registry entry is not valid then LsLauncher takes a default, built-in action (currently opening a local htm page). In order to configure LsLauncher to launch an executable or open a document, you must create or reset the LSLauncher entry in HKLM/Software/LightScribe with your string. To check that your setting is correct, double click the desktop icon (shortcut) or select the Lightscribe->Lightscribe start menu item. If you don t see the action you expected then the registry item points to a non-existing file or the executable is not working as expected. Try launching your executable in a command prompt window to see if it can launch correctly. Possible installation scenarios of LS_HSI.msi There are several installation scenarios using the LS_HSI.msi: 1. Default install of the LS_HSI.msi resulting in: b. LightScribe desktop icon launching LightScribe default HTML page c. LightScribe start menu program group 2. Install LS_HSI.msi with command line option (LS_LAUNCHER_COMMAND) resulting in: b. LightScribe desktop icon launching integrator specified target (local file, local app or website) c. LightScribe start menu program group 3. Install LS_HSI.msi with command line option to opt-out of the desktop icon (SHOW_DESKTOP_ICON= 0 ) resulting in: b. LightScribe start menu program group 4. Install LS_HSI.msi with command line option to opt-out of the start menu program group (SHOW_START_MENU= 0 ) resulting in: b. LightScribe desktop icon 5. Install LS_HSI.msi with command line options to opt-out of all Getting Started items (SHOW_DESKTOP_ICON= 0 & SHOW_START_MENU= 0 ) resulting in: List of Supported LanguageID s: LSS Installer can be installed in any of these Primary Languages and supports sub languages by installing the related Primary Language. Please note, setting the TRANSFORMS property to one of the values below only controls the language of the labels in the start menu and the autoplay dialogs. The language for the remaining content of the installation is determined internally to the installer by the System Language. Primary Language Arabic Simplified Chinese Traditional Chinese Czech Transform Name 1025.mst 2052.mst 1028.mst 1029.mst Page 4 of 5

5 Danish German Greek English Spanish Finnish French Hebrew Italian Japanese Korean Dutch Norwegian Polish Portuguese-Brazilian Portuguese-Portugal Russian Slovak Swedish Turkish 1030.mst 1031.mst 1032.mst 1033.mst 1034.mst 1035.mst 1036.mst 1037.mst 1040.mst 1041.mst 1042.mst 1043.mst 1044.mst 1045.mst 1046.mst 2070.mst 1049.mst 1051.mst 1053.mst 1055.mst Manual uninstall: If necessary, starting with release the LS_HSI.msi package can be uninstalled using msiexec.exe. This only applies to systems where previous permanent versions of the LS_HSI.msi have not been installed. Use the following command line: msiexec.exe /x LS_HSI.msi Page 5 of 5

Poliscript Installation Guide

Poliscript Installation Guide Poliscript Installation Guide Version 4.0 Current Poliscript Build: Version 2.7 Build 23 Please note this document is correct up to 27 th July 2010 Important Information: - Please note that Poliscript

More information

SMART Notebook 10 System Administrator s Guide

SMART Notebook 10 System Administrator s Guide PLEASE THINK BEFORE YOU PRINT SMART Notebook 10 System Administrator s Guide Windows Operating Systems Product Registration If you register your SMART product, we ll notify you of new features and software

More information

`````````````````SIRE QUICK START GUIDE

`````````````````SIRE QUICK START GUIDE `````````````````SIRE QUICK START GUIDE Table of Contents Table of Contents 2 Introduction 3 Set-up 4 Getting Started 5 Set-up Your Backup Profile 6 Custom Backup 7 Launch Your Backup 9 Main Screen 10

More information

SMART Meeting Pro System Administrator s Guide

SMART Meeting Pro System Administrator s Guide PLEASE THINK BEFORE YOU PRINT SMART Meeting Pro System Administrator s Guide Windows Operating Systems Product Registration If you register your SMART product, we ll notify you of new features and software

More information

HP Backup and Recovery Manager

HP Backup and Recovery Manager HP Backup and Recovery Manager User Guide Version 1.0 Table of Contents Introduction Installation How to Install Language Support HP Backup and Recovery Manager Reminders Scheduled Backups What Can Be

More information

Downloading and Mass Deploying Applications

Downloading and Mass Deploying Applications Downloading and Mass Deploying Applications Use of this product requires additional applications that must be downloaded to your users' computers. You can download and mass deploy these applications using

More information

IBM SPSS Statistics Version 22. Concurrent License Administrator s Guide

IBM SPSS Statistics Version 22. Concurrent License Administrator s Guide IBM SPSS Statistics Version 22 Concurrent License Administrator s Guide Contents Administrator's guide......... 1 Before you start............. 1 Ghosting............... 1 Citrix and Terminal Services........

More information

Novell Filr. Windows Client

Novell Filr. Windows Client Novell Filr Windows Client 0 Table of Contents Supported Environments 2 Supported Languages 2 Getting Started 3 Which Folders Are Synchronized 3 What Actions Are Supported 4 Configuring Folders to Synchronize

More information

Installation Guide for System Administrators. SMART Board Software 9.5

Installation Guide for System Administrators. SMART Board Software 9.5 Installation Guide for System Administrators SMART Board Software 9.5 Trademark Notice SMART Board, Notebook and the SMART logo are trademarks of SMART Technologies Inc. Windows is either a registered

More information

SMART Notebook System Administrator s Guide. Windows Operating Systems

SMART Notebook System Administrator s Guide. Windows Operating Systems SMART Notebook System Administrator s Guide Windows Operating Systems Product Registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at

More information

SMART Meeting Pro Premium 2.3

SMART Meeting Pro Premium 2.3 SMART Meeting Pro Premium 2.3 Windows operating systems System administrator s guide Trademark notice SMART Meeting Pro, the SMART logo, SMART Board, SMART Bridgit, SMART Document Camera, smarttech and

More information

Network Installation Guide for Nuance Power PDF Advanced

Network Installation Guide for Nuance Power PDF Advanced Last update: March 31, 2014 Contents 1 Introduction...3 1.1 Product definition...3 1.2 CD Layout...4 2 Installation Prerequisites...5 3 Installation in Distributed Environments...6 3.1 Customization with

More information

Live Office. Personal Archive User Guide

Live Office. Personal Archive User Guide Live Office Personal Archive User Guide Document Revision: 14 Feb 2012 Personal Archive User Guide Personal Archive gives you an unlimited mailbox and helps you quickly and easily access your archived

More information

Enterprise Deployment Guide

Enterprise Deployment Guide Enterprise Deployment Guide Corporate Office Trimble Navigation Limited Engineering and Construction Division 935 Stewart Drive Sunnyvale, California 94085 U.S.A. Phone: +1-408-481-8000 Toll free (in USA)

More information

Network Install Guide for the enterprise version of Nuance PDF Products

Network Install Guide for the enterprise version of Nuance PDF Products Network Install Guide for the enterprise version of Nuance PDF Products Product version: 8 Last update: May 11, 2012 Nuance Communications, Inc. All rights reserved. Subject to change without prior notice.

More information

Personal Archive User Guide

Personal Archive User Guide Personal Archive User Guide Personal Archive gives you an unlimited mailbox and helps you quickly and easily access your archived email directly from Microsoft Outlook or Lotus Notes. Since Personal Archive

More information

auslogics DISK DEFRAG FREE Help Manual www.auslogics.com /

auslogics DISK DEFRAG FREE Help Manual www.auslogics.com / auslogics DISK DEFRAG FREE Help Manual www.auslogics.com / Contents Introduction... 3 Installing the Program... 5 System Requirements... 5 Installation... 5 Uninstalling the Program... 7 Interface... 8

More information

DataSuite Installation and Activation Guide

DataSuite Installation and Activation Guide DataSuite Installation and Activation Guide This document provides a detailed overview of the installation and activation procedure for the DataSuite v2.4.0.0 software. DataSuite allows you to configure

More information

Liquid OS X User Guide

Liquid OS X User Guide Basic Use To use Liquid on selected text: Liquid OS X User Guide Select the text CMD-shift-2 Now Liquid appears with your selected text inserted, ready for you to choose a command. Choose a command by

More information

Network (Concurrent) License Administrator s Guide

Network (Concurrent) License Administrator s Guide Network (Concurrent) License Administrator s Guide The following instructions are for administrators at sites with a network license for IBM SPSS Statistics 20. This license allows you to install SPSS

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

Echo Backup Software. Quick Start Guide

Echo Backup Software. Quick Start Guide Echo Backup Software Quick Start Guide INTRODUCTION Whether you re a business professional on the road, a student doing homework at a friend s house, or someone simply using a laptop in a café, it s important

More information

Symantec Mobile AntiVirus for Windows Mobile Implementation Guide

Symantec Mobile AntiVirus for Windows Mobile Implementation Guide Symantec Mobile AntiVirus for Windows Mobile Implementation Guide Contents Chapter 1 Introducing Symantec Mobile AntiVirus... 7 About Symantec Mobile AntiVirus... 7 Components of Symantec Mobile AntiVirus...

More information

Right-to-Left Language Support in EMu

Right-to-Left Language Support in EMu EMu Documentation Right-to-Left Language Support in EMu Document Version 1.1 EMu Version 4.0 www.kesoftware.com 2010 KE Software. All rights reserved. Contents SECTION 1 Overview 1 SECTION 2 Switching

More information

Operating Instructions Driver Installation Guide

Operating Instructions Driver Installation Guide Operating Instructions Driver Installation Guide For safe and correct use, be sure to read the Safety Information in "Read This First" before using the machine. TABLE OF CONTENTS 1. Introduction Before

More information

This document provides the first-priority information on Parallels Virtuozzo Containers 4.0 for Windows and supplements the included documentation.

This document provides the first-priority information on Parallels Virtuozzo Containers 4.0 for Windows and supplements the included documentation. Parallels Virtuozzo Containers 4.0 for Windows Readme Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved. This document provides the first-priority information on Parallels Virtuozzo Containers

More information

White Paper. Network Installation of ScanSoft PDF Create! 2

White Paper. Network Installation of ScanSoft PDF Create! 2 White Paper Network Installation of ScanSoft PDF Create! 2 Introduction Network installation enables a system administrator to push applications out to client computers without the need to visit each client

More information

IBM SPSS Statistics Version 23. Authorized User License Administrator s Guide

IBM SPSS Statistics Version 23. Authorized User License Administrator s Guide IBM SPSS Statistics Version 23 Authorized User License Administrator s Guide Contents Administrator's guide......... 1 Before you start............. 1 Ghosting............... 1 Citrix and Terminal Services........

More information

Release Notes MimioStudio 11.30 Software

Release Notes MimioStudio 11.30 Software Release Notes MimioStudio 11.30 Software Copyright Notice 2014 Mimio. All rights reserved. About MimioStudio MimioStudio classroom software is the unifying software solution for MimioClassroom products

More information

System Update Solution Deployment Guide

System Update Solution Deployment Guide System Update Solution Deployment Guide Note: Before using this information and the product it supports, read the general information in Appendix B Notices on page 85. Sixth Edition (June 2014) Copyright

More information

ABBYY FineReader 11 Corporate Edition

ABBYY FineReader 11 Corporate Edition ABBYY FineReader 11 Corporate Edition 2012 ABBYY. All rights reserved. Information in this document is subject to change without notice and does not bear any commitment on the part of ABBYY. The software

More information

`````````````````SIRE USER GUIDE

`````````````````SIRE USER GUIDE `````````````````SIRE USER GUIDE Table of Contents INTRODUCTION 3 SYSTEM REQUIREMENTS 4 RUNNING SANDISK BACKUP 5 Setup Your First Backup 6 Create Your Backup 7 Custom Backup 8 Dmailer Online 10 Launch

More information

DocuSign for SharePoint Online v2.4

DocuSign for SharePoint Online v2.4 Quick Start Guide DocuSign for SharePoint Online v2.4 Published October 12, 2015 Overview DocuSign for SharePoint Online allows users to sign or send documents out for signature from a SharePoint Online

More information

Cloud Catcher TM Software

Cloud Catcher TM Software Cloud Catcher TM Software User Manual Version 2.0 Technical Support SanDisk Knowledgebase Contact SanDisk Table of Contents Overview... 2 Minimum System Requirements... 2 Languages Supported... 2 Installing

More information

Intel Chipset Software Installation Utility User s Manual

Intel Chipset Software Installation Utility User s Manual Intel Chipset Software Installation Utility User s Manual Revision 2.00 September 2001 Tilottama S. System Software Applications Engineer Intel DPG System Software Marketing Shane K. System Software Support

More information

SMART Meeting Pro software

SMART Meeting Pro software Release notes SMART Meeting Pro software About these release notes These release notes summarize the changes in SMART Meeting Pro software (formerly SMART Meeting Pro 2010 software) and its service packs.

More information

ivms-4500 HD (Android) Mobile Client Software User Manual (V3.4)

ivms-4500 HD (Android) Mobile Client Software User Manual (V3.4) ivms-4500 HD (Android) Mobile Client Software User Manual (V3.4) UD.6L0202D1597A01 Thank you for purchasing our product. This manual applies to ivms-4500 HD (Android) mobile client software; please read

More information

Release Note. Bluetooth Stack for Windows by TOSHIBA. Version 7.10.01

Release Note. Bluetooth Stack for Windows by TOSHIBA. Version 7.10.01 Release Note Bluetooth Stack for Windows by TOSHIBA Version 7.10.01 Microsoft and Windows are registered trademarks of Microsoft Corporation in the United States and/or other countries. The Bluetooth word

More information

Education Software Installer 2014

Education Software Installer 2014 Education Software Installer 2014 SYSTEM ADMINISTRATOR S GUIDE FOR MAC OS X OPERATING SYSTEM SOFTWARE Product registration If you register your SMART product, we ll notify you of new features and software

More information

Webinar Information. Title: Websense Remote Filtering Audio information: Dial-in numbers:

Webinar Information. Title: Websense Remote Filtering Audio information: Dial-in numbers: Webinar Information Title: Websense Remote Filtering Audio information: This presentation incorporates STREAMING AUDIO. Use of speakers or headsets is required. If unable to hear streaming audio or it

More information

Toad for Oracle 12.5.1. Installation Guide

Toad for Oracle 12.5.1. Installation Guide Toad for Oracle 12.5.1 Installation Guide Contents Installation Requirements 3 System Requirements 3 Required Windows Privileges 7 Install Toad 8 Install or Upgrade Toad 8 Install Toad on Citrix or Remote

More information

ivms-4500 HD (ios) Mobile Client Software User Manual (V3.4)

ivms-4500 HD (ios) Mobile Client Software User Manual (V3.4) ivms-4500 HD (ios) Mobile Client Software User Manual (V3.4) UD.6L0202D1587A01 Thank you for purchasing our product. This manual applies to ivms-4500 HD (ios) mobile client software; please read it carefully

More information

Web Conferencing Comparison Guide

Web Conferencing Comparison Guide Focus Research March 2009; Revised June 2010 Focus Research 2009-2010 Citrix Systems Inc. Cisco WebEx Adobe Systems Inc. InterCall Microsoft Corp. IBM Corp. GoToMeeting Meeting Center Adobe Connect Unified

More information

ABBYY FineReader 9.0 Corporate Edition System Administrator s Guide

ABBYY FineReader 9.0 Corporate Edition System Administrator s Guide ABBYY FineReader 9.0 Corporate Edition 2008 ABBYY. All rights reserved. Information in this document is subject to change without notice and does not bear any commitment on the part of ABBYY. The software

More information

Novell Filr. Mobile Client

Novell Filr. Mobile Client Novell Filr Mobile Client 0 Table of Contents Quick Start 3 Supported Mobile Devices 3 Supported Languages 4 File Viewing Support 4 FILES THAT CANNOT BE VIEWED IN THE FILR APP 4 FILES THAT GIVE A WARNING

More information

Remote Desktop Services Guide

Remote Desktop Services Guide Remote Desktop Services Guide Mac OS X V 1.1 27/03/2014 i Contents Introduction... 1 Install and connect with Mac... 1 1. Download and install Citrix Receiver... 2 2. Installing Citrix Receiver... 4 3.

More information

Installing FileMaker Pro 11 in Windows

Installing FileMaker Pro 11 in Windows Installing FileMaker Pro 11 in Windows Before you begin the installation process, please exit other open programs and save your work. Installation notes Before you install FileMaker Pro, review the following

More information

Network Installation Guide for Active Directory

Network Installation Guide for Active Directory Network Installation Guide for Active Directory Nuance Communications, Inc. All rights reserved. Subject to change without prior notice. Last update: April, 2013 Table of Contents Product Definition...3

More information

Client Program Installation Guide

Client Program Installation Guide Siku Quanshu (Wenyuange Edition) Online Subscription Services Client Program Installation Guide 1. System Requirements The minimum requirements of the Siku Quanshu (Wenyuange Edition) Online Subscription

More information

FileMaker Pro 13. Network Install Setup Guide

FileMaker Pro 13. Network Install Setup Guide FileMaker Pro 13 Network Install Setup Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of

More information

Helpdesk Support Tool Administrator s Guide

Helpdesk Support Tool Administrator s Guide Helpdesk Support Tool Administrator s Guide VMware User Environment Manager V E R S I O N 8. 6. 0 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/

More information

SAP BusinessObjects Document Version: 4.1 Support Package 7 2015-11-27. Dashboards and Presentation Design Installation Guide

SAP BusinessObjects Document Version: 4.1 Support Package 7 2015-11-27. Dashboards and Presentation Design Installation Guide SAP BusinessObjects Document Version: 4.1 Support Package 7 2015-11-27 Dashboards and Presentation Design Installation Guide Content 1 Document History....3 2 About this Guide....4 3 Planning Installations....5

More information

Product Library v.1.1 EUR Release Notes. DVD Contents. January 10th, 2014. Windows. Windows. Windows 8. Server 2008 Server 2008 R2.

Product Library v.1.1 EUR Release Notes. DVD Contents. January 10th, 2014. Windows. Windows. Windows 8. Server 2008 Server 2008 R2. 1 of 8 Product Library v.1.1 EUR Release Notes January 10th, 2014 DVD Contents Printer Drivers Version KX DRIVER 5.1.1405e2 (Generic) KX DRIVER 6.0.3306 KX (XPS) DRIVER PCL Mini Driver (Generic) PCL Mini

More information

Table of Contents. FleetSoft Installation Guide

Table of Contents. FleetSoft Installation Guide FleetSoft Installation Guide Table of Contents FleetSoft Installation Guide... 1 Minimum System Requirements... 2 Installation Notes... 3 Frequently Asked Questions... 4 Deployment Overview... 6 Automating

More information

Intel Small Business Advantage (Intel SBA) Release Notes for OEMs

Intel Small Business Advantage (Intel SBA) Release Notes for OEMs Intel Small Business Advantage (Intel SBA) Release Notes for OEMs Document Release Date: October 16, 2015 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO

More information

XEROX, The Document Company, the stylized X, and the identifying product names and numbers herein are trademarks of XEROX CORPORATION.

XEROX, The Document Company, the stylized X, and the identifying product names and numbers herein are trademarks of XEROX CORPORATION. Version 9.0 Scan to PC Desktop v9.0 Network Installation Guide Document version 4.0 This document provides instructions for installing the software associated with Scan to PC Desktop in a network environment.

More information

Toad for SQL Server Editions 5.7 Installation Guide

Toad for SQL Server Editions 5.7 Installation Guide Toad for SQL Server Editions 5.7 Installation Guide Copyright 2012 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

Pulse Secure Client. Customization Developer Guide. Product Release 5.1. Document Revision 1.0. Published: 2015-02-10

Pulse Secure Client. Customization Developer Guide. Product Release 5.1. Document Revision 1.0. Published: 2015-02-10 Pulse Secure Client Customization Developer Guide Product Release 5.1 Document Revision 1.0 Published: 2015-02-10 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose, CA 95134 http://www.pulsesecure.net

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

More information

New Features SMART Sync 2009. Collaboration Feature Improvements

New Features SMART Sync 2009. Collaboration Feature Improvements P L E A S E T H I N K B E F O R E Y O U P R I N T New Features SMART Sync 2009 SMART Sync (formerly SynchronEyes ) is easy-to-use classroom management software that allows teachers to monitor and control

More information

HP Business Notebook Password Localization Guidelines V1.0

HP Business Notebook Password Localization Guidelines V1.0 HP Business Notebook Password Localization Guidelines V1.0 November 2009 Table of Contents: 1. Introduction..2 2. Supported Platforms...2 3. Overview of Design...3 4. Supported Keyboard Layouts in Preboot

More information

HP RDX Continuous Data Protection Software and Recovery CD 3.0.512.9044 release notes

HP RDX Continuous Data Protection Software and Recovery CD 3.0.512.9044 release notes HP RDX Continuous Data Protection Software and Recovery CD 3.0.512.9044 release notes Part Number: 5697-0367 1st edition: 1st September 2010 Description This document outlines the details of the third

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

SHARP Digital Signage Software Pro PN-SS05 OPERATION MANUAL

SHARP Digital Signage Software Pro PN-SS05 OPERATION MANUAL SHARP Digital Signage Software Pro PN-SS05 Version 4.1 OPERATION MANUAL Contents Introduction... 2 Precautions on Use...2 Trademarks...2 How to Read this Manual...3 Definitions...3 Installing/Launching...

More information

Installation Notes for Outpost Network Security (ONS) version 3.2

Installation Notes for Outpost Network Security (ONS) version 3.2 Outpost Network Security Installation Notes version 3.2 Page 1 Installation Notes for Outpost Network Security (ONS) version 3.2 Contents Installation Notes for Outpost Network Security (ONS) version 3.2...

More information

TheGreenBow IPSec VPN Client Release Note 4.5

TheGreenBow IPSec VPN Client Release Note 4.5 TheGreenBow IPSec VPN Client Release Note 4.5 WebSite: Contact: http://www.thegreenbow.com support@thegreenbow.com 1 TheGreenBow IPSec VPN Client Release Notes This Release Note details the features, improvements

More information

XenApp Plugin for Hosted Apps for Windows Administrator s Guide

XenApp Plugin for Hosted Apps for Windows Administrator s Guide XenApp Plugin for Hosted Apps for Windows Administrator s Guide Citrix XenApp Plugin for Hosted Apps 11.x for Windows Citrix XenApp 5.0 for Microsoft Windows Server 2008 Copyright and Trademark Notice

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

Bridgit 4.6 software

Bridgit 4.6 software Release notes Bridgit 4.6 software About these release notes These release notes summarize the features and requirements of Bridgit 4.6 software and updates to resolved issues. Product information Bridgit

More information

MICROSOFT OFFICE 2016. (Mac OS)

MICROSOFT OFFICE 2016. (Mac OS) MICROSOFT OFFICE 2016 Table of Contents (Mac OS) 1 Prerequisites of Microsoft Office 2016 Installation... 1 2 Logging in Office 365 for Online Download... 2 3 Guided Installation Steps... 6 4 Check and

More information

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31 OneStop Reporting 3.7 Installation Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents System Requirements... 1 Obtaining the Software... 2 Obtaining Your

More information

STATISTICA 10 MSI SILENT INSTALLER INSTALLATION INSTRUCTIONS

STATISTICA 10 MSI SILENT INSTALLER INSTALLATION INSTRUCTIONS STATISTICA 10 MSI SILENT INSTALLER INSTALLATION INSTRUCTIONS Products Supported Single-User and Workstation installs can be deployed silently. Server installs cannot be deployed silently. These must be

More information

Cloud Attached Storage 3.1 EA

Cloud Attached Storage 3.1 EA Release Notes Cloud Attached Storage 3.1 EA March 2012 Cloud Attached Storage 3.1 EA Release Notes 1 1 Release Contents Copyright 2009-2012 CTERA Networks Ltd. All rights reserved. No part of this document

More information

XF Extracellular Flux Analyzer. Installation and Troubleshooting Guide

XF Extracellular Flux Analyzer. Installation and Troubleshooting Guide Installation and Troubleshooting Guide February 24, 2014 2 TABLE OF CONTENTS XF Client System and File Requirements 4 Frequently Asked Questions. 4 Installation.. 5 Installing XF Software.. 5 Resolving

More information

Enterprise Deployment

Enterprise Deployment Enterprise Deployment Deployment Overview Version 1.1 Contents 1. Deployment Overview... 3 1.1 System Requirements... 3 2. ES1 Email Invite... 3 3. Web Based Method... 4 4. USB or Network Drive... 4 5.

More information

Kerio Connect. Kerio Connect Client. Kerio Technologies

Kerio Connect. Kerio Connect Client. Kerio Technologies Kerio Connect Kerio Connect Client Kerio Technologies 2015 Kerio Technologies s.r.o. Contents Kerio Connect Client.......................................................... 10 Kerio Connect Client.....................................................

More information

SafeNet Authentication Client (Windows)

SafeNet Authentication Client (Windows) SafeNet Authentication Client (Windows) Version 8.0 SP2 Revision A Administrator s Guide Copyright 2010 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document

More information

PUBLIC Password Manager for SAP Single Sign-On Implementation Guide

PUBLIC Password Manager for SAP Single Sign-On Implementation Guide SAP Single Sign-On 2.0 SP1 Document Version: 1.0 2015-10-02 PUBLIC Password Manager for SAP Single Sign-On Implementation Guide Content 1 Password Manager....4 2 Password Manager Installation Guide....5

More information

Install Notes for Plantronics Hub for Windows v3.7

Install Notes for Plantronics Hub for Windows v3.7 Install Notes for Plantronics Hub for Windows v3.7 Date: 12/3/2015 Rev: 3.7.51238.28796 Table of Contents Installation of Plantronics Hub for Windows... 2 Plantronics Hub for Windows... 2 Permissions...

More information

FileMaker Pro 11. Network Install Setup Guide

FileMaker Pro 11. Network Install Setup Guide FileMaker Pro 11 Network Install Setup Guide 2007 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker,

More information

Video Storage Server User s Manual

Video Storage Server User s Manual Video Storage Server User s Manual Version 3.2 Table of Contents 1. Overview...2 1.1 System Requirement...3 2. Software Installation...4 3. Software Upgrade...6 3.1 Automatic Software Upgrade...6 3.2 Manual

More information

QuarkCopyDesk 9.1 ReadMe

QuarkCopyDesk 9.1 ReadMe QuarkCopyDesk 9.1 ReadMe CONTENTS Contents QuarkCopyDesk 9.1 ReadMe...4 System requirements...5 System requirements: Mac OS...5 System requirements: Windows...5 Installing: Mac OS...7 Performing a silent

More information

Outlook Add-in Deployment Guide

Outlook Add-in Deployment Guide Outlook Add-in Deployment Guide Sophos TOC 3 Contents Introduction...4 Prerequisites...4 Installation...4 Downloading the Outlook Add-in...5 Installing the Add-in on a Single Workstation...5 Installing

More information

Plantronics Spokes Software for Windows. Version 2.8.55399.3

Plantronics Spokes Software for Windows. Version 2.8.55399.3 Plantronics Spokes Software for Windows Version 2.8.55399.3 Install Notes Plantronics Spokes Software for Windows Version 2.8.55399.3 10/02/2014 Contents A. What is new in this release? 4 B. Platforms,

More information

Silect Software s MP Author

Silect Software s MP Author Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,

More information

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES TECHNICAL ARTICLE November/2011. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

PowerMapper/SortSite Desktop Deployment Guide v2.11. 1. Introduction

PowerMapper/SortSite Desktop Deployment Guide v2.11. 1. Introduction PowerMapper/SortSite Desktop Deployment Guide v2.11 1. Introduction... 1 2. Architecture... 2 3. Independent Certification... 2 4. Setup.exe Command Line... 2 5. Registry Settings... 3 6. Deployment using

More information

XMap 7 Administration Guide. Last updated on 12/13/2009

XMap 7 Administration Guide. Last updated on 12/13/2009 XMap 7 Administration Guide Last updated on 12/13/2009 Contact DeLorme Professional Sales for support: 1-800-293-2389 Page 2 Table of Contents XMAP 7 ADMINISTRATION GUIDE... 1 INTRODUCTION... 5 DEPLOYING

More information

Installation Guide Command WorkStation 5.5 with Fiery Extended Applications 4.1

Installation Guide Command WorkStation 5.5 with Fiery Extended Applications 4.1 Installation Guide Command WorkStation 5.5 with Fiery Extended Applications 4.1 About Fiery Extended Applications Fiery Extended Applications (FEA) 4.1 is a package of the following applications for use

More information

Trimble Office Synchronizer Release Notes. Version 1.68 November 2013

Trimble Office Synchronizer Release Notes. Version 1.68 November 2013 Trimble Office Synchronizer Release Notes Version 1.68 November 2013 Corporate Office Trimble Navigation Limited Engineering and Construction Division 935 Stewart Drive Sunnyvale, California 94085 U.S.A.

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

VisionView Maintenance Utility 1.2.0 Release Notes

VisionView Maintenance Utility 1.2.0 Release Notes VisionView Maintenance Utility 1.2.0 Release Notes Copyright 2008-2009, Cognex Corporation. All rights reserved. Overview This document describes Release 1.2.0 of the Cognex VisionView Maintenance Utility.

More information

ON24 MOBILE WEBCASTING USER GUIDE AND FAQ FEBRUARY 2015

ON24 MOBILE WEBCASTING USER GUIDE AND FAQ FEBRUARY 2015 FEBRUARY 2015 MOBILE ATTENDEE GUIDE ON24 s Mobile Webcasting console allows you to bring your webcast directly to your audience, regardless of location. Users on mobile devices can register, attend, and

More information

Product Library v.2.0eur Release Notes. DVD Contents. October 8th, 2013. Windows Server 2008 Server 2008 R2. Windows 2000 Windows

Product Library v.2.0eur Release Notes. DVD Contents. October 8th, 2013. Windows Server 2008 Server 2008 R2. Windows 2000 Windows 1 of 8 Product Library v.2.0eur Release Notes October 8th, 2013 DVD Contents Printer Drivers Version KX DRIVER 5.1.1405e2 (Generic) KX DRIVER 6.0.3024 KX (XPS) DRIVER PCL Mini Driver (Generic) PCL Mini

More information

Version 10.0 50-951A-10312

Version 10.0 50-951A-10312 Version 10.0 50-951A-10312 2 of 19 Scan to PC Desktop v10.0 Network Installation Guide Document version 4.0 This document provides instructions for installing the software associated with Scan to PC Desktop

More information

EnVivo 4 GB Aluminum MP3 Player

EnVivo 4 GB Aluminum MP3 Player User Manual EnVivo 4 GB Aluminum MP3 Player With Clipper, Display & Voice Recording Electrical and electronic equipment (EEE) contains materials, parts and substances, which can be dangerous to the environment

More information

Adobe AIR 1.5 for Linux

Adobe AIR 1.5 for Linux Adobe AIR 1.5 for Linux Release Notes Release date: 12/17/08 Getting Started Welcome to the release notes for AIR 1.5 for Linux. This document contains system requirements, installation instructions, known

More information

System Administrator s Guide. ABBYY FineReader 8.0. Corporate Edition

System Administrator s Guide. ABBYY FineReader 8.0. Corporate Edition System Administrator s Guide ABBYY FineReader 8.0 Corporate Edition 2006 ABBYY Software. All rights reserved. 1987 2003 Adobe Systems Incorporated. Adobe PDF Library is licensed from Adobe Systems Incorporated.

More information

Installation Instructions Release Version 15.0 January 30 th, 2011

Installation Instructions Release Version 15.0 January 30 th, 2011 Release Version 15.0 January 30 th, 2011 ARGUS Software: ARGUS Valuation - DCF The contents of this document are considered proprietary by ARGUS Software, the information enclosed and any portion thereof

More information

AdminToys Suite. Installation & Setup Guide

AdminToys Suite. Installation & Setup Guide AdminToys Suite Installation & Setup Guide Copyright 2008-2009 Lovelysoft. All Rights Reserved. Information in this document is subject to change without prior notice. Certain names of program products

More information