VA Smalltalk Installer

Size: px
Start display at page:

Download "VA Smalltalk Installer"

Transcription

1 INSTANTIATIONS VA Smalltalk Installer Beta 11/15/2012 This document describes the Beta VA Smalltalk product and documentation installers and gives instructions regarding the improved installation process including a description of new Environments tool which creating and organizing multiple development configurations

2 Contents How is it different?... 3 One setup program that can install both Client and Manager Library Documentation is in a separate installation package... 3 File Locations... 3 Overview of Installation... 4 Installation Configurations... 4 Installing VA Smalltalk on Windows... 5 Installation Preparation... 5 Download and execute VA Smalltalk 8.6.exe... 5 Installation results... 6 Getting Started creating Development Environments (Starting an Image)... 6 Documentation Installation... 7 Uninstalling... 7 Troubleshooting... 8 Two known problems with uninstalling have shown up during our testing Environments User Guide... 8 First Time Launch... 8 Creating a New Environment Working with an Existing Environment in the List Exit Environments Overriding Environments System Settings... 15

3 Welcome to the Beta for our new Installer and Environments Tool for Version 8.6! The new installer is for Windows operating systems only. We plan for the new Environments tool to be available for Linux with the release of version 8.6. How is it different? One setup program that can install both Client and Manager Library. The installer is based on InstallShield and is intended to simplify the installation by making it possible to install both Client and Manager Library at the same time. We have retained the capability of installing only the Client or only the Manager Library (for team development environments) by using InstallShield's custom install type capabilities. The new Environments tool provides a simple user interface for creating and managing one or more development environments. When the product is installed, shortcuts to launch Environments will be placed on the desktop and the Start menu rather than shortcuts to directly start up a development image. Once you launch Environments, it is very easy to get an image up and running. Documentation is in a separate installation package Due to the size of our documentation and the fact that the documentation is readily available online, we have split it out into a separate package. The documentation installer is also based on InstallShield Installing the Documentation is very simple. Download and execute the VA Documentation 8.6 Setup.exe. File Locations To be compliant with Windows UAC, the new installer places our read-only files into the Program Files directory. The root directory of VA Smalltalk is %ProgramFiles%\Instantiations\VA Smalltalk\8.6 (32-bit systems) %ProgramFiles(x86)%\Instantiations\VA Smalltalk\8.6 (64-bit systems). Note that the bin directory no longer exists in the VA Smalltalk root directory;.exe,.dll, and necessary supporting files are in the root directory. Because it is a read-write file, the manager library will be installed to a shared location, which is specified by the %ALLUSERSPROFILE% environment variable. This variable resolves to different locations on different windows versions:

4 Windows XP; %systemdrive%\all Users\ApplicationData Windows Vista and later: %systemdrive%\programdata Since development environments belong to a single user, they must be placed in a directory to which you have read/write access. By default, this directory is: %USERPROFILE%\Instantiations\VA Smalltalk\8.6 The new Environments tool helps you to set up a development environment (including image, ini and other user modifiable files) in a directory structure you choose. Documentation is installed in the VA Smalltalk root directory under the subfolder help. Overview of Installation VA Smalltalk conceptually consists of two major pieces: The Client, which is all the code --- the image, virtual machine, and supporting programs and files (bitmaps, localized messages, etc.) -- that is needed to run VA Smalltalk and connect to the code repository. The Manager Library, which is the code repository for code we ship with VA Smalltalk and the code you develop together with the programs that provide access to the Manager Library. Installation Configurations Developers work with VA Smalltalk in two ways -- standalone or in a team development configuration. In a team development configuration, the system administrator installs the manager library in a networked location and runs a server named EMSRV, which allows multiple connections to the manager library. Each developer installs a client on his/her machines and configures the client to connect to the central manager by changing the ini file for the image. In a standalone configuration, one developer works with his/her own copy of the manager library, usually on the same machine as the client. The simplest way to connect to the manager library in this case is to use what is called File I/O, in which case it isn't necessary to run EMSRV. If you use File I/O only one connection at a time to the library manager is allowed. The installation will be configured for File I/O access by default. The new Environments tool establishes a VA Smalltalk development environment; that is, it provides copies of shipped files and an interface to configure the ini file to change the manager library location.

5 Note: EMSRV may be used in a standalone configuration if you wish to have multiple images connecting to the manager simultaneously. Use the Environments tool to reconfigure for using EMSRV. Installing VA Smalltalk on Windows Installing VA Smalltalk consists of Performing installation preparation Downloading and executing the installer Creation of development environments is a separate step accomplished using the Environments tool after the installation wizard has finished. Installation Preparation Before beginning the installation of VA Smalltalk, do the following: Stop any running VA Smalltalk images If EMSRV is running from the directory to be updated, stop EMSRV. If you are using VA Smalltalk on a DBCS system, you must use the ABTRULES.DBC file instead of the default US-English ABTRULES.NLS provided by the system. The ABTRULES.DBC file contains additional codepage conversion tables needed for the DBCS environment. You can find this file in your VA Smalltalk NLS directory. Back up the ABTRULES.NLS file to ABTRULES.BAK, and then rename ABTRULES.DBC to ABTRULES.NLS. Download and execute VA Smalltalk 8.6.exe Standalone Installation After accepting the license agreement, you will be presented with a choice of a Typical or Custom Installation. If you want to work in a standalone configuration with your library manager on your local machine, select Typical. All necessary files for the Client will be copied to the Program Files directory. The manager will be installed in the %ALLUSERSPROFILE% directory on your local machine. Team Development Installation If you are working in a team configuration and want to set up just a client or manager, select Custom. The Custom dialog allows you to select the Client or Manager feature. The Client feature includes all files except the library manager.

6 The Manager feature installs the manager in %ALLUSERSPROFILE% directory, and the team development tools -- emadmin, emsrv, and the importer -- in the VA Smalltalk root installation directory. Note: You do not need to reboot your machine after installation. Installation results In order to keep the installation process simple, the installer makes many decisions about locations and permissions of files. Specifically, the location of and permissions on the Manager Library are predetermined. Manager Library Location There is no choice of directories -- the manager is always installed down the path pointed to by the %ALLUSERSPROFILE% environment variable. If you wish to move the manager library to a different location, you can do so as an administrator after the installation and set up the necessary user access permissions. The Client ini files will not reflect this change, so developers on your team will need to make this adjustment in the ini file after they install the Client using the Environments tool. Permissions on Library Manager (Windows Vista and later) The manager is installed with full access for administrators and the Users group. An administrator will need to manually create permissions for other users and /or user groups. Shortcuts to the Environments Tool Shortcuts are placed on the Start Menu in Start>>VA Smalltalk 8.6, and on the Desktop. Getting Started creating Development Environments (Starting an Image) If you are working in a standalone configuration, your next step is to start the Environments tool using one of the shortcuts created during installation. In a team development configuration, EMSRV must be configured and started by the system administrator before you can connect to the manager library. To configure and start EMSRV for Windows, refer to the online documentation here:

7 - href=ig/instgd54.html Team developers can use the Environments tool to configure their development image for connecting to the manager. Once EMSRV is running, they can connect to the central library. Starting Environments You can launch it from shortcuts on the Desktop or the Start Menu. There is a brief guide to its use in the Environments User Guide section. Note: If you have changed the way you access the Library (mgr86.dat) or changed the Library location from when you installed VA Smalltalk, you should update the abt.ini file located in the newimage860 folder before starting up Environments. Documentation Installation The documentation will be installed in the Program Files directory under the VA Smalltalk Root Directory in the help subdirectory. %ProgramFiles%\Instantiations\VA Smalltalk\8.6 (32-bit systems) or %ProgramFiles(x86)%\Instantiations\VA Smalltalk\8.6 (64-bit systems) A shortcut will be placed on the Start Menu under VA Smalltalk 8.6. Uninstalling Uninstall VA Smalltalk 8.6 (Product and Documentation) using the Control Panel. Files that will remain after uninstalling: The manager library will not be removed to prevent you from accidentally deleting saved work. All files created by Environments will remain for the same reason. Environments creates files in the following directories %APPDDATA%\Instantiations\VA Smalltalk\8.6 (private storage ) %USERPROFILE%\My Documents\Instantiations\VA Smalltalk\8.6 (user's files) Files and directories may not be removed if you have an explorer window open in one of the directories affected or it is locked by some other process,

8 Troubleshooting Two known problems with uninstalling have shown up during our testing. Below are the symptoms and how to solve the issue. 1. An error dialog from Windows Installer appears with the text: "Error opening installation log file. Verify that the specified log file location exists and is writable. Microsoft has confirmed this to be a problem with Windows 7 Professional. To work around this issue, stop and restart the Explorer.exe process using Task Manager. 2. An error with Windows Installer appears with Error 1301 and various messages. The directory specified in the error is currently open in Windows Explorer. Several possible causes of this error are: The directory specified in the error is currently open in Windows Explorer. This locks the location and prevents the installation from being able to access it. Another application or utility, such as a virus scanner, is currently locking the directory specified in the error message. The user performing the installation does not have sufficient security privileges to access the directory specified in the error message. Environments User Guide Environments is a tool for creating and organizing multiple development configurations, referred to as environments. Many developers keep multiple customized copies of the VA Smalltalk development environment (different images configured and saved for different projects). Environments allows you to work with all of them from a single user interface. Environments will create a top-level directory in which to store your images and supporting files. Each time you create an environment, the tool will copy all necessary files from the installation directory into a subdirectory of the top-level directory. Environments has plenty of built-in help via hover help. Most buttons and fields have help available. Just hold your mouse over the control; a bubble will pop up with information on it. First Time Launch The first time you launch Environments, you will see a dialog that will ask you if you want to create a new Environment.

9 Figure 1: first time startup Environments will create a top-level directory in which to store your images and supporting files. This directory defaults to: %USERPROFILE%\My Documents\Instantiations\VA Smalltalk\8.6. If you don t want to use the default development image path defined above, click No to set the system settings by hand. For more information on how to manually change the tool s system settings, see "Overriding Environments System Settings" If you want to use the default development image path defined above, click Yes. The next form you see is the Create New Environment form

10 Creating a New Environment Figure 2: Create New Environment Form Select a name for your Environment -- this name will appear in the Main Environments List Form and will also be the name of the subdirectory created under the top-level directory. Select whether you want a full (VA Smalltalk) or minimal (IBMST) development environment -- nearly all the time you will want full so you have access to all the development tools. The next section of the form is where you configure your environment for File I/O or EMSRV. The default values are based on the settings found in the abt.ini file located in the newimage860 folder. Leave the Server Name blank for File I/O. To run with EMSRV, enter the server name the manager resides on. Localhost indicates the manager resides on the same machine as the environment. For

11 either configuration, specify the full path to the manager library you want this environment to connect to when you start up its image. Note: If you want to copy other files to work with from the VA Smalltalk root directory, click the Show optional items arrow button to navigate to the Copy optional files dialog. This dialog gives you the option of copying any files you may want locally so that you can modify them. Currently you can select the message catalog files, IC packaging files, and Xml files. Once you have made your selections, press the Hide optional items button to navigate back to the Create New Environments dialog and then press the Done button. The Environments tool will create the new environment folder and copy all required and optional files to it. The copy of the abt.ini file will reflect any changes made to the library access settings as well as any path changes required due to optional file selections. At this point, you have a complete development environment to work with; Environments will navigate to the Main Environments List Form:

12 Figure 3: Main Environments List Form with single image To start your new image, select the Environment in the list and then click the launch button.. Tip: If you double-click on the left side of an Environment in the list, you will activate the launch operation.

13 Working with an Existing Environment in the List Figure 4: Main Environments List Form with single image When you select an Environment in the list, a row of buttons will appear to the right of the Environment name: navigates to the Edit Environment form so you can view/modify the Environment s settings. opens an Explorer view on the selected Environment s folder. copies a fresh copy of the Environment s selected image type file to the Environment s folder. If there is an existing image file in the Environment s folder, it will be copied to a.bak version of the file before being replaced. creates a shortcut on the desktop that will start the selected Environment image. The shortcut will be given the same name as the selected Environment. deletes the selected Environment. When pressed, a confirmation dialog will be displayed that also allows you to (optionally) delete all of the folder(s) and files associated with the Environment.

14 Exit Environments Click the Windows close button in the upper right corner to exit Environments.

15 Overriding Environments System Settings Figure 5: Main Environments List Form with no images To change the systems settings, press the - open the Systems Settings form. -in the upper right corner to

16 Figure 6: System Settings form The System Settings form allows you to change where Environments places the development image folders and where it looks for the installation tree. Either Done or Cancel bring you back to the Main Environments List Form.

MassTransit Server Installation Guide for Windows

MassTransit Server Installation Guide for Windows MassTransit 6.1.1 Server Installation Guide for Windows November 24, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail: info@grouplogic.com

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

1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically.

1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically. 1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically. If setup does not launch, use Windows Explorer to navigate to the appropriate CD- ROM

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 3 Introducing Windows Operating Systems

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 3 Introducing Windows Operating Systems Chapter 3 Introducing Windows Operating Systems Objectives Learn how to use Windows to interface with users, files and folders, applications, and hardware Learn about some Windows tools that you can use

More information

PhotoPDF User Guide. PhotoPDF. Photo to PDF Converter

PhotoPDF User Guide. PhotoPDF. Photo to PDF Converter PhotoPDF Photo to PDF Converter PhotoPDF is a batch-processing tool to convert photos into PDF file. PhotoPDF provides three modes of conversion: Batch Convert, Photos Merge and Thumbnail Page. PhotoPDF

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

Version 2.8. Installation Guide

Version 2.8. Installation Guide Version 2.8 Installation Guide Copyright 2010 Pearson Education, Inc. or its affiliate(s). All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries, of Pearson Education,

More information

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Thank you for purchasing Inmagic Content Server. Content Server is an enterprise-wide scalable content management

More information

Sage Fixed Assets Lite Depreciation for Sage 50 - U.S. Edition

Sage Fixed Assets Lite Depreciation for Sage 50 - U.S. Edition Sage Fixed Assets 2018.0 Lite Depreciation for Sage 50 - U.S. Edition Quick start guide October 2017 Last updated October 04, 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage

More information

Copyright Autodesk, Inc.

Copyright Autodesk, Inc. Customer and Administration Building, Ditzingen, Germany - Design by Barkow Leibinger Architects Copyright 2003-2008 Autodesk, Inc. Table of Contents 1 Introduction... 3 What is Facility Manager?... 3

More information

10ZiG Technology. Thin Desktop Quick Start Guide

10ZiG Technology. Thin Desktop Quick Start Guide 10ZiG Technology Thin Desktop Quick Start Guide 2010 05 20 Introduction This document is intended as a quick start guide for installing Thin Desktop. After reading this document, you will know how to:

More information

Installing AppleWorks 6 FOR WINDOWS

Installing AppleWorks 6 FOR WINDOWS apple Installing AppleWorks 6 FOR WINDOWS 1 Installing AppleWorks 6 This booklet provides instructions for m installing and uninstalling AppleWorks m setting up an AppleWorks Installer on a server, so

More information

Cisco recommends that you have knowledge of FireSIGHT Management Center, Sourcefire User Agent, and Active Directory.

Cisco recommends that you have knowledge of FireSIGHT Management Center, Sourcefire User Agent, and Active Directory. Contents Introduction Prerequisites Installation Requirements Installation of Sourcefire User Agent Uninstallation of the Sourcefire User Agent Troubleshoot Uninstallation Issues Symptom Solution Introduction

More information

Remote Support 19.1 Web Rep Console

Remote Support 19.1 Web Rep Console Remote Support 19.1 Web Rep Console 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the property

More information

Sage Fixed Assets Single User

Sage Fixed Assets Single User Single User 2018.0 Installation guide October 2017 Last updated October 17, 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned

More information

Sage Fixed Assets Lite Depreciation for Sage 50 - U.S. Edition. Quick start guide

Sage Fixed Assets Lite Depreciation for Sage 50 - U.S. Edition. Quick start guide Sage Fixed Assets Lite Depreciation for Sage 50 - U.S. Edition Quick start guide Last updated January 15, 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage

More information

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc.

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc. Quick KVM 1.1 User s Guide ClearCube Technology, Inc. Copyright 2005, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or transmitted in any

More information

Setting File Creation Software for North America. Installation Instructions

Setting File Creation Software for North America. Installation Instructions Contents 1 Overview............................................................. 2 2 System Requirements.................................................. 2 3 Installing and Uninstalling..............................................

More information

Dell Client System Update Version 1.0. User s Guide

Dell Client System Update Version 1.0. User s Guide Dell Client System Update Version 1.0 User s Guide Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates potential

More information

Remote Support Web Rep Console

Remote Support Web Rep Console Remote Support Web Rep Console 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

More information

Sage Fixed Assets Lite Depreciation

Sage Fixed Assets Lite Depreciation Sage Fixed Assets Lite Depreciation 2018.0 Quick start guide October 2017 Last updated October 17, 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product

More information

ATX Document Manager. User Guide

ATX Document Manager. User Guide ATX Document Manager User Guide ATX DOCUMENT MANAGER User Guide 2008 CCH Small Firm Services. All rights reserved. 6 Mathis Drive NW Rome, GA 30165 No part of this manuscript may be copied, photocopied,

More information

Lite Depreciation Quick Start Guide

Lite Depreciation Quick Start Guide Sage Fixed Assets Lite Depreciation 2013.1 Quick Start Guide Sage Fixed Assets Lite Depreciation Quick Start Guide Version 2013.1 Contents Chapter 1. Introduction Supported Operating Environments..........................................................

More information

FAS 50 Asset Accounting Quick Start Guide

FAS 50 Asset Accounting Quick Start Guide FAS 50 Asset Accounting Quick Start Guide Version 2012 Contents Chapter 1. Introduction Supported Operating Environments.......................................................... 1-1 System Requirements......................................................................

More information

BP-VA Quick Start. Last update: 29 th January, Copyright Visual Paradigm International Ltd.

BP-VA Quick Start. Last update: 29 th January, Copyright Visual Paradigm International Ltd. BP-VA Quick Start Last update: 29 th January, 2010 Copyright 2002-2010 Visual Paradigm International Ltd. Table of Contents Table of Contents... 2 Getting started... 3 Installing Business Process Visual

More information

Batch Watermark Creator Software

Batch Watermark Creator Software PhotoX Batch Watermark Creator Software PhotoX helps you to add watermark stamp to your photos in a batch. The watermark can be generated from text or from an image. PhotoX also provides other tools likes

More information

Inmagic Content Server Standard Version 9.00 Installation Notes for New and Upgrade Installations

Inmagic Content Server Standard Version 9.00 Installation Notes for New and Upgrade Installations Inmagic Content Server Standard Version 9.00 Installation Notes for New and Upgrade Installations Revision 2 Thank you for purchasing Inmagic Content Server. This document is intended for the following

More information

GENERAL INSTALLATION NOTES

GENERAL INSTALLATION NOTES Release Notes Kurzweil 3000 Version 12 Patch 12.02 March 23, 2011 This document provides information about Patch 12.02 for Standalone, Network and Web License Editions, in addition to notes from versions

More information

PAL Installation Instructions

PAL Installation Instructions PAL Installation Instructions ADMINISTRATOR (NETWORK) INSTALLS These instructions are for PCs that are connected by a network, for the purpose of sharing PAL data and notes. PAL can be installed using

More information

Sage Fixed Assets Single User. Installation guide

Sage Fixed Assets Single User. Installation guide Single User Installation guide Last updated January 15, 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are the

More information

GRAMS Suite Version 9.1

GRAMS Suite Version 9.1 Thermo Scientific GRAMS Suite Version 9.1 Welcome Guide Revision A 2011 Thermo Fisher Scientific Inc. All rights reserved. Thermo Fisher Scientific Inc. provides this document to its customers with a product

More information

FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory Installation & Administration Guide Version

FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory Installation & Administration Guide Version FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory Installation & Administration Guide Version 2011.1 2011 Sage Software, Inc. All rights reserved. Portions Copyrighted 1991-2001 by ianywhere

More information

Tax-Aide TrueCrypt Utility For Tax Year 2010

Tax-Aide TrueCrypt Utility For Tax Year 2010 Tax-Aide TrueCrypt Utility Quick Start Guide Welcome to the Tax-Aide TrueCrypt Utility for Tax Year 2010. This Quick Start Guide contains what you need to know to obtain and use the Utility when your target

More information

The Lock XP installation White Paper # 09995

The Lock XP installation White Paper # 09995 The Lock XP installation White Paper # 09995 Installing The Lock XP for a single Home computer, with multiple users. The operating system used for this demonstration is Windows XP Professional, but any

More information

A Guide to Installing OLI Software

A Guide to Installing OLI Software A Guide to Installing OLI Software OLI Systems delivers a comprehensive suite of tools designed to help you analyze complex aqueous and multi-solvent electrolyte solution chemistry, thermo-physical properties,

More information

1 Introduction Specific Issues and their Solutions... 2

1 Introduction Specific Issues and their Solutions... 2 How-To How-To Troubleshoot editariff Errors GEO Compliance 02 July 2014 Troubleshooting Errors in editariff Contents 1 Introduction... 2 2 Specific Issues and their Solutions... 2 2.1 Error: The program

More information

Qbox User Manual. Version 7.1

Qbox User Manual. Version 7.1 Qbox User Manual Version 7.1 Index Page 3 Page 6 Page 8 Page 9 Page 10 Page 12 Page 14 Page 15 Introduction Setup instructions: users creating their own account Setup instructions: invited users and team

More information

StrikeRisk v5.0 Getting started

StrikeRisk v5.0 Getting started StrikeRisk v5.0 Getting started Contents 1 Introduction 1 2 Installing StrikeRisk 2 7 2.1 System Requirements 2 2.2 Installing StrikeRisk 2 5 2.3 Installation troubleshooting 6 2.4 Uninstalling StrikeRisk

More information

Installing ProjectSpec from the ProjectMatrix DVD

Installing ProjectSpec from the ProjectMatrix DVD Installing ProjectSpec from the ProjectMatrix DVD System Requirements Operating System: Windows 2000, XP (Home or Pro) or Vista (32-bit version) Software: AutoCAD 2004 through 2009 (ProjectMatrix's policy

More information

Part 1: Stand-Alone Installation with Microsoft SQL Server Express

Part 1: Stand-Alone Installation with Microsoft SQL Server Express TECHNICAL PAPER Installing & Configuring UNICOM System Architect Part 1: Stand-Alone Installation with Microsoft SQL Server Express by Sami Joueidi Senior Cloud Architect IBM This technical paper was originally

More information

Installing Intellicus DotNet Client on Windows. Version: 16.0

Installing Intellicus DotNet Client on Windows. Version: 16.0 Installing Intellicus DotNet Client on Windows Version: 16.0 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

Storage Security Software (Version )

Storage Security Software (Version ) For Toshiba CANVIO series Storage Security Software (Version 1.00.6904) User s Manual Version 1.00 This document explains the installation process and basic usage of the Storage Security Software designed

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

IMC Intelligent Analysis Report v7.1 (E0301P02) Copyright (c) 2015 Hewlett-Packard Development Company, L.P. and its licensors.

IMC Intelligent Analysis Report v7.1 (E0301P02) Copyright (c) 2015 Hewlett-Packard Development Company, L.P. and its licensors. IMC Intelligent Analysis Report v7.1 (E0301P02) Copyright (c) 2015 Hewlett-Packard Development Company, L.P. and its licensors. Table of Contents 1. What's New in this Release 2. Problems Fixed in this

More information

Sage Fixed Assets Lite Depreciation. Quick start guide

Sage Fixed Assets Lite Depreciation. Quick start guide Sage Fixed Assets Lite Depreciation Quick start guide Last updated January 13, 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned

More information

Network Scanner Tool V3.3. User s Guide Version

Network Scanner Tool V3.3. User s Guide Version Network Scanner Tool V3.3 User s Guide Version 3.3.09 Copyright 2000-2012 by SHARP CORPORATION. All rights reserved. Reproduction, adaptation or translation without prior written permission is prohibited,

More information

License Server Installation Geomatica 2015 Tutorial

License Server Installation Geomatica 2015 Tutorial License Server Installation Geomatica 2015 Tutorial The purpose of this tutorial is to provide you with a friendly and easy to follow step-by-step guide for a license server installation and the corresponding

More information

EMCO Remote Installer Professional 5. Copyright EMCO. All rights reserved.

EMCO Remote Installer Professional 5. Copyright EMCO. All rights reserved. EMCO Remote Installer Professional 5 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

Connect Install Guide

Connect Install Guide Connect Install Guide Version 3.2 Publication Date: December 16, 2013 Copyright Metalogix International GmbH 2008-2013. All Rights Reserved. This software is protected by copyright law and international

More information

ProAdmin Installation Guide

ProAdmin Installation Guide ProAdmin Installation Guide Last updated: 1/24/2013 This document was prepared to assist users of Winklevoss Technologies' ProAdmin System; its contents may not be used for any other purpose without written

More information

Installation Assistance Windows/Microsoft Updates Updating from Spectra 7.x Upgrading from Spectra 6.x... 7

Installation Assistance Windows/Microsoft Updates Updating from Spectra 7.x Upgrading from Spectra 6.x... 7 Spectra 7.2.1.1 Windows Upgrade Installation Instructions Installation Assistance... 3 Windows/Microsoft Updates... 3 Updating from Spectra 7.x... 4 Important Notices... 4 Downloading the Spectra Update

More information

IMS Client Operation Guide Version V1.1 Date

IMS Client Operation Guide Version V1.1 Date Version V1.1 Date 2015-10-20 About This Document About This Document About This User Manual Please note the following points before using this user manual: This user manual is intended for persons who

More information

Dell Repository Manager Business Client Version 2.1 User s Guide

Dell Repository Manager Business Client Version 2.1 User s Guide Dell Repository Manager Business Client Version 2.1 User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

// Mamut Business Software. Update Guide

// Mamut Business Software. Update Guide // Mamut Business Software Update Guide Contents Updating to a New Version 3 How to Create Backups 5 Updating to the latest version 7 How to move the Program to a Different Computer/Server 14 How to move:

More information

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52 Contents Getting Started.....................................................1 Installing the Software...........................................1 Using the Maxtor System Tray Icon................................6

More information

Version 4.1 June Xerox Device Agent (XDA) Lite User Guide

Version 4.1 June Xerox Device Agent (XDA) Lite User Guide Version 4.1 June 2013 Xerox Device Agent (XDA) Lite User Guide 2008-2013 Xerox Corporation. All rights reserved. Xerox and Xerox and Design are trademarks of Xerox Corporation in the US and/or other countries.

More information

AnySite. Australia. Install Guide. AnySite v9.1 Install Guide

AnySite. Australia. Install Guide. AnySite v9.1 Install Guide AnySite Australia Install Guide AnySite v9.1 Install Guide TABLE OF CONTENTS Chapter 1: Introduction... 4 Product Inventory Chapter 2: Before You Begin... 6 Permissions System Requirements Default Install

More information

Dell Repository Manager Business Client Version 2.0 User s Guide

Dell Repository Manager Business Client Version 2.0 User s Guide Dell Repository Manager Business Client Version 2.0 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

RWT Network System Installation Guide

RWT Network System Installation Guide RWT Network System Installation Guide Copyright 2003, Talking Fingers, Inc. Page 1 of 48 This document is Copyright 2003 by Talking Fingers, Inc. All rights are reserved. This document may not be copied

More information

Tax-Aide TrueCrypt - Version 6.2. Quick Start Guide

Tax-Aide TrueCrypt - Version 6.2. Quick Start Guide Tax-Aide TrueCrypt - Version 6.2 Quick Start Guide Welcome to the Version 6.2 Tax-Aide TrueCrypt Installer. This Quick Start Guide contains what you need to know to obtain and use the Installer when your

More information

Sage 300 Construction and Real Estate (formerly Sage Timberline Office)

Sage 300 Construction and Real Estate (formerly Sage Timberline Office) Sage 300 Construction and Real Estate (formerly Sage Timberline Office) Version 16.1 User's Guide This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved.

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Inmagic Genie 2.10 Installation Notes, Revision 3, for New and Upgrade Installations

Inmagic Genie 2.10 Installation Notes, Revision 3, for New and Upgrade Installations Inmagic Genie 2.10 Installation Notes, Revision 3, for New and Upgrade Installations Thank you for purchasing Inmagic Genie. This document is intended for the following installations: New Genie installations

More information

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Chapter 10 Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Monitor, manage, and troubleshoot access to files and folders. Configure, manage, and troubleshoot file compression

More information

Download & Installation Instructions

Download & Installation Instructions Chief Architect X9 Download & Installation Instructions Chief Architect, Inc. 6500 N. Mineral Dr. Coeur d Alene, Idaho 83815 chiefarchitect.com Chief Architect X9 Contents Chapter 1: Installation What

More information

GEOMATICA SERVER LICENSE MANAGER AND CLIENT INSTALLATION

GEOMATICA SERVER LICENSE MANAGER AND CLIENT INSTALLATION GEOMATICA SERVER LICENSE MANAGER AND CLIENT INSTALLATION The purpose of this tutorial is to provide you with a friendly and easy to follow step-by-step guide for a license server installation and the corresponding

More information

GEOMATICA SERVER LICENSE MANAGER AND CLIENT INSTALLATION

GEOMATICA SERVER LICENSE MANAGER AND CLIENT INSTALLATION GEOMATICA SERVER LICENSE MANAGER AND CLIENT INSTALLATION The purpose of this tutorial is to provide you with a friendly and easy to follow step-by-step guide for a license server installation and the corresponding

More information

InstallShield AdminStudio Evaluator s Guide

InstallShield AdminStudio Evaluator s Guide InstallShield AdminStudio Evaluator s Guide Published: April 2003 Abstract This guide helps system administrators and other reviewers evaluate the key functionality of InstallShield AdminStudio. It provides

More information

VISTA OPERATING SYSTEM

VISTA OPERATING SYSTEM VISTA OPERATING SYSTEM 1 VISTA OPERATING SYSTEM Software that helps the computer carry out operating tasks Similar to a Air Traffic Controller Manages input/output Displays info on the monitor Saves data

More information

APPENDIX B: INSTALLATION AND SETUP

APPENDIX B: INSTALLATION AND SETUP APPENDIX B: INSTALLATION AND SETUP Page A. Overview... B:1 How do I install and setup ICMS?... B:1 Do I need special security rights to install ICMS?... B:1 Installation Basics... B:1 How do I get a quick

More information

Inmagic Content Server Workgroup Version 9.00 Installation Notes for New and Upgrade Installations

Inmagic Content Server Workgroup Version 9.00 Installation Notes for New and Upgrade Installations Inmagic Content Server Workgroup Version 9.00 Installation Notes for New and Upgrade Installations Revision 2 Thank you for purchasing Inmagic Content Server. This document is intended for the following

More information

Installation Guide. Last Revision: Oct 03, Page 1-

Installation Guide. Last Revision: Oct 03, Page 1- Installation Guide Last Revision: Oct 03, 2005 -Page 1- Contents Before You Begin... 2 Installation Overview... 2 Installation for Microsoft Windows 2000, Windows 2003, and Windows XP Professional... 3

More information

Installation and Removal

Installation and Removal Installation and Removal Table of Contents IMPORTANT READ FIRST BEFORE INSTALLATION 102 Single-user Installation 103 Network Installation 106 Removal of X-Ray 3.0 108 101 IMPORTANT: Read these instructions

More information

Setting Up a Linux Operating System

Setting Up a Linux Operating System Name: Setting Up a Linux Operating System We will be using the Linux operating system for most of our practical work in this class. Knoppix is a live CD distribution of Linux, based on the Debian distribution.

More information

Installation of Actiheart Data Analysis Suite:

Installation of Actiheart Data Analysis Suite: Installation of Actiheart Data Analysis Suite: Currently software is only compatible with XP platform and version 6 of Java. Installation requires: - Windows XP platform - MySQL installation - Folders:

More information

Getting Started with the IntelleView POS Operator Software

Getting Started with the IntelleView POS Operator Software Getting Started with the IntelleView POS Operator Software Operator's Guide for Software Version 1.2 About this Guide This operator's guide explains how to start using your IntelleView POS Operator software.

More information

Sage Fixed Assets. Network Installation Guide for Administrators. for Depreciation, Tracking, Planning, and Reporting

Sage Fixed Assets. Network Installation Guide for Administrators. for Depreciation, Tracking, Planning, and Reporting for Depreciation, Tracking, Planning, and Reporting Network Installation 2014.1 Guide for Administrators Network Installation Guide Version 2014.1 Contents Chapter 1. Introduction Supported Operating Environments..........................................................

More information

How do I apply the patch files?

How do I apply the patch files? How do I apply the patch files? 1. Once the patch file has been saved to your hard disk, use Windows Explorer (Start > Programs > [Accessories > ] Windows Explorer) to browse to the directory where the

More information

Policy Commander Console Guide - Published February, 2012

Policy Commander Console Guide - Published February, 2012 Policy Commander Console Guide - Published February, 2012 This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes

More information

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

This document describes the installation procedure for Embed-SE (Simulation Edition)

This document describes the installation procedure for Embed-SE (Simulation Edition) Installation Guide This document describes the installation procedure for Embed-SE (Simulation Edition) 2016.3. Main Installer Before you begin the installation, please read step 7. If you will be using

More information

Very Important: Conversion Pre-Planning Creating Your Single User Database Converting from Version 1.x, 2.x, or 3.x...

Very Important: Conversion Pre-Planning Creating Your Single User Database Converting from Version 1.x, 2.x, or 3.x... INTRODUCTION... 2 INSTALLATION PRE-PLANNING... 2 Very Important:... 2 Conversion Pre-Planning... 2 INSTALLATION STAGE... 3 CONFIGURATION STAGE... 3 Creating Your Single User Database... 4 Opening an Existing

More information

Microsoft Robocopy GUI Users Guide

Microsoft Robocopy GUI Users Guide Microsoft Robocopy GUI Users Guide Version 3.1.1 Copyright 2002-2006 Microsoft Corporation Page 1 Table of Contents 1 Requirements...3 2 Installation...3 3 What s new in Microsoft Robocopy GUI 3.1.1?...7

More information

Legacy Client Chart (LCC) Installation Guide for Purkinje System

Legacy Client Chart (LCC) Installation Guide for Purkinje System Legacy Client Chart (LCC) Installation Guide for Purkinje System A Guide to Run and Configure the Legacy Client Chart (LCC) Solution For questions about using this guide please contact IMS@aohc.org Table

More information

Sage Fixed Assets Network. Installation guide

Sage Fixed Assets Network. Installation guide Network Installation guide Last updated January 15, 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are the trademarks

More information

Installation Guide. Version 2600

Installation Guide. Version 2600 Installation Guide Version 2600 Before You Start Check here to see that your PC has what it needs to run FedEx Ship Manager Software: Minimum System and Hardware Requirements Intel Pentium 4, 2.4 GHz recommended

More information

DBT-120 Bluetooth USB Adapter

DBT-120 Bluetooth USB Adapter DBT-120 Bluetooth USB Adapter Rev.2.1 (09/25/2002) 2 Contents Introduction... 5 Package Contents... 6 Installing Bluetooth Software... 6 Hardware Installation... 8 Introduction to Bluetooth Software...

More information

WYNN. Quick Start Guide. Freedom Scientific, Inc Rev C

WYNN. Quick Start Guide. Freedom Scientific, Inc Rev C WYNN Quick Start Guide Freedom Scientific, Inc. 440527-001 Rev C Freedom Scientific, Inc., 11800 31 st Court North, St. Petersburg, Florida 33716-1805, USA www.freedomscientific.com Copyright 2011 Freedom

More information

PropertyBoss Upgrade

PropertyBoss Upgrade Installation Guide EMC128-2013 1998-2013 PropertyBoss Solutions. Introduction This document covers 2 upgrade scenarios. Please determine which is required before beginning. Note: The Release version or

More information

VMware Workstation 4 What s New Requirements Installation Guest OS Installation Documentation Troubleshooting Prev Contents Last Next Installing VMware Tools The following sections describe how to install

More information

Installation V

Installation V Installation V11 2016-06 Installation V11 1/121 Table of Content 1 Basics... 5 2 General Information... 7 2.1 Installation Types... 7 2.1.1 Individual Installation... 7 2.1.2 Server- / Client- Installation

More information

Secure Single Sign On with FingerTec OFIS

Secure Single Sign On with FingerTec OFIS Secure Single Sign On with FingerTec OFIS User Guide CONTENTS 3 1 INTRODUCTION Welcome to OFIS Gateway 4-11 2 INSTALLATION & SETUP Registering Your OFIS Gateway Installing & Setting Up Your OFIS Gateway

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

ControlPoint. Installation Guide for SharePoint August 23,

ControlPoint. Installation Guide for SharePoint August 23, ControlPoint Installation Guide for SharePoint 2007 August 23, 2017 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH., 2008-2017 All rights reserved. No part or section of

More information

Getting Started. In this chapter, you will learn: 2.1 Introduction

Getting Started. In this chapter, you will learn: 2.1 Introduction DB2Express.book Page 9 Thursday, August 26, 2004 3:59 PM CHAPTER 2 Getting Started In this chapter, you will learn: How to install DB2 Express server and client How to create the DB2 SAMPLE database How

More information

The Lackner Group. Addendum to the Administrator s Guide for FileMaker Server 5.5 (February 14, 2003)

The Lackner Group. Addendum to the Administrator s Guide for FileMaker Server 5.5 (February 14, 2003) The Lackner Group Addendum to the Administrator s Guide for FileMaker Server 5.5 (February 14, 2003) This document will step you through the most common configuration setup for FileMaker Server 5.5 when

More information

Appendix A: Metasys Web Access (MWA) Server Installation Guidelines

Appendix A: Metasys Web Access (MWA) Server Installation Guidelines Technical Bulletin Issue Date February 26, 2003 Appendix A: Metasys Web Access (MWA) Server Installation Guidelines Appendix A: Metasys Web Access Server Installation Guidelines...2 Introduction... 2 Detailed

More information

dbdos PRO 2 Quick Start Guide dbase, LLC 2013 All rights reserved.

dbdos PRO 2 Quick Start Guide dbase, LLC 2013 All rights reserved. dbdos PRO 2 Quick Start Guide 1 dbase, LLC 2013 All rights reserved. dbase, LLC may have patents and/or pending patent applications covering subject matter in this document. The furnishing of this document

More information