Winscribe MSI and Automatic Script Installation

Size: px
Start display at page:

Download "Winscribe MSI and Automatic Script Installation"

Transcription

1 Winscribe MSI and Automatic Script Installation 4.2 Copyright 2013, Winscribe Inc. All rights reserved. Publication Date: October 2013

2 Copyright 2013 Winscribe Inc. All Rights Reserved. Portions of the software described in this document Copyright Microsoft Corporation. All Rights Reserved. Information in this document is subject to change without notice. The software described in this document is furnished under a license agreement or nondisclosure agreement. The software may be used or copied only in accordance with the terms of those agreements. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or any means electronic or mechanical or photocopying and recording for any purpose other than the purchaser's personal use without the written permission of Winscribe Inc. Winscribe is a registered trademark of Winscribe Inc. in New Zealand and other countries. Microsoft is a registered trademark, Windows NT and Windows is a trademark of Microsoft Corporation. Dragon NaturallySpeaking is a trademark of Nuance, Inc. and is used here under license. Other brands and their products are the trademarks or registered trademarks of their respective holder and should be noted as such. Winscribe Inc. P.O. Box Takapuna Auckland New Zealand support@winscribe.com Visit our web page: 2

3 Contents Contents Client Deployment Guidance... 4 Overview... 4 Client Installers... 4 Installer privileges... 4 Automatic Updates... 4 Command Line... 4 Examples... 4 Passing Installer Properties... 5 Configuring Client Installer Properties... 5 Configuring Features... 5 Removing Multiple Features... 5 Client Optional Features... 5 Installer Properties... 6 Server URL... 6 Install Location... 7 User Working Directory... 7 Silent Install... 7 Recording Audio Quality... 8 Logging... 8 Automatic Installer Logs... 8 Inspecting Verbose Windows Installer Logs... 9 Setting Installation Parameters Client Author/Internet Author Importer Automatic Deployment of Scripts Example Scripts for the "Logged On" Event Author/Client Grid Layout

4 Winscribe MSI and Automatic Script Installation Client Deployment Guidance Overview Client Installers There are three client installers: Winscribe Author.msi Winscribe Internet Author.msi Winscribe Client.msi Installer privileges The client installers currently require administrative privileges. Automatic Updates Once the user logs in, the client will automatically check to see if a new version is available on the server. If the current user does not have administrative privileges, then the update check will be canceled, avoiding the scenario of launching the installer when the user cannot run it. The client will compare the product version of the client executable to the MSI product version number on the server. This automatic update procedure will only occur if an MSI exists in the appropriate folder. If an MSI does not exist, the update check will be canceled. If an update is found, the client application will prompt the user, asking if they want to install the available update. Command Line You can set installer parameters from the command line. Installers are run by the Windows Installer executable, called msiexec.exe. Full details on the command line arguments and options for Windows Installer are available at msdn.microsoft.com ( Examples Installing an MSI msiexec /i "Winscribe Client.msi" Uninstalling a product msiexec /x "Winscribe Client.msi" Silent installation You can do a silent installation that does not present any user interface or interaction by using the /quiet option. Note that the quiet option will also not show any error messages, and it is not readily clear if and when the installation has run and finished. 4

5 Client Deployment Guidance msiexec /quiet /i "Winscribe Client.msi" An automated installation that does not involve any user interaction but provides a progress interface is called unattended mode, using the /passive option: msiexec /passive /i "Winscribe Client.msi" If you wish to have more control over how the Windows Installer interface behaves, you can read about the /q option in the Windows Installer documentation. Passing Installer Properties You can customize installation defaults and behavior by passing in values for known properties. You pass in a property value by specifying the name (in all uppercase) and its value: msiexec /i "Winscribe Client.msi" PROPERTYNAME=Value As with command-line arguments, if an argument contains whitespace, you must enclose the value in quotation marks: msiexec /i "Winscribe Client.msi" PROPERTYNAME="Value with whitespace" Configuring Client Installer Properties Configuring Features You can configure what features to install or exclude by combining the ADDLOCAL and REMOVE properties. NOTE: If you are selecting features, always use ADDLOCAL=ALL, and then selectively specify any unwanted features by adding them to the REMOVE property. NOTE: The Author and Internet Author products only have one feature, therefore their features cannot be configured. Example The following example will install all features except for the Olympus hardware support: msiexec /i "Winscribe Client.msi" ADDLOCAL=ALL REMOVE=Olympus Removing Multiple Features If you wish to exclude multiple features, you can separate them by a comma. No spaces are allowed in the REMOVE property, and you should not enclose the value in quotation marks. Example The following example will install all features except for the VEC Hardware support, and the Open Office Document Manager: msiexec /i "Winscribe Client.msi" ADDLOCAL=ALL REMOVE=VEC,OpenOfficeDocumentManager Client Optional Features By default, the Client will install all available features. The following table lists the optional features you can configure, and the folder they are installed to (relative to the Client installation directory). 5

6 Winscribe MSI and Automatic Script Installation Feature Name Description Folder MobileWebServiceImporter Importer Add-In AddIns\MobileWebServiceImporter MicrosoftWordBasic OpenOfficeDocumentManager Document Manager for Microsoft Word Document Manager for Open Office AddIns\MicrosoftWordBasic AddIns\OpenOfficeDocumentManager FolderTemplateManager Template Manager AddIns\FolderTemplateManager VirtualChannelFeature Virtual Channel support (Citrix/Terminal Services) AddIns\VirtualChannel GrundigFeature Grundig hardware support AddIns\Grundig Olympus Olympus hardware support AddIns\Olympus Philips Philips hardware support AddIns\Philips VEC VEC hardware support AddIns\VEC Installer Properties The following properties can be over-ridden in several ways. When doing automatic deployment of client applications, it is recommended you pass Install Properties, using the highest-priority one available, to ensure your desired configuration is deployed correctly to all workstations. Server URL This defines the URL of the Winscribe Dictation Server. Default value: NOTE: Because the default value is not valid, the installer will prompt for a proper value if no value was supplied by any way listed in the table below. Ways to set this value, in order of precedence (highest to lowest): Name/Location Set From Priority SERVERURL Installer Property Highest WSURL EDITA1 HKLM\Winscribe\General@WinScribeURL Installer Property Installer Property Registry HKCU\Winscribe\General@WinScribeURL Registry Lowest As an example from the table above, the SERVERURL property, if set from the command line, will set the URL regardless of what's in the registry. Example msiexec SERVERURL= WSURL= /i "Winscribe Client.msi" The server URL will be set to as SERVERURL takes precedence over WSURL. 6

7 Client Deployment Guidance Install Location This configures where the application is installed to. Default value: %Program Files%\Winscribe\<Product Name> Overrides, in order of precedence (highest to lowest): Name/Location Set From Priority WSINSTALLDIR Installer Property Highest INSTALLLOCATION HKLM\Software\Winscribe\<Product HKCU\Software\Winscribe\<Product Installer Property Registry Registry APPLICATIONFOLDER Installer Property Lowest Install Location troubleshooting You cannot install two or more client applications to the same folder. If you try to do so, you will receive an error notification in the installer. The error message will be similar to "<Product Name> is already installed at <Install Location>". User Working Directory This sets the location of the user working directory. Default value: %ProgramData%\Winscribe\Users Where %ProgramData% refers to the path of the All Users profile. Name/Location Set From Priority WSUSERDIR Installer Property Highest Registry Registry USERWORKINGDIRECTORY Installer Property Lowest Silent Install This property enables a "silent install". This property is generally passed when launching the installer from the Web Component installer pages. Default value: Not set Name/Location WSWEB Set From Installer Property Old behavior Previously, the property reduced the number of dialogs in the installer. 7

8 Winscribe MSI and Automatic Script Installation New behavior If specified in the client installers, this will simply disable the Options button in the installer that allows a user to configure the install properties. If the Server URL has not been passed to the installer and cannot be found in the registry, then the installer will fail with the error: "Silent install is not supported if the server url cannot be found". If you wish to achieve a complete silent or non-interactive install, please consult the Silent Installation section. Recording Audio Quality You can set the audio quality for recording by setting this property. Default value: medium Available values: low, medium, high Name/Location Set From Priority WSAUDIOQUAL Installer Property Highest HKLM\Software\WinScribe\General@VirtualChannelAudioQuality Registry HKCU\Software\WinScribe\General@VirtualChannelAudioQuality Registry Lowest Logging You can generate a log of the installation process by passing the /l argument and a path and filename to the log file you wish to produce. The /l*v argument is recommended. The wildcard specifies all logging options except for verbose and extra debugging messages. Adding the v to the wildcard also includes the verbose logging. Example Create a log of the Winscribe Client installation, called "C:\Client.log": msiexec /l*v C:\Client.log /i "Winscribe Client.msi" Automatic Installer Logs For cases where you are not manually running Windows Installer from the command line, you can set a registry setting to ensure Windows Installer creates a log whenever it runs. Each time Windows Installer runs, it will create a log in the %TEMP% directory with a name in the format MSI<random>.log, where <random> is a random combination of letters and numbers. 1. Create a HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer registry key if it doesn't exist. 2. Create a Logging String value if it doesn't exist. 3. Set the Logging value to the logging levels you wish e.g. voicewarmup for all verbose logging values, except for extra debugging information. More information is available at: How to enable Windows Installer logging at support.microsoft.com 8

9 Client Deployment Guidance Inspecting Verbose Windows Installer Logs Windows Installer logs require a good understanding of Windows Installer to be interpreted fully, but helpful information can still be found for someone troubleshooting an installation. Windows Installer logs are in plain text and can be read in any text editor. Windows Installer Verbose Log Analyzer This utility is available in the Windows SDK, called WiLogUtl.exe. Documentation is available at You can browse to select a Windows Installer log: Clicking Analyze gives you additional information, and allows you to easily browse any errors found in the log file, with possible solutions. The analyzer can also generate a colorized HTML version of the log that can be more easily read and browsed than the plain text log. 9

10 Winscribe MSI and Automatic Script Installation Setting Installation Parameters If required, you can set the installation parameters for Winscribe client applications using a command line argument. This prevents the user performing the installation from having to manually enter the parameters. Note: Parameters are case sensitive. Example At the command prompt or in the Run box, type in the following command, replacing the file paths with those appropriate to your system: msiexec /quiet /i "C:\Winscribe\Winscribe Client.msi" SERVERURL=" INSTALLLOCATION="c:\Program Files\Winscribe" USERWORKINGDIRECTORY="c:\Winscribe\Users" The breakdown of this command is as follows: msiexec /quiet The Windows installer executable that executes msi files. This performs a silent install without any user prompting /i <msi name and path> Installs the msi file specified after the /i SERVERURL INSTALLLOCATION USERWORKINGDIRECTORY Winscribe URL replace with the path to your Winscribe URL Install Directory replace with the path to your installation directory User Directory replace with the path to your Winscribe user directory Note: Winscribe Client has additional options that allow you to define which features and device support are installed. Troubleshooting the Installer: You can create a verbose log by passing the /l*v argument to msiexec: msiexec /i "Winscribe Client.msi" /l*v C:\WinscribeClient.Install.log Client Admin & Web Components Properties These properties can be set from the msiexec command-line, or passed to the msi using the Web Components installer. Property Name Description Example SERVERURL The WinScribe server URL INSTALLLOCATION The place where WinScribe will be installed C:\WinScribe USERWORKINGDIRECTORY Place for the user working directories C:\WinScribe\Users 10

11 Setting Installation Parameters Example Example of setting these properties from the command line: msiexec /i "WinScribe Client.msi" SERVERURL= INSTALLLOCATION=C:\WinScribe USERWORKINGDIRECTORY=C:\WinScribe\Users Specifying features to install on the command-line for unattended installs To do a silent install, you can use the /quiet msiexec option, which will install silently. You can alternatively use /passive, which will also be an unattended install but will show a progress UI when installing. You can specify which features of the product to install on the commandline: msiexec /i "WinScribe Client.msi" ADDLOCAL=[Feature1,Feature2,Feature3] <additional options> You can specify one or more features to install, separated by commas. Currently available features: Id Title Description Notes ProductFeature WinScribe Client The WinScribe Client Base product (required) VirtualChannelFeature Terminal Services and Citrix Server Support Supports hardware devices and audio file import when installing onto a Windows Terminal Services or Citrix server. DevicesFeature Hardware Devices Installs support for foot pedals from various manufacturers GrundigFeature Grundig Foot Pedals Supports Grundig foot pedals Olympus Olympus Foot Pedals Supports Olympus foot pedals Philips VEC Philips SpeechMikes and Foot Pedals Infinity / VEC / WinScribe Foot Pedal Supports Philips foot pedals & SpeechMike devices Supports the WinScribe foot pedal made by Infinity/VEC Installs all device support. You can also specifically install certain devices by specifying the nested features below. Developers: The list of features are in the Product.wxs file in the WinScribe.Client.Setup project, defined by <Feature> elements. They can be nested. Examples Silently install the base product, and virtual channel support, for the server in a Citrix or Terminal Services environment: msiexec /i "WinScribe Client.msi" ADDLOCAL=ProductFeature,VirtualChannelFeature /quiet Unattended install of the product, showing install progress UI, with support just for Philips devices: msiexec /i "WinScribe Client.msi" ADDLOCAL=ProductFeature,PhilipsFeature /passive Silently install the base product, with support for all hardware devices: 11

12 Winscribe MSI and Automatic Script Installation msiexec /i "WinScribe Client.msi" ADDLOCAL=ProductFeature,DevicesFeature /quiet Silently install the base product, with no hardware support: msiexec /i "WinScribe Client.msi" ADDLOCAL=ProductFeature /quiet Author/Internet Author WSINSTALLDIR: The directory the application is installed to, for example, C:\Program Files\Winscribe WSUSERDIR: The location of the user working folder. This is set in HKLM. For example, C:\Winscribe\Users WSURL: The URL location of the web components server. This is set in HKLM (Note that if there a current value in HKCU that will remain unchanged and will take priority over the one in HKLM). For example, WSAUDIOQUAL: This sets the audio quality for recording. Importer INSTALLLOCATION: Valid options are: medium, low, high The directory the application is installed to, for example, C:\importer WSAPPTYPE: Decides if the importer is installed as a service or an application. WinApp Installing Silently Valid options are: WinService, All MSIs have the ability to be installed silently, without any user interface or interaction. MSIs are usually either wrapped inside an exe, or deployed openly (as is the case with Winscribe apps). When you have a raw MSI file it needs to be executed with msiexec.exe. Msiexec has several parameters, but the one we are interested in is the silent install which is what we talk about here. The basic format is: msiexec /Option <Required Parameter> [Optional Parameter] The option to make it a silent install is: /quiet or /q[n b r f] Quiet mode, no user interaction Sets user interface level n - No UI b - Basic UI r - Reduced UI f - Full UI (default) (/qn is the same as /quiet) The next parameter to set is to tell it to install: 12

13 Setting Installation Parameters /package or /i <Product.msi> Installs or configures a product, for example: /i "C:\winscribe\my installer.msi" Finally, you can set any required installation parameters, for example: WSAPPTYPE=WinService Example The following is an example of a complete, silent install line for installing the Winscribe Importer as a service: Msiexec.exe /qn /i "C:\installers\Winscribe Importer.msi" INSTALLLOCATION="C:\Program Files\Winscribe\Importer" WSAPPTYPE=WinService Note: When installing silently, make sure you have read/write permissions to and from where you are installing. A silent install is literally silent and does not give you a message advising whether the installation has failed or completed successfully. 13

14 Winscribe MSI and Automatic Script Installation Automatic Deployment of Scripts If scripts are placed in the Upgrades folder of the Winscribe Server, the scripts are automatically downloaded to the PCs of authors and typists when they log on. This feature allows any new authors or typists to inherit Options permissions in the same way they inherit hardware settings. When a new author or typist logs on, their Options permissions will be created based on the last logged on author or typist. This is the same way that the hardware settings are set for new users. If they are the first user to log on to the PC, then the Winscribe default options will apply. When an existing author or typist logs on, a "Logged On" event script can run that writes to the Options settings in the registry of the user. These Options registry settings are then loaded immediately and are applied to that user's session. The scripts override any current user's Options settings. No other registry setting changes will be applied. Downloaded scripts will be applied immediately during the current user session and the "Logged On" event will be run again for each script that is downloaded. This could result in the "Logged On" event running several times for a user. New Authors For new Authors only, the scripts placed in the Upgrades folder can be named the following: Script Name AuthorScriptsFacility.xml AuthorScriptsDeptXX.xml AuthorScriptsAuthorXX.xml Description Will apply to all new Authors in this Facility XX is the Dept ID that this script will apply to, e.g. AuthorScriptsDept1.xml will apply to all new Department 1 Authors only and will override the AuthorScriptsFacility.xml script. XX is the Author Id that this script will apply to, e.g. AuthorScriptsAuthor1000.xml will apply only to Author 1000 and will override the AuthorScriptsDeptXX.xml script. Current Authors For current Authors only (which will overwrite any scripts currently using), the scripts placed in the Upgrades folder can be named the following: Script Name AuthorScriptsOverwriteFacility.xml Description Will apply to all Authors in this Facility. Note: Each facility has its own Upgrades folder. The script file must be added to the Upgrades folder for each facility you want it to apply to. AuthorScriptsOverwriteDeptXX.xml AuthorScriptsOverwriteAuthorXX.xml XX is the Dept ID that this script will apply to, e.g. AuthorScriptsOverwriteDept1.xml will apply to all Department 1 Authors only and will override the AuthorScriptsOverwriteFacility.xml script. XX is the Author Id that this script will apply to, e.g. AuthorScriptsOverwriteAuthor1000.xml will apply only to Author 1000 and will override the AuthorScriptsOverwriteDeptXX.xml script. Typist Scripts These same script names can be used for the Typist (change the Author part to Typist) as well. 14

15 Automatic Deployment of Scripts Note: These scripts are applied such that the Author (or Typist) script overrides the department script and the department script overrides the facility script. Example Scripts for the "Logged On" Event The following example "Logged On" event scripts are used to set the Options permissions for authors or typists. 15

16 Winscribe MSI and Automatic Script Installation Example Author Script: const HKEY_LOCAL_MACHINE = &H const HKEY_CURRENT_USER = &H Sub main() strcomputer = "." Set oreg=getobject("winmgmts:{impersonationlevel=impersonate}!\\" & strcomputer & "\root\default:stdregprov") strkeypath = "Software\Winscribe\Users\" & Right("000000" & objauthor.userid, 6) strvaluename = "AskForDepartment" strvaluename = "AskForJobtype" strvaluename = "AutostartNewJob" strvaluename = "ConfirmEndJobCommands" strvaluename = "JobRecordsAutoRefresh" strvaluename = "JobRecordsDownloadDays" strvalue = "7" strvaluename = "JobRecordsRefreshInterval" strvalue = "15" strvaluename = "ReuseKeyfield" strvaluename = "WindowsAlwaysOnTop" strvalue = "True" end sub Example Typist Script: const HKEY_LOCAL_MACHINE = &H const HKEY_CURRENT_USER = &H Sub main() strcomputer = "." Set oreg=getobject("winmgmts:{impersonationlevel=impersonate}!\\" & strcomputer & "\root\default:stdregprov") strkeypath = "Software\Winscribe\Users\" & Right("000000" & objtypist.userid, 6) strvaluename = "ConfirmEndJobCommands" strvaluename = "SyncSRText" strvaluename = "AutoRefresh" 16

17 Automatic Deployment of Scripts end sub strvaluename = "NewWorkNotification" strvaluename = "RefreshInterval" strvalue = "60" 17

18 Winscribe MSI and Automatic Script Installation Author/Client Grid Layout Adminstrators may push out grid-layout definition files that order the columns displayed in Winscribe Author and in Winscribe Client. To make changes, the administrator: 1. Custom-creates a desired layout in Author or Client 1, on his or her machine. 2. Looks in their profile folder, in the user working directory, for the file: GridLayout.xml 3. Copies this file to the Upgrades folder on the server, changing the filename to one in the following tables, depending on the application and the desired action. 4. When authors/typists next log on to the server, the xml file (if it is applicable to them) will be downloaded to their machine and their application grid layout updated. Making changes to Client grid layouts: New Typists For new Typists only, the GridLayout.xml placed in the Upgrades folder can be named the following: Script Name TypistGridLayoutFacility.xml TypistGridLayoutTypistXX.xml Description Will be copied to the user's working directory as TypistGridLayout.xml and will apply to all Typists in this Facility. Will be copied to the user's working directory as TypistGridLayoutAuthorXX.xml where the XX is the Typist Id that this grid layout will apply to, e.g. TypistGridLayoutAuthor1000.xml will apply only to Typist 1000 and will override the TypistGridLayoutDeptXX.xml grid layout. Current Typists For current Typists only (which will overwrite any grid layouts they are currently using), the grid layouts placed in the Upgrades folder can be named the following: Script Name TypistGridLayoutOverwriteFacility.xml Description Will be copied to the user's working directory as TypistGridLayoutOverwrite.xml and will apply to all Typists in this Facility. Note: Each facility has its own Upgrades folder. The grid layout file must be added to the Upgrades folder for each facility you want it to apply to. TypistGridLayoutOverwriteTypistXX.xm l Will be copied to the user's working directory as TypistGridLayoutOverwriteTypistXX.xml, where the XX is the Typist Id that this grid layout will apply to, e.g. TypistGridLayoutOverwriteTypist3000.xml will apply only to Typist 3000 and will override the TypistGridLayoutOverwriteDeptXX.xml grid layout. Making changes to Author grid layouts: New Authors For new Authors only, the grid layouts placed in the Upgrades folder can be named the following: Script Name AuthorGridLayoutFacility.xml Description Will apply to all new Authors in this Facility 18

19 Author/Client Grid Layout AuthorGridLayoutDeptXX.xml AuthorGridLayoutAuthorXX.xml XX is the Dept ID that this grid layout will apply to, e.g. AuthorGridLayoutDept1.xml will apply to all new Department 1 Authors only and will override the AuthorGridLayoutFacility.xml grid layout. XX is the Author Id that this grid layout will apply to, e.g. AuthorGridLayoutAuthor1000.xml will apply only to Author 1000 and will override the AuthorGridLayoutDeptXX.xml grid layout. Current Authors For current Authors only (which will overwrite any grid layouts they are currently using), the grid layouts placed in the Upgrades folder can be named the following: Script Name Description AuthorGridLayoutOverwriteFacility.xml Will apply to all Authors in this Facility. Note: Each facility has its own Upgrades folder. The grid layout file must be added to the Upgrades folder for each facility you want it to apply to. AuthorGridLayoutOverwriteDeptXX.xm l AuthorGridLayoutOverwriteAuthorXX.x ml XX is the Dept ID that this grid layout will apply to, e.g. AuthorGridLayoutOverwriteDept1.xml will apply to all Department 1 Authors only and will override the AuthorGridLayoutOverwriteFacility.xml grid layout. XX is the Author Id that this grid layout will apply to, e.g. AuthorGridLayoutOverwriteAuthor1000.xml will apply only to Author 1000 and will override the AuthorGridLayoutOverwriteDeptXX.xml grid layout. 19

Winscribe User Importer

Winscribe User Importer Winscribe User Importer 4.2 Copyright 2013, Winscribe Inc. All rights reserved. Publication Date: August 2013 Copyright 2013 Winscribe Inc. All Rights Reserved. Portions of the software described in this

More information

WinScribe Author User Guide

WinScribe Author User Guide WinScribe Author User Guide Version 4.0 WinScribe Inc Ltd P.O Box 33-178 Level 5, 129 Hurstmere Road Takapuna, Auckland, New Zealand. Phone +64 (09) 486-9010 Fax +64 (09) 486-9001 www.winscribe.com Publication

More information

M-FILES SETUP: ADVANCED USER'S GUIDE

M-FILES SETUP: ADVANCED USER'S GUIDE M-FILES CORPORATION M-FILES SETUP: ADVANCED USER'S GUIDE CUSTOMIZATION, COMMAND-LINE OPTIONS, AND CENTRALIZED DEPLOYMENT VERSION 1.5 CONTENTS 1. Change History... 4 2. Overview... 4 2.1. M-Files Installation

More information

Server Side Installation Guide

Server Side Installation Guide Winscribe Speech Recognition Server Side Installation Guide Copyright 2013, Winscribe Inc. All rights reserved. Publication Date: October 2013 Copyright 2013 Winscribe Inc. All Rights Reserved. Portions

More information

Winscribe Speech Recognition Reporting

Winscribe Speech Recognition Reporting Winscribe Speech Recognition Reporting 4.1 Copyright 2013, Winscribe Inc. All rights reserved. Publication Date: April 2013 Copyright 2013 Winscribe Inc. All Rights Reserved. Portions of the software described

More information

Preo Printelligence Unattended Installation Guide

Preo Printelligence Unattended Installation Guide Preo Printelligence Unattended Installation Guide 2011 Preo Software Inc.. All Rights Reserved. This document is for use only pursuant to the terms of license(s) pursuant to which Preo Software Inc. restricts

More information

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

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

More information

WinScribe Client User Guide

WinScribe Client User Guide WinScribe Client User Guide Version 4.0 WinScribe Inc Ltd P.O Box 33-178 Level 5, 129 Hurstmere Road Takapuna, Auckland, New Zealand. Phone +64 (09) 486-9010 Fax +64 (09) 486-9001 www.winscribe.com Publication

More information

Rumba FTP Client 4.4. Setup Guide

Rumba FTP Client 4.4. Setup Guide Rumba FTP Client 4.4 Setup Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1984-2013. All rights reserved. MICRO FOCUS, the

More information

This document covers the installation of the OpenLM Broker module for OpenLM version 4. It includes:

This document covers the installation of the OpenLM Broker module for OpenLM version 4. It includes: OpenLM Broker Installation V4.0.15.23 and up (Windows) 1 Introduction OpenLM Broker facilitates communication between OpenLM Server and License Manager to provide enhanced license statistics. It operates

More information

Perceptive Enterprise Deployment Suite

Perceptive Enterprise Deployment Suite Perceptive Enterprise Deployment Suite Installation Guide PEDS Version: 1.2 Environment: Windows Written by: Product Documentation, R&D Date: July 2012 2012 Perceptive Software. All rights reserved CaptureNow,

More information

ViewNow X Server Setup Guide

ViewNow X Server Setup Guide ViewNow X Server 9.6.4 Setup Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1984-2014. All rights reserved. MICRO FOCUS, the

More information

Importer Scripting Guide for the DPM9600

Importer Scripting Guide for the DPM9600 Importer Scripting Guide for the DPM9600 Copyright Winscribe Inc 2011. All rights reserved. Publication Date: May 2011 Copyright 2011 Winscribe Inc Ltd. All Rights Reserved. Portions of the software described

More information

WinScribe Web Manager Guide

WinScribe Web Manager Guide WinScribe Web Manager Guide Version 4.0 Copyright WinScribe Inc 2009. All rights reserved. Publication Date: July 2009 Copyright 2009 WinScribe Inc Ltd. All Rights Reserved. Portions of the software described

More information

Getting Started Guide

Getting Started Guide Getting Started Guide www.exclaimer.com Contents About This Guide... 3 Signature Manager Exchange Edition Overview... 4 Signature Content... 4 Signature Rules... 4 Complete Control... 5 How It Works...

More information

Winscribe Exporter Administration Guide

Winscribe Exporter Administration Guide Winscribe Exporter Administration Guide 4.2 Copyright 2013, Winscribe Inc. All rights reserved. Publication Date: October 2013 Copyright 2013 Winscribe Inc. All Rights Reserved. Portions of the software

More information

Perceptive XML Integration for Epic

Perceptive XML Integration for Epic Perceptive XML Integration for Epic Installation and Setup Guide Version: 2.0.x Written by: Product Knowledge, R&D Date: May 2018 2008-2018 Hyland Software, Inc. and its affiliates. Table of Contents About

More information

The same command line options are available on our per-machine installs as well.

The same command line options are available on our per-machine installs as well. Engage Configuration Installer Parameters You can pass command line parameters to the Engage setup executable. These parameters are helpful for unattended silent installs particularly when deploying to

More information

CTC BIM Suites Installation and Configuration Guide

CTC BIM Suites Installation and Configuration Guide CTC BIM Suites Installation and Configuration Guide Contents CTC Express Tools Overview...5 General Security Requirements Summary...5 Revit Workstations...5 Network Floating License Servers...6 Upgrading

More information

cc: On-Demand Install and User Guide, Version 4.5 R2

cc: On-Demand Install and User Guide, Version 4.5 R2 cc: On-Demand Install and User Guide, Version 4.5 R2 March 2012 Reference Guide www.callcopy.com Security Classification: CallCopy Confidential Distribution: Approved internal CallCopy staff only and licensed

More information

Colligo Manager 5.4 SP1. Administrator s Guide

Colligo  Manager 5.4 SP1. Administrator s Guide 5.4 SP1 Administrator s Guide DOCUMENT REVISION HISTORY Document Revision # Content Change Date 5.4 SP1 Revision 1 Added Windows 8 to software requirements August 22, 2012 5.4 SP1 Updated for 5.4 SP1 release

More information

Client Typist User Guide

Client Typist User Guide Powered by Version 4 Client Typist User Guide SA Professional Typing Services Online cc Telephone: 011 023 2323 011 887 1056 Cellular: 083 375 0312 Facsimile: 086 570 9651 E-mail: info@saprotype.co.za

More information

Quest Code Tester for Oracle 3.1. Installation and Configuration Guide

Quest Code Tester for Oracle 3.1. Installation and Configuration Guide Quest Code Tester for Oracle 3.1 Installation and Configuration Guide Contents Introduction to this Guide 3 Installation and Administration of Code Tester for Oracle 4 System Requirements 5 Test Repository

More information

Exclaimer Mail Archiver

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

More information

MOVEit Mobile Server. Installation Guide

MOVEit Mobile Server. Installation Guide MOVEit Mobile Server Installation Guide Copyright 1991-2015 Ipswitch, Inc. All rights reserved. This document, as well as the software described in it, is furnished under license and may be used or copied

More information

Installation and Setup Guide

Installation and Setup Guide Information classification: Internal BRAINLOOP SECURE CONNECTOR FOR MICROSOFT OFFICE 4.7 Installation and Setup Guide Copyright Brainloop AG, 2004-2018. All rights reserved. All trademarks referred to

More information

Perceptive Enterprise Deployment Suite

Perceptive Enterprise Deployment Suite Perceptive Enterprise Deployment Suite Getting Started Guide PEDS Version: 1.2 Written by: Product Documentation, R&D Date: July 2014 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow,

More information

Downloading and Mass Deploying Applications

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

More information

Perceptive Interact for Epic Release of Information

Perceptive Interact for Epic Release of Information Perceptive Interact for Epic Release of Information Installation Guide Version: 10.1.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved.

More information

VMware User Environment Manager Application Profiler Administration Guide. VMware User Environment Manager 9.4

VMware User Environment Manager Application Profiler Administration Guide. VMware User Environment Manager 9.4 VMware User Environment Manager Application Profiler Administration Guide VMware User Environment Manager 9.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware User Environment Manager Application Profiler Administration Guide. VMware User Environment Manager 9.2

VMware User Environment Manager Application Profiler Administration Guide. VMware User Environment Manager 9.2 VMware User Environment Manager Application Profiler Administration Guide VMware User Environment Manager 9.2 VMware User Environment Manager Application Profiler Administration Guide You can find the

More information

incontact On-Demand User Guide for Premises 16.2

incontact On-Demand User Guide for Premises 16.2 incontact On-Demand User Guide for Premises 16.2 www.incontact.com incontact On-Demand User Guide for Premises 16.2 Version 16.2 Revision June 2016 About incontact incontact (NASDAQ: SAAS) is leader in

More information

TPAM Security Product Client for Windows Security Product Client for Windows Guide

TPAM Security Product Client for Windows Security Product Client for Windows Guide TPAM Security Product Client for Windows 2.5.6 Security Product Client for Windows Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

RTX SDK INSTALL GUIDE

RTX SDK INSTALL GUIDE RTX64 3.0 SDK INSTALL GUIDE Copyright 1996-2016 by IntervalZero, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, graphic, electronic, or

More information

Perceptive Enterprise Deployment Suite

Perceptive Enterprise Deployment Suite Perceptive Enterprise Deployment Suite Getting Started Guide Version: 1.3.x Written by: Product Knowledge, R&D Date: October 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

UPTIVITY DISCOVER ON-DEMAND USER GUIDE, V5.6. April

UPTIVITY DISCOVER ON-DEMAND USER GUIDE, V5.6. April UPTIVITY DISCOVER ON-DEMAND USER GUIDE, V5.6 April 2015 www.incontact.com UPTIVITY DISCOVER ON-DEMAND USER GUIDE, V5.6 Version: 5.6 Revision: April 2015 About incontact: incontact (NASDAQ: SAAS) is the

More information

Uptivity WFO On- Demand User Guide, v5.7

Uptivity WFO On- Demand User Guide, v5.7 Uptivity WFO On- Demand User Guide, v5.7 www.incontact.com Uptivity WFO On-Demand User Guide, v5.7 Version 5.7 Revision September 2015 About incontact incontact (NASDAQ: SAAS) is the cloud contact center

More information

SQL Optimizer for Oracle Installation Guide

SQL Optimizer for Oracle Installation Guide SQL Optimizer for Oracle 9.2.2 Installation Guide Copyright 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

Downloading and Mass Deploying Applications

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

More information

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

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

More information

Server Edition Administrator s Guide

Server Edition Administrator s Guide Server Edition Administrator s Guide March 29, 2005 Beagle Software 800 Washington Ave. N, Suite 418 Minneapolis, Minnesota 55401 USA Introduction This document covers FinePrint, pdffactory, and pdffactory

More information

RTX SDK INSTALL GUIDE

RTX SDK INSTALL GUIDE RTX64 3.4 SDK INSTALL GUIDE Copyright 1996-2018 by IntervalZero, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, graphic, electronic, or

More information

Installing GraphPad Prism for Many A guide for IT staff Last modified Sept 7, Up to date for Prism 7.03/7.0c and Prism 6.07/6.0h.

Installing GraphPad Prism for Many A guide for IT staff Last modified Sept 7, Up to date for Prism 7.03/7.0c and Prism 6.07/6.0h. Installing GraphPad Prism for Many A guide for IT staff Last modified Sept 7, 2017. Up to date for Prism 7.03/7.0c and Prism 6.07/6.0h. Table of Contents Overview Managing your Prism subscription account

More information

Laserform. Installation and Upgrade Guide. Version 9.7.3

Laserform. Installation and Upgrade Guide. Version 9.7.3 Laserform Installation and Upgrade Guide Version 9.7.3 Disclaimer Advanced Legal is satisfied that the information contained in this document is correct at the time of production. Advanced Legal does not

More information

Dell Statistica Silent Installer Instructions

Dell Statistica Silent Installer Instructions Dell Statistica 12.7 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

EMCO MSI Package Builder Professional 7. Copyright EMCO. All rights reserved.

EMCO MSI Package Builder Professional 7. Copyright EMCO. All rights reserved. EMCO MSI Package Builder Professional 7 Copyright 2001-2017 EMCO. All rights reserved. Company web site: emcosoftware.com Support e-mail: support@emcosoftware.com Table of Contents Chapter... 1: Introduction

More information

esignlive for Microsoft Dynamics CRM

esignlive for Microsoft Dynamics CRM esignlive for Microsoft Dynamics CRM Deployment Guide Product Release: 2.1 Date: June 29, 2018 esignlive 8200 Decarie Blvd, Suite 300 Montreal, Quebec H4P 2P5 Phone: 1-855-MYESIGN Fax: (514) 337-5258 Web:

More information

MSI Admin Tool User Guide

MSI Admin Tool User Guide MSI Admin Tool User Guide Introduction The MSI Admin Tool is a utility which allows you to pre-configure your Read&Write installation package prior to installation. The tool is primarily designed to be

More information

Importer Scripting Guide for the Digta 420

Importer Scripting Guide for the Digta 420 Importer Scripting Guide for the Digta 420 Copyright Winscribe Inc 2011. All rights reserved. Publication Date: May 2011 Copyright 2011 Winscribe Inc Ltd. All Rights Reserved. Portions of the software

More information

Toad. for Oracle Base Edition Installation Guide

Toad. for Oracle Base Edition Installation Guide Toad for Oracle Base Edition 11.0 Installation Guide 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Toad. for Oracle Base Edition Installation Guide

Toad. for Oracle Base Edition Installation Guide Toad for Oracle Base Edition 11.0 Installation Guide 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Winscribe Dragon Speech Recognition Guide

Winscribe Dragon Speech Recognition Guide Winscribe Dragon Speech Recognition Guide 4.2 Copyright 2013, Winscribe Inc. All rights reserved. Publication Date: October 2013 Copyright 2013 Winscribe Inc. All Rights Reserved. Portions of the software

More information

Toad Edge Installation Guide

Toad Edge Installation Guide Toad Edge 2.0.4 Installation Guide Copyright Copyright 2018 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

COPYRIGHT NOTICE Vyooh Low Level Computing LLP. All Rights Reserved.

COPYRIGHT NOTICE Vyooh Low Level Computing LLP. All Rights Reserved. ADMIN GUIDE 2 COPYRIGHT NOTICE 2016 Vyooh Low Level Computing LLP. All Rights Reserved. This manual is copyrighted by Vyooh Low Level Computing LLP. You may not reproduce, transmit, transcribe, store in

More information

Optitex Installation Guide (For Administrators)

Optitex Installation Guide (For Administrators) Optitex Installation Guide (For Administrators) Table of Contents Overview... 3 Prerequisites... 3 User Preferences Settings and Customizations... 3 Installing Optitex Full Installation... 4 Optitex Full

More information

EMCO MSI Package Builder Enterprise 7. Copyright EMCO. All rights reserved.

EMCO MSI Package Builder Enterprise 7. Copyright EMCO. All rights reserved. EMCO MSI Package Builder Enterprise 7 Copyright 2001-2017 EMCO. All rights reserved. Company web site: emcosoftware.com Support e-mail: support@emcosoftware.com Table of Contents Chapter... 1: Introduction

More information

Toad. for Oracle Xpert Edition Installation Guide

Toad. for Oracle Xpert Edition Installation Guide Toad for Oracle Xpert Edition 11.0 Installation Guide 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Relativity Designer Installation Guide

Relativity Designer Installation Guide Liant Software Corporation Relativity Designer Installation Guide Version 5 Copyright 1994-2003 by Liant Software Corporation. All rights reserved. Printed in U.S.A. No part of this publication may be

More information

Deploying Dell Open Manage Server Administrator from IT Assistant 7.0

Deploying Dell Open Manage Server Administrator from IT Assistant 7.0 Deploying Dell Open Manage Server Administrator from IT Assistant 7.0 Enterprise Systems Group (ESG) Dell OpenManage Systems Management Dell White Paper By Annapurna Dasari Annapurna_Dasari@dell.com May

More information

Olympus Dictation Management System R7

Olympus Dictation Management System R7 Olympus Dictation Management System R7 Standalone Installation Guide Clients Dictation Module Transcription Module SCP Client Wireless Communication Service Device Customization Program Contents Trademarks

More information

V-locity Endpoint Installation Guide

V-locity Endpoint Installation Guide V-locity Endpoint Installation Guide Overview V-locity Endpoint provides numerous features that improve performance and reduce I/O requests of your client system. This installation guide covers the following

More information

Metadata Assistant 5.0 Installation Guide

Metadata Assistant 5.0 Installation Guide Metadata Assistant 5.0 Installation Guide Your guide to installing Metadata Assistant 1111 3rd Avenue, Suite 2200 Seattle, Washington 98101-3213 206.344.8966 Table of Contents System Requirements and Supported

More information

Receiver (Updater) for Windows 2.0

Receiver (Updater) for Windows 2.0 Receiver (Updater) for Windows 2.0 2012 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Receiver (Updater) for Windows 2.0 3 Readme for Citrix Receiver for

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide for Dynamics GP 2015 Forms Printer Build Version: 14.00.149 System Requirements Microsoft Dynamics GP 2015 (desktop client, web client) Microsoft SQL Server 2005 or Higher Reporting

More information

EMCO MSI Package Builder Architect 7. Copyright EMCO. All rights reserved.

EMCO MSI Package Builder Architect 7. Copyright EMCO. All rights reserved. EMCO MSI Package Builder Architect 7 Company web site: emcosoftware.com Support e-mail: support@emcosoftware.com Table of Contents Chapter... 1: Introduction 4 Chapter... 2: Getting Started 6 Getting...

More information

bbc Adobe Central Output Server Getting Started for Microsoft Windows Version 5.7

bbc Adobe Central Output Server Getting Started for Microsoft Windows Version 5.7 bbc Adobe Central Output Server Version 5.7 Getting Started for Microsoft Windows Getting Started for Microsoft Windows Edition 4.0, March 2009 2009 Adobe Systems Incorporated All rights reserved. As of

More information

Microsoft App-V 4.5 Client in Stand-Alone Mode. June 17, 2009 Tim Mangan TMurgent Technologies

Microsoft App-V 4.5 Client in Stand-Alone Mode. June 17, 2009 Tim Mangan TMurgent Technologies Microsoft App-V 4.5 Client in Stand-Alone Mode June 17, 2009 Tim Mangan TMurgent Technologies Abstract With the release of Microsoft Application Virtualization (App-V) 4.5, enterprises have three major

More information

Toad for Oracle Installation Guide

Toad for Oracle Installation Guide Toad for Oracle 12.11 Installation Guide 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Colligo Engage Outlook App 7.1. Offline Mode Administrator s Guide

Colligo Engage Outlook App 7.1. Offline Mode Administrator s Guide Colligo Engage Outlook App 7.1 Offline Mode Administrator s Guide Contents About this Guide... 3 Target Audience... 3 Overview... 3 SharePoint Security & Privileges... 3 Colligo Technical Support... 3

More information

Colligo Manager 5.1. Administrator s Guide

Colligo  Manager 5.1. Administrator s Guide 5.1 Administrator s Guide DOCUMENT REVISION HISTORY Document Revision # Content Change Date 5.1 Revision 1 Added prerequisite download links for client software requirements November 30, 2011 5.1 Updated

More information

Lexis Draft. Technical Requirements & Installation Guide v8.3

Lexis Draft. Technical Requirements & Installation Guide v8.3 Lexis Draft Technical Requirements & Installation Guide v8.3 1 Copyright Statement Copyright 2018 LexisNexis. All rights reserved. Reed International Books Australia Pty Ltd trading as LexisNexis. LexisNexis

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

Colligo Manager 6.2. Offline Mode Administrator s Guide

Colligo  Manager 6.2. Offline Mode Administrator s Guide Colligo Email Manager 6.2 Offline Mode Administrator s Guide Contents Introduction... 3 Target Audience... 3 Overview... 3 SharePoint Security & Privileges... 3 Technical Requirements... 4 Software Requirements...

More information

Repstor affinity. Installation and Configuration Guide(Generic)

Repstor affinity. Installation and Configuration Guide(Generic) Repstor affinity Installation and Configuration Guide(Generic) Document Version 3.7 April 2018 Contents 1. INTRODUCTION TO REPSTOR AFFINITY 3 ADVANTAGES OF REPSTOR AFFINITY... 3 2. REPSTOR AFFINITY INSTALLATION

More information

Important notice regarding accounts used for installation and configuration

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

More information

Application Profiler Administrator s Guide

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

More information

Toad for MySQL 7.0. Installation Guide

Toad for MySQL 7.0. Installation Guide Toad for MySQL 7.0 Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software

More information

Receiver Updater for Windows 3.0

Receiver Updater for Windows 3.0 Receiver Updater for Windows 3.0 2012 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Receiver Updater for Windows 3.0 3 About this Release 4 System Requirements

More information

Toad for SQL Server Suites 6.1 R2 Installation Guide

Toad for SQL Server Suites 6.1 R2 Installation Guide Toad for SQL Server Suites 6.1 R2 Installation Guide 2014 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Guide to Deploy the AXIGEN Outlook Connector via Active Directory

Guide to Deploy the AXIGEN Outlook Connector via Active Directory Guide to Deploy the AXIGEN Outlook Connector via Active Directory Active Directory contains a very useful feature which allows system administrators to automatically deploy software onto machines or users

More information

Deploying and Updating Cisco Unified Video Advantage

Deploying and Updating Cisco Unified Video Advantage CHAPTER 2 Deploying and Updating Cisco Unified Video Advantage How to Deploy the Application, page 2-1 Installing the Application, page 2-7 Updating the Application, page 2-7 Before deploying the application,

More information

Dell Change Auditor 6.5. Event Reference Guide

Dell Change Auditor 6.5. Event Reference Guide Dell Change Auditor 6.5 2014 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

More information

A0. Special Considerations for Windows Vista a) Consideration during installation b) Runtime considerations

A0. Special Considerations for Windows Vista a) Consideration during installation b) Runtime considerations Table of Contents A0. Special Considerations for Windows Vista a) Consideration during installation b) Runtime considerations A1. SELECT XM License a) Standalone workstations b) Networked workstations

More information

Introduction. This guide is intended to help you deploy Corel VideoStudio Pro X5 to your network as quickly and easily as possible.

Introduction. This guide is intended to help you deploy Corel VideoStudio Pro X5 to your network as quickly and easily as possible. Introduction As you read through this guide, you ll find that the right column of each page contains the main content, while the left column contains the following categories of information: definition

More information

Installing and Configuring VMware User Environment Manager. VMware User Environment Manager 9.2

Installing and Configuring VMware User Environment Manager. VMware User Environment Manager 9.2 Installing and Configuring VMware User Environment Manager VMware User Environment Manager 9.2 Installing and Configuring VMware User Environment Manager You can find the most up-to-date technical documentation

More information

DWmail Client Software Development Kit

DWmail Client Software Development Kit SDK DOMINION WEB DESIGN http://www.dominion-web.com DWmail Client Software Development Kit 0 D W M A I L C L I E N T SOFTWARE DEVELOPMENT KIT 2008 Dominion Web Design http://www.dominion-web.com Table

More information

Crystal Enterprise. Overview. Contents. Installation FAQ: Crystal Enterprise 9 & 10

Crystal Enterprise. Overview. Contents. Installation FAQ: Crystal Enterprise 9 & 10 : Crystal Enterprise 9 & 10 Overview Contents This document has been compiled in an effort to assist you both in determining installation requirements for your Crystal Enterprise (CE) installation as well

More information

Viewer info in beginning (give backround info) + PRO info below. PRO msi files on "Nedladdning".

Viewer info in beginning (give backround info) + PRO info below. PRO msi files on  Nedladdning. Viewer info in beginning (give backround info) + PRO info below. PRO msi files on www.pdf-xchange.se "Nedladdning". How do I set switches for MSI type installers when installing PDF-XChange Viewer? Symptoms

More information

OpenLM Agent Installation V and Up

OpenLM Agent Installation V and Up OpenLM Agent Installation V4.2.12 and Up 1 OpenLM Agent Installation V4.2.12 and Up Introduction The OpenLM Agent may be installed on any number of workstations to enhance the enduser experience and control.

More information

Installation Guide for Solid Edge Student Edition and Solid Edge High School Edition

Installation Guide for Solid Edge Student Edition and Solid Edge High School Edition Installation Guide for Solid Edge Student Edition and Solid Edge High School Edition Thank you for using Solid Edge. This document is for students, or secondary school educators/officials using either

More information

ACTIVANT PROPHET UPDATE GUIDE

ACTIVANT PROPHET UPDATE GUIDE ACTIVANT PROPHET 21 10.5 UPDATE GUIDE This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are furnished

More information

CITRIX DEPLOYMENT GUIDELINES

CITRIX DEPLOYMENT GUIDELINES March 2017 UpSlide CITRIX DEPLOYMENT GUIDELINES Table of contents 1 Summary... 3 1.1 Folder and Registry Replication... 3 1.2 Customization Updates... 3 1.3 Enable UpSlide only for certain users... 4 2

More information

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide Authentication Services ActiveRoles Integration Pack 2.1.x Administration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

Client Proxy interface reference

Client Proxy interface reference Reference Guide McAfee Client Proxy 2.3.2 Client Proxy interface reference These tables provide information about the settings found in the Client Proxy UI. Policy Catalog On the McAfee Client Proxy page

More information

RecMic Configuration Tool. Installation Guide

RecMic Configuration Tool. Installation Guide RecMic Configuration Tool Installation Guide Contents Trademarks 3 1 Introduction 4 2 Prepare for installation 5 2.1 System requirements 6 3 Install RecMic Configuration Tool 7 4 Administrative features

More information

Installation Guide MagiCAD UR-1 for AutoCAD

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

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

Symprex Signature Manager

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

More information

Server Edition Administrator s Guide

Server Edition Administrator s Guide Server Edition Administrator s Guide January 28, 2005 FinePrint Software, LLC 16 Napier Lane San Francisco, CA 94133 Fax: 774-254-1923 www.fineprint.com Introduction This document covers FinePrint, pdffactory,

More information

Relativity for Windows Workstations

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

More information