Citrix Systems, Inc.

Size: px
Start display at page:

Download "Citrix Systems, Inc."

Transcription

1 Citrix Systems, Inc.

2 Notice The information in this publication is subject to change without notice. THIS PUBLICATION IS PROVIDED AS IS WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. CITRIX SYSTEMS, INC. ( CITRIX ), SHALL NOT BE LIABLE FOR TECHNICAL OR EDITORIAL ERRORS OR OMISSIONS CONTAINED HEREIN, NOR FOR DIRECT, INCIDENTAL, CONSEQUENTIAL, OR ANY OTHER DAMAGES RESULTING FROM THE FURNISHING, PERFORMANCE, OR USE OF THIS PUBLICATION, EVEN IF CITRIX HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES IN ADVANCE. This publication contains information protected by copyright. Except for internal distribution, no part of this publication may be photocopied or reproduced in any form without prior written consent from Citrix. The exclusive warranty for any Citrix products discussed in this publication, if any, is stated in the product documentation accompanying such products. Citrix does not warrant products other than its own. Product names mentioned herein may be trademarks and/or registered trademarks of their respective companies Citrix Systems, Inc. All rights reserved. Printed in the U.S.A. Version History May 2002 Original ii

3 TABLE OF CONTENTS Introduction...1 Prerequisites...1 How to Obtain the Orca Editor and the Windows Installer 2.0 Update...2 Orca Editor...2 Windows Installer The Orca Editor...5 Modifying an MST File for a New Farm Using an Access Database...5 Modifying an MST File for a New Farm Using a Third Party Database...8 Installing Your Customized Package If Installation Fails Additional Information Citrix Resources Microsoft Resources For Advanced Users Updates to Appendix B of the MetaFrame Administrator s Guide iii

4 Introduction This document will help you create your own transform files (MST) for the MetaFrame XP 1.0, Feature Release 2 MSI package. An MST file is essentially an answer file for MSI packages. In this document, you will become familiar with Microsoft s Orca editor, distribute packages with Msiexec from a command line, and use the Windows Installer Verbose Log Analyzer. You will learn how to modify two of the Citrix-provided transform files to install the first server in a new farm with an Access and SQL data store. Prerequisites One workstation or member server (Windows 2000 workstation, Windows 2000 member server, or Windows XP Pro) for editing and creating an MST file. One Windows 2000 Server with Service Pack 2 on which to install Feature Release 2 (FR2). Microsoft s Orca Editor Windows Installer 2.0 Access to Feature Release 2 (either network or CD access) Access to Appendix B of the MetaFrame XP 1.0 Feature Release 2 Administrators Guide NOTE: You can perform all of the steps in this exercise on the same server. Managed Applications on Farm Server1: SQL App. Regedt32 Named Pipe Communication Citrix Farm Server1 Citrix Farm Server2 1

5 How to Obtain the Orca Editor and the Windows Installer 2.0 Update Orca Editor The Orca Editor is Microsoft s MSI file editor. Other editors are available on the Internet but we used Orca. The Orca Editor allows you to edit the MSI file directly, create new files, or change existing MST files. Follow these steps to download and install the editor. For our purposes, we installed the Orca Editor on a Windows workstation. 1. Go to the MSDN Platform SDK download Web site at You may be prompted to install the SDK Update ActiveX Control. If you do, install it. 2. In the left window pane, select Windows Installer SDK. 3. In the right window pane, select Install this SDK! After you select the link, you are redirected to the Confirm Install Selections Web page. Your server is scanned for any existing components. 2

6 4. After your server is scanned for any existing software, a screen similar to the following appears. 5. Click the Continue button on the right side of the screen to start the download. This download will include the following components: Windows Installer SDK Documentation Windows Installer development files (.h,.lib) Sample MSI files Sample scripts for working with MSI Orca Database Editing Tool MSIVal2 tool database validation tool Code samples Before the download starts, you will be notified that the Installer has privileged access to your server and to download the SDK only from the Microsoft Web site. If you are downloading from the Microsoft Web site, click OK (see bitmap below). 3

7 6. Accept the license agreement. 7. Select the directory where you want to install the program (the default is c:\program Files\Microsoft SDK). 8. Click Install Now. The SDK components download to your server. 9. When installation is complete, close your Web browser. 10. From the directory where you installed the SDK, switch to the Bin subdirectory (for example, C:\Program Files\Microsoft SDK\Bin). 11. Double click the Orca.msi file to install it. 12. The installation program adds an Orca entry to your Start, Programs menu. Windows Installer 2.0 MetaFrame XP 1.0, Feature Release 2 requires Windows Installer 2.0. The update, Instmsiw.msi, is in the support\msi20 directory on the server CD. To verify which version you have installed, type msiexec at a command prompt. A dialog box similar to the following appears. Double-click the MSI package to install it on the server where you will install FR2. NOTE: Make sure you install the MSI package before you contine. 4

8 The Orca Editor Regardless of which database you use for your data store, Citrix recommends that you do the Access exercise to become familiar with the new tools and processes. Modifying an MST File for a New Farm Using an Access Database The Orca Editor is Microsoft s editing tool for MSI packages and MST files. When you install the editor on your system, you will see an entry in your Start, Programs menu that looks like this: Double-click the new entry to start the editor. When you start the editor, the following dialog box appears: The Orca Editor is very similar in look and usage to the Registry Editor. When you open an MSI file, the keys are opened in the left window pane and the properties and values are listed in the right window pane. To change a value, double-click a property and type a new value. 5

9 For the first exercise, we will modify an MST file (localdb_access_create.mst) that ships with FR2. This file will install the first server in a new farm using an Access database. To get started, open Orca Editor. Select File, Open from the pull down menu (or the Open Folder shortcut) and select the Mfxp01 MSI file. This file is in the MetaFrame directory on the CD. When you select the FR2 MSI package, the following dialog box appears: Note that the left pane is populated with the various data tables that make up the MSI package. Next we want to apply an existing transform file to the MSI package and modify it for our needs. To do this, select Apply Transform from the Transform pull-down menu. You need to select a transform that you want to apply to the MSI file. Select the localdb_access_create.mst file from the Support\Install directory on your FR2 server CD. Once you do this, scroll down through the left window pane to the Property table. Note the colored vertical bar next to Property. 6

10 This marker informs you that this is the table you need to change to create a custom transform file. Double click Property. The following dialog box appears: The right window pane is now populated with properties and values. Notice that some of the values have a colored outline. The Citrix sample MST files do this to show you which properties need to be changed. These properties and acceptable values are described in Appendix B of the Feature Release 2 Administrators Guide. Take time to review Appendix B and familiarize yourself with the available properties, their definitions, and acceptable values. Now that you have reviewed Appendix B, you need to change the required entries for creating a new farm with an Access database. To change the values, double-click the existing value and enter the appropriate new value. The values to change for the first server in a farm using an Access database are listed below. CTX_MF_NEW_FARM_NAME Specify the name of your new farm here. CTX_MF_USER_NAME This is the user name for the initial Citrix administrator credentials. CTX_MF_DOMAIN_NAME This is the machine or domain name for the above entry. CTX_MF_SERVER_TYPE Specify the version of MetaFrame to install: XPs, XPa, or XPe. CTX_MF_PRODUCT_CODE Add the appropriate product code for the CTX_MF_SERVER_TYPE selection. 7

11 CTX_MF_CLIENT_CD_PATH The location of your FR2 Client CD or image. You can use a UNC path to point to the FR2 clients. CTX_MF_LAUNCH_CLIENT_CD_WIZARD Determines whether or not to launch the Client wizard. By default, this setting is Yes. Review all your changed entries for any errors. You can edit the transform file later if there is an error but it is easier to check now. After you verify all of the information, save the modified transform file. From the the Transform pull-down menu, select Generate Transform. Citrix recommends that you give your modified transform file a new name so that you do not overwrite the original file. After you save your transform file, close the Orca Editor. To install your FR2 package with your new transform file, see Installing Your Customized Package later in this document. Modifying an MST File for a New Farm Using a Third Party Database For this example, we will modify a sample MST file, thirdpartydb_create_direct.mst, to create a new farm using SQL as the data store. The process is essentially the same as described above for the Access database; however, there are a few extra steps. First, you need to create a database on your SQL server as outlined in Chapter 4 of the MetaFrame XP Feature Release 2 Administrator s Guide. Manually create a DSN file on the server where you will install MetaFrame FR2 to allow connectivity between the FR2 server and the SQL server. To do this, follow the steps below. 13. From the Windows toolbar, click Start, Administrative Tools, Data Source (ODBC). 14. From the File DSN tab, click the Add button. 15. Scroll through the list to SQL Server, select it, and click Next. 16. Give your DSN file a name (for example FR2Server), click Next, and then click Finish. You now have the Properties wizard for your DSN file to specify the appropriate properties. These are the same dialog boxes that appear during a manual installation of MetaFrame XP. Fill in the appropriate information and finish creating the file. NOTE: Click the Test Data Source button to verify the setting before you complete the DSN wizard. Now you are ready to open the Orca Editor to create your custom transform file. 1. Open Orca Editor. 2. Click File, Open from the pull-down menu (or use the Open Folder shortcut) and select the Mfxp001 MSI file. By default, this file is in the MetaFrame directory on the CD. 3. Now you want to apply an existing transform file to the MSI package and modify it for your needs. To do this, from the Transform pull-down menu, select Apply Transform. 8

12 4. Select a transform that you want to apply to the MSI file. For this portion of the exercise, select the thirdpartydb_create_direct.mst file from the Support\Install directory on your FR2 server CD. 5. Scroll to the Properties table entry in the left window pane. As in the Access exercise, there is a colored vertical bar next to the Property entry. 6. Double-click the Property table. The fields you need to change are outlined in bold. Those entries are: CTX_MF_NEW_FARM_NAME Specify the name of your new farm here. CTX_MF_CREATE_FARM_DB_CHOICE The default is Third-Party. This does not need to be changed. CTX_MF_USER_NAME This is the user name for the initial Citrix administrator credentials. CTX_MF_DOMAIN_NAME This is the machine or domain name for the above entry. CTX_MF_ODBC_USER_NAME This is the name you specified when creating your database on the SQL server. NOTE: The template supplied with FR2 uses the SQL sa account. If you want to use Windows NT authentication, supply the user name and the domain name, <domainname>\<username>. CTX_MF_ODBC_PASSWORD This is the password you specified when creating your database on the SQL server. CTX_MF_ODBC_RE_ENTERED_PASSWORD This verifies that you entered the same password as the first time. CTX_MF_SERVER_TYPE Specify the server you will be installing: XPs, XPa, or Xpe-based. CTX_MF_PRODUCT_CODE Add the appropriate product code for the CTX_MF_SERVER_TYPE selection. CTX_MF_CLIENT_CD_PATH The location of your FR2 Client CD or image. NOTE: You can use a UNC path to point to the FR2 client. Make sure the server and the client device are in the same domain. CTX_MF_LAUNCH_CLIENT_CD_WIZARD Determines whether or not to launch the Client wizard. By default, this setting is Yes. CTX_MF_SILENT_DSNFILE This is the location of the DSN file that you created on your target server at the beginning of this exercise. 9

13 Installing Your Customized Package Now you want to install the new transform. There are three ways to install an MSI file with a transform. You can use Installation Manager, you can use Msiexec (the Windows Installer) from a command line, or use a policy in Active Directory or SMS. For this exercise, we used msiexec. A benefit of using Msiexec.exe is that you can specify a log file to record everything that occurs during installation, including any errors that may occur. Verify that you have Windows Installer 2.0 installed by typing msiexec at a command prompt. To install FR2 with your modified MST file, type the following at a command prompt: msiexec /i <path>\mfxp001.msi TRANSFORMS=<path>\YourRenamedMSTFile.mst /l*v c:\install.log The /i variable tells Msiexec that you want to install a package. Adding TRANSFORMS indicates that you have a transform file. Adding the /l*v denotes that you want verbose logging activated. This log file, in addition to Event Viewer entries, will help you determine where a problem exists if the installation fails. NOTE: Using the syntax above, as it is documented in the Feature Release 2 Administrator s Guide, still prompts you with UI panels that you must click through. The MST file inputs its answers in the UI, but you must still click past them. To avoid this, add one of the following undocumented switches: For Add NO UI /q BASIC UI /qb BASIC UI NO MODAL /qb- BASIC UI MODAL /qb+ REDUCED UI /qr To have a truly silent install, add /q after the name of the FR2 package. For example, msiexec /i <path>\mfxp001.msi /q TRANSFORMS=<path>\YourRenamedMSTFile.mst /l*v c:\install.log NOTE: Even though the /q parameter is specified for NO UI, the Client CD Install UI panel still appears. It does not require any interaction and you can ignore it. After entering the appropriate syntax, press Enter. Installation starts. If you select the NO UI installation option, you will know that your installation is successful when the system reboots itself. If there is a problem, the install stops and the system does not reboot. Check the Event Viewer for any errors and make modifications to your MST file as warranted. If no useful entries exist, check through the log file for any failures. 10

14 If Installation Fails If installation fails, look in the Event Viewer for any entries. In most cases, issues where access is denied or incorrect credentials are specified are in the Event Viewer. If there is no information in the Event Viewer, use the Windows Installer Verbose Log Analyzer (Wilogutl.exe). Wilogutl.exe assists in the analysis of log files from a Windows Installer installation and it displays suggested solutions to errors found in the log file. For more details about this utility, read the information located at The Windows Installer Verbose Log Analyzer is available as part of the Platform SDK that you downloaded at the beginning of this exercise. Go to the \Program Files\Microsoft SDK\Bin directory on your local drive. Click the Wilogutl.exe file. When the program starts, you will see a dialog box that looks similar to the following: 11

15 Click the Browse button (button with three dots) and select the log file that was created during the failed installation. Information appears from your log file. When the file is loaded, click the Analyze button. This causes the utility to search for any errors in the file and recommend potential solutions. 12

16 As you can see, the utility shows you how many errors were found along with the section of text in the log file. You can easily scroll through the errors and review them. In the example above, you can see that the install tried using a SQL database that was already in use. This points you back to the information specified in the MST file. The incorrect database was specified. 13

17 In addition, the Event Viewer would show the following entry: Additional Information Citrix Resources Installing MetaFrame XP, Chapter 4 of the MetaFrame Feature Release 2 Administrator s Guide Deploying Feature Release 2 and Service Pack 2, Chapter 5 of the MetaFrame Feature Release 2 Administrator s Guide Microsoft Resources TechNet Article Q223300, How to Enable Windows Installer Logging TechNet Article Q227091, Command-Line Switches for the Microsoft Windows Installer Tool NOTE: This information is available on the MSDN Web site with a bit more detail at 14

18 For Advanced Users TechNet Article Q257718, HOW TO: Create Third-Party Microsoft Installer Package (MSI) Microsoft White Paper, Software Installation and Maintenance. Download Siamwp.doc from This paper presents background and architectural information about the IntelliMirror Software Installation and Maintenance feature. It is intended for Information Technology planners and administrators who want to understand how their organizations can benefit from using this feature. This paper does not provide information about how to use Software Installation and Maintenance. For information about how to use the feature, see the Windows 2000 Server online Help and the Software Installation and Maintenance Walkthrough, both of which are available from the Microsoft Windows 2000 Server Web site. TechNet Article Q271957, HOW TO: Determine the Differences Between Two Windows Installer.msi Packages 15

19 Updates to Appendix B of the MetaFrame Administrator s Guide The following is a list of corrected entries and values for Appendix B of the MetaFrame Administrator s Guide. Only changed items are listed; make sure you review Appendix B for a full listing of properties. CTX_MF_ODBC_PASSWORD Definition: Password for a third-party database Possible values: User defined Default value: Password Update The default value in the MSI package and MST files is citrix in lower case letters. CTX_MF_SILENT_DSNFILE Definition: DSN file for the silent install to be used for the data store Possible values: Complete path to the DSN file Default value: (null) Update The default value in the MSI package and MST files is C:\testsql.dsn. CTX_MF_LAUNCH_CLIENT_CD_WIZARD Definition: Specifies whether or not to launch the ICA Client Distribution wizard (to update the ICA Clients on the MetaFrame server) Possible values: Yes = launch wizard or No = do not launch wizard; that is, do not update clients Default value: No Update The default value in the MSI package and MST files is Yes. 16

20 851 W. Cypress Creek Road Ft. Lauderdale, FL

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

Adobe Acrobat 9 Deployment on Microsoft Windows Group Policy and the Active Directory service

Adobe Acrobat 9 Deployment on Microsoft Windows Group Policy and the Active Directory service Adobe Acrobat 9 Deployment on Microsoft Windows Group Policy and the Active Directory service white paper TABLE OF CONTENTS 1. Document overview......... 1 2. References............. 1 3. Product overview..........

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

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

More information

Universal Management Service 2015

Universal Management Service 2015 Universal Management Service 2015 UMS 2015 Help All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

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

Symantec AntiVirus Corporate Edition Patch Update

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

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

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

More information

Adobe Acrobat 9 Deployment on Microsoft Systems Management

Adobe Acrobat 9 Deployment on Microsoft Systems Management Adobe Acrobat 9 Deployment on Microsoft Systems Management Server white paper TABLE OF CONTENTS 1. Document overview......... 1 2. References............. 1 3. Product overview.......... 1 4. Installing

More information

How To Install Outlook Addin On A 32 Bit Computer

How To Install Outlook Addin On A 32 Bit Computer Deployment Guide - Outlook Add-In www.exclaimer.com Contents About This Guide... 3 System Requirements... 4 Software... 4 Installation Files... 5 Deployment Preparation... 6 Installing the Add-In Manually...

More information

By the Citrix Publications Department. Citrix Systems, Inc.

By the Citrix Publications Department. Citrix Systems, Inc. Licensing: The License Management Console By the Citrix Publications Department Citrix Systems, Inc. Notice The information in this publication is subject to change without notice. THIS PUBLICATION IS

More information

User Document. Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory

User Document. Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory Copyright 2005 Adobe Systems Incorporated. All rights reserved. NOTICE: All information contained herein is the property

More information

Both MS Windows 2000 Server and MS System Management Server (SMS) support this type of network installation.

Both MS Windows 2000 Server and MS System Management Server (SMS) support this type of network installation. Network Installation of OmniPage Pro 12 Office Introduction Network installation enables a system administrator to push applications out to client computers without the need to visit each client system.

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

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

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

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

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

More information

By the Citrix Publications Department. Citrix Systems, Inc.

By the Citrix Publications Department. Citrix Systems, Inc. Licensing: Setting Up the License Server on a Microsoft Cluster By the Citrix Publications Department Citrix Systems, Inc. Notice The information in this publication is subject to change without notice.

More information

7.92 Installation Guide

7.92 Installation Guide 7.92 Installation Guide 042412 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Project management integrated into Outlook

Project management integrated into Outlook y Project management integrated into Outlook InLoox PM 7.x deployment via Group Policy An InLoox Whitepaper Published: October 2011 You can find up-to-date information at http://www.inloox.com The information

More information

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide Dell Recovery Manager for Active Directory 8.6 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

SmartDraw Installation Guide

SmartDraw Installation Guide SmartDraw Installation Guide System Requirements Your computer must meet these requirements in order to run SmartDraw: Windows Vista, XP or 2000 256MB RAM 3GB free hard disk space Installation Options

More information

Foxit Reader Deployment and Configuration

Foxit Reader Deployment and Configuration Copyright 2004-2015 Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

In This Guide. Nitro Pro 9 - Deployment Guide

In This Guide. Nitro Pro 9 - Deployment Guide In This Guide Nitro Pro 9 Deployment Guide 3 Customize Your Installation 3 To Customize An Installation Using The Wizard 3 Syntax Example 3 To Customize An Installation Using Orca 4 Syntax Example 4 Customizable

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright

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

For Active Directory Installation Guide

For Active Directory Installation Guide For Active Directory Installation Guide Version 2.5.2 April 2010 Copyright 2010 Legal Notices makes no representations or warranties with respect to the contents or use of this documentation, and specifically

More information

EventTracker: Support to Non English Systems

EventTracker: Support to Non English Systems EventTracker: Support to Non English Systems Publication Date: April 25, 2012 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Introduction This document has been prepared to

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

Inmagic ODBC Driver 8.00 Installation and Upgrade Notes

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

More information

CS WinOMS Practice Management Software Server Migration Help Guide

CS WinOMS Practice Management Software Server Migration Help Guide CS WinOMS Practice Management Software Server Migration Help Guide Checklist Prior to Beginning a Server Migration: A. The CS WinOMS install disk. Install files can be downloaded to server via FTP, contact

More information

ilaw Installation Procedure

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

More information

Foxit Reader Deployment and Configuration

Foxit Reader Deployment and Configuration Copyright 2004-2016 Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of

More information

TECHNICAL NOTE. The following information is provided as a service to our users, customers, and distributors.

TECHNICAL NOTE. The following information is provided as a service to our users, customers, and distributors. page 1 of 11 The following information is provided as a service to our users, customers, and distributors. ** If you are just beginning the process of installing PIPSPro 4.3.1 then please note these instructions

More information

Deployment of Keepit for Windows

Deployment of Keepit for Windows Deployment of Keepit for Windows Keepit A/S October 13, 2010 1 Introduction When deploying Keepit in larger setups with many desktops and servers, installing Keepit individually on each computer is cumbersome

More information

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

Xcalibur Global Version 1.2 Installation Guide Document Version 3.0

Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 December 2010 COPYRIGHT NOTICE TRADEMARKS 2010 Chip PC Inc., Chip PC (Israel) Ltd., Chip PC (UK) Ltd., Chip PC GmbH All rights reserved.

More information

Project management integrated into Outlook

Project management integrated into Outlook y Project management integrated into Outlook InLoox 6.x deployment via Group Policy An InLoox Whitepaper Published: February 2011 You can find up-to-date information at http://www.inloox.com The information

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Promap V4 ActiveX MSI File

Promap V4 ActiveX MSI File Promap V4 ActiveX MSI File Contents What is an MSI File? Promap V4 MSI Main Advantage Installation via Group Policy (Windows Server 2000) Installation via Group Policy (Windows Server 2003) What is an

More information

Enterprise Vault Installing and Configuring

Enterprise Vault Installing and Configuring Enterprise Vault Installing and Configuring Enterprise Vault 6.0 Legal Notice Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, VERITAS, the VERITAS Logo, and Enterprise

More information

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

Snow Inventory. Installing and Evaluating

Snow Inventory. Installing and Evaluating Snow Inventory Installing and Evaluating Snow Software AB 2002 Table of Contents Introduction...3 1. Evaluate Requirements...3 2. Download Software...3 3. Obtain License Key...4 4. Install Snow Inventory

More information

File and Printer Sharing with Microsoft Windows

File and Printer Sharing with Microsoft Windows Operating System File and Printer Sharing with Microsoft Windows Microsoft Corporation Published: November 2003 Abstract File and printer sharing in Microsoft Windows allows you to share the contents of

More information

Installation Instruction STATISTICA Enterprise Small Business

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

More information

Improving Performance of Microsoft CRM 3.0 by Using a Dedicated Report Server

Improving Performance of Microsoft CRM 3.0 by Using a Dedicated Report Server Improving Performance of Microsoft CRM 3.0 by Using a Dedicated Report Server January 2006 Downloaded from http://www.sonomapartners.com/ - 1 - Information in this document, including URL and other Internet

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Mac OS X Users 10.0 Symantec Enterprise Vault: Guide for Mac OS X Users The software described in this book is furnished under a license agreement and may be used only

More information

Troubleshooting File and Printer Sharing in Microsoft Windows XP

Troubleshooting File and Printer Sharing in Microsoft Windows XP Operating System Troubleshooting File and Printer Sharing in Microsoft Windows XP Microsoft Corporation Published: November 2003 Updated: August 2004 Abstract File and printer sharing for Microsoft Windows

More information

TIBCO Spotfire Metrics Prerequisites and Installation

TIBCO Spotfire Metrics Prerequisites and Installation TIBCO Spotfire Metrics Prerequisites and Installation Software Release 6.0 November 2013 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF

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

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide

Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide Digipass Plug-In for IAS IAS Plug-In IAS Microsoft's Internet Authentication Service Installation Guide Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations

More information

NovaBACKUP xsp Version 12.2 Upgrade Guide

NovaBACKUP xsp Version 12.2 Upgrade Guide NovaBACKUP xsp Version 12.2 Upgrade Guide NovaStor / August 2011 Rev 20110815 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications

More information

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information

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

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

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

More information

Specops Command. Installation Guide

Specops Command. Installation Guide Specops Software. All right reserved. For more information about Specops Command and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Command is a trademark owned by Specops

More information

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Inventory is a trademark owned by Specops Software.

More information

SMART Sync 2011. Windows operating systems. System administrator s guide

SMART Sync 2011. Windows operating systems. System administrator s guide SMART Sync 2011 Windows operating systems System administrator s guide Trademark notice SMART Sync, smarttech and the SMART logo are trademarks or registered trademarks of SMART Technologies ULC in the

More information

Installing RMFT on an MS Cluster

Installing RMFT on an MS Cluster Installing RMFT on an MS Cluster RMFT Software Version 2.4.3 Supported on: Windows Server 2003 Enterprise Edition Windows Server 2000 Advanced Windows Server 2003 Datacenter Edition Windows Server 2008

More information

Version 5.0. SurfControl Web Filter for Citrix Installation Guide for Service Pack 2

Version 5.0. SurfControl Web Filter for Citrix Installation Guide for Service Pack 2 Version 5.0 SurfControl Web Filter for Citrix Installation Guide for Service Pack 2 NOTICES Updates to the SurfControl documentation and software, as well as Support information are available at www.surfcontrol.com/support.

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

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

PC Power Down. MSI Deployment Guide

PC Power Down. MSI Deployment Guide PC Power Down MSI Deployment Guide 1. Introduction 1.1. Outline The client software for PC Power Down can be pushed out across a network, saving the effort of individually visiting each computer to install

More information

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

Creating and Deploying Active Directory Rights Management Services Templates Step-by-Step Guide

Creating and Deploying Active Directory Rights Management Services Templates Step-by-Step Guide Creating and Deploying Active Directory Rights Management Services Templates Step-by-Step Guide Microsoft Corporation Published: January 2008 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step

More information

Secure Agent Quick Start for Windows

Secure Agent Quick Start for Windows Secure Agent Quick Start for Windows 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

IBM Connections Plug-In for Microsoft Outlook Installation Help

IBM Connections Plug-In for Microsoft Outlook Installation Help IBM Connections Version 5 IBM Connections Plug-In for Microsoft Outlook Installation Help Edition Notice Note: Before using this information and the product it supports, read the information in "Notices."

More information

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Note: I have only tested these procedures on Server 2003 SP1 (DC) and XP SPII client, in a controlled lab environment,

More information

Remote Management System

Remote Management System RMS Copyright and Distribution Notice November 2009 Copyright 2009 ARTROMICK International, Inc. ALL RIGHTS RESERVED. Published 2009. Printed in the United States of America WARNING: ANY UNAUTHORIZED

More information

e-business Suite Server Install Guide

e-business Suite Server Install Guide e-business Suite Server Install Guide Version 1.0 April 2011 Avelo FS Holdings Limited 2011 *These accreditations belong to Avelo FS Limited **This accreditation belongs to Avelo FS Limited and Avelo Portal

More information

Virtual CD v10. Network Management Server Manual. H+H Software GmbH

Virtual CD v10. Network Management Server Manual. H+H Software GmbH Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

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

ArcGIS 10.3 Enterprise Deployment. An Esri Technical Paper December 2014

ArcGIS 10.3 Enterprise Deployment. An Esri Technical Paper December 2014 ArcGIS 10.3 Enterprise Deployment An Esri Technical Paper December 2014 Copyright 2014 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the

More information

HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE

HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE Copyright 1998-2013 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by any means

More information

Nintex Workflow 2010 Installation Guide. Installation Guide. 2012 Nintex USA LLC, All rights reserved. Errors and omissions excepted.

Nintex Workflow 2010 Installation Guide. Installation Guide. 2012 Nintex USA LLC, All rights reserved. Errors and omissions excepted. Installation Guide 2012 Nintex USA LLC, All rights reserved. Errors and omissions excepted. Table of Contents 1. Installing Nintex Workflow 2010... 3 1.1 Run the Installer... 3 1.2 Deploy the Solution

More information

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training QAD Enterprise Applications Training Guide Demand Management 6.1 Technical Training 70-3248-6.1 QAD Enterprise Applications February 2012 This document contains proprietary information that is protected

More information

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2010 Installation Guide, product version 6.4. This guide is item number DOC-110, revision 1.045, May 2010 Copyright 1995-2010 Lenel Systems International, Inc. Information

More information

Version 3.8. Installation Guide

Version 3.8. Installation Guide Version 3.8 Installation Guide Copyright 2007 Jetro Platforms, Ltd. All rights reserved. This document is being furnished by Jetro Platforms for information purposes only to licensed users of the Jetro

More information

SQL Server 2008 R2 Express Installation for Windows 7 Professional, Vista Business Edition and XP Professional.

SQL Server 2008 R2 Express Installation for Windows 7 Professional, Vista Business Edition and XP Professional. SQL Server 2008 R2 Express Installation for Windows 7 Professional, Vista Business Edition and XP Professional. 33-40006-001 REV: B PCSC 3541 Challenger Street Torrance, CA 90503 Phone: (310) 303-3600

More information

CCH Portal. Installation Guide. June 2013

CCH Portal. Installation Guide. June 2013 CCH Portal Installation Guide June 2013 Legal Notice Disclaimer CCH Software has made every effort to ensure the accuracy and completeness of this Guide. However, CCH Software, its staff and agents will

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

Wavecrest Certificate

Wavecrest Certificate Wavecrest InstallationGuide Wavecrest Certificate www.wavecrest.net Copyright Copyright 1996-2015, Wavecrest Computing, Inc. All rights reserved. Use of this product and this manual is subject to license.

More information

TECHNICAL SUPPORT GUIDE

TECHNICAL SUPPORT GUIDE TECHNICAL SUPPORT GUIDE INTRODUCTION This document has been developed to provide a guideline for assisting our clients and their technicians with a standard Console Gateway Live configuration. IS THIS

More information

Distributing EmailSMS v2.0

Distributing EmailSMS v2.0 Distributing EmailSMS v2.0 1) Requirements Windows 2000/XP and Outlook 2000, 2002 or 2003, Microsoft.NET Framework v 2).NET Framework V 1 Rollout Microsoft.NET Framework v1 needed to run EmailSMS v2.0.

More information

Report Designer and Report Designer Add-In Installation Guide Version 1.0

Report Designer and Report Designer Add-In Installation Guide Version 1.0 Table of Contents Report Designer and Report Designer Add-In Installation Guide Version 1.0 Table of Contents The software described in this document is protected by copyright, and may not be copied on

More information

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide Novell Storage Manager 3.1.1 for Active Directory Installation Guide www.novell.com/documentation Installation Guide Novell Storage Manager 3.1.1 for Active Directory October 17, 2013 Legal Notices Condrey

More information

Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide

Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Microsoft Corporation Published: October 2006 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step guide

More information

ArcGIS 10.2 Enterprise Deployment. An Esri Technical Paper August 2013

ArcGIS 10.2 Enterprise Deployment. An Esri Technical Paper August 2013 ArcGIS 10.2 Enterprise Deployment An Esri Technical Paper August 2013 Copyright 2013 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the

More information

Lepide Event Log Manager: Installation Guide. Installation Guide. Lepide Event Log Manager. Lepide Software Private Limited

Lepide Event Log Manager: Installation Guide. Installation Guide. Lepide Event Log Manager. Lepide Software Private Limited Installation Guide Lepide Event Log Manager , All Rights Reserved This User Guide and documentation is copyright of Lepide Software Private Limited, with all rights reserved under the copyright laws. This

More information

Installation Instruction STATISTICA Enterprise Server

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

More information

Lab 05: Deploying Microsoft Office Web Apps Server

Lab 05: Deploying Microsoft Office Web Apps Server Lab 05: Deploying Microsoft Office Web Apps Server DISCLAIMER 2013 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Hyper-V, Internet Explorer, Lync, PowerPoint, Silverlight, SQL

More information

Automating client deployment

Automating client deployment Automating client deployment 1 Copyright Datacastle Corporation 2014. All rights reserved. Datacastle is a registered trademark of Datacastle Corporation. Microsoft Windows is either a registered trademark

More information

Module 8: Implementing Group Policy

Module 8: Implementing Group Policy Module 8: Implementing Group Policy Contents Overview 1 Lesson: Implementing Group Policy Objects 2 Lesson: Implementing GPOs in a Domain 12 Lesson: Managing the Deployment of Group Policy 21 Lab: Implementing

More information

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

Technical Reference: Deploying the SofTrack MSI Installer

Technical Reference: Deploying the SofTrack MSI Installer Technical Reference: Page 1 of 20 Table of Contents Overview...3 Prerequisites...3 Component Descriptions...3 Deploying the MSI...3 Script Method...3 Defining Public Properties... 4 Public Property Tables...

More information