PACE Suite. Release Notes. Version Document version

Size: px
Start display at page:

Download "PACE Suite. Release Notes. Version Document version"

Transcription

1 PACE Suite Release Notes Version 3.4. Document version 05034

2 Table of Contents PACE SUITE Summary... What s new: MSI Editor 3.4. (PACE Suite v. 3.4.)... Bug fixes... What s new: MSI Generator 3.3. (PACE Suite v. 3.4.)... Bug fixes... PACE SUITE Summary... 3 What s new: MSI Editor (PACE Suite v. 3.4)... 3 New features... 3 Improvements... 6 Bug fixes... 7 What s new: MSI Generator (PACE Suite v. 3.4)... 0 New features... 0 Improvements... Bug fixes... KNOWN ISSUES... MIGRATION... 3 RELEASE NOTES OF THE PREVIOUS VERSIONS... 3 P a g e

3 PACE Suite 3.4. Summary The 3.4. hotfix release removes the bugs related to INI and REG files import and some other problems reported by our users. Please review this document for more detailed information. What s new: MSI Editor 3.4. (PACE Suite v. 3.4.) Bug fixes Fixed REG file import problem which led to loosing registry data types (all registry values were imported as REG_SZ type). Fixed issues related to INI file import using the Features/Components tab. What s new: MSI Generator 3.3. (PACE Suite v. 3.4.) Bug fixes Fixed the issue that caused the following error when installing an MSI created using Create Package -> Blank Project feature: Could not write value to key \HKEY_LOCAL_MACHINE Fixed incorrect import of some kinds of binary registry data from REG files. 3 4 Fixed the issues that appeared in MSI Generator during capturing process and prevented from successful package creation. Errors messages: hexadecimal value 0x00, is an invalid character, Failed to get string value and Unable to cast object of type System.Int3. Fixed an access issue that could occur when using MSI Generator s profile stored on a network share. P a g e

4 PACE Suite Summary This update is aimed to improve user s experience with PACE Suite by bringing new features and improvements such as in-application support form, new INI file, ODBC, Registry and File import options and wizards and improved work with transforms, as well as addressing issues that were reported by our users. What s new: MSI Editor (PACE Suite v. 3.4) New features Control over MSI features when importing resources With this release, MSI Editor received a new mechanism of MSI feature creation when importing files or registry into a package. Now it is possible to either choose an existing feature where the resources are imported, or make MSI Editor create new features automatically. If latter is chosen, then the tool will create features according to Microsoft recommendations and industry best practices (Per-user resources are assigned to a parent feature, per-machine to a child one, and components have unique key-paths). 3 P a g e

5 Extended registry import This release introduces the new wizard-style UI and a more advanced logic of registry import. Now both "add" and "remove" entries are recognized in REG files and populated into to Registry and RemoveRegistry tables in an MSI. Additionally, REG files of different encoding are now supported. 3 New ways to work with transforms MSI Editor now allows working with Windows Installer transforms (MST) in a more flexible and handy way. It is possible to either create an empty new MST at the very beginning or generate an MST post facto based on changes made to an MSI file. MSI Editor now also allows merging MST with MSI 4 P a g e

6 4 New in-application support and feedback form Now it is faster and easier to contact the support team to get help or send any feedback to developers. The new form also allows sending the debug data and a screenshot. 5 P a g e

7 Improvements Improved INI files import MSI Editor detects INI files and allows to select in what way these INI files will be handled. The feature now provides three options:. Install standard INI files via IniFile table and non-standard via File table (recommended) - all INI files, which have a proper INI structure are standard INI file and will be saved to the appropriate IniFile table; other files, which have INI extension but not a proper INI structure will be saved to File table as regular files. It is possible to view list of non-standard INI files and their errors by clicking "Show non-standard INI-files".. Install all INI files via File table - all INI files will be saved to the File table as regular files. 3. Install all INI files via File table and duplicate to IniFile table - all INI files will be saved to the File table as regular files and additionally all standard INI files and a proper INI information from non-standard INI files will be duplicated to IniFile table. This approach gives ability to keep original INI file structure (save comments and INI sections order, etc) while populating hard-coded INI values via MSI properties. 6 P a g e

8 The improved Recent files list allows returning to either an MST or an MSI. 3 New and simple Help menu makes it easier to access help. 4 Improved and re-designed PACE User Manual describes the main workflows of package creation and editing in a step-by-step manner and has a lot of illustrations. Bug fixes Fixed import of incorrect or corrupted REG files without any messages. Fixed bugs related to working with MST (applying/removing/saving). 3 Fixed crash on creation new registry key in the Registry tab. 4 Fixed crash on hiding empty folder in the Files tab in some cases. 7 P a g e

9 5 Fixed the issue related to resizing last column of grid in the Tables, Files, Registry and Property tabs. 6 Fixed empty space in the context menu of the Shortcut tab. 7 Fixed incorrect naming of automatically created components (name could exceeded max length in some cases). 8 Fixed crash that appeared while using recent file list in some cases. 9 Fixed incorrect INI file renaming when it is present in both File and IniFile tables. 0 Fixed bugs related to parsing of non-standard INI files. 3 Fixed the problem that led to broken uncompressed folder structure next to an MSI file upon import of new uncompressed files. Fixed the problem when a file with the same name could not be imported twice in the same location. Fixed the issue that prevented showing imported registry or extracted COM information on the Registry tab. 4 Fixed incorrect renaming folders in the MSI in case it contains uncompressed files. 5 Numerous fixes of wrong behavior of UI controls (for example: disabled Next and Finish buttons; disabled Create new feature checkbox; etc.) 6 Fixed too long file names and paths in recent file list. 7 Fixed crash on executing ICE validation in some cases. 8 Fixed wrong GUID of automatically created components (if new registry key was added on the Registry tab into an empty registry root key.) 9 Fixed the issue of not changing the Custom Action s icon according to the selected source type. 0 Fixed crash that appeared after undoing some operations. 8 P a g e

10 Fixed crash on changing some data on the Application and Features/Components tabs. Fixed the issue of wrong naming of new CAB files. 3 Fixed the problem of not updating the Summary Info information such as Last Saved By and Saved. 9 P a g e

11 What s new: MSI Generator (PACE Suite v. 3.4) New features The new ODBC setting in profile options allows choosing how to handle ODBC information: use Registry table or ODBCDataSource table. Using Registry table instead of ODBCDataSource one may be useful e.g. when you need to capture ODBC connection settings but ODBC driver is not installed in the packaging environment or database is not accessible. New in-application support and feedback form Now it is faster and easier to contact the support team to get help or send any feedback to developers. The new form also allows sending the debug data and a screenshot. 0 P a g e

12 Improvements TypeLib MSI table is now not used by default, as per Microsoft's recommendation and packaging best practices. This allows avoiding wrong behavior on MSI rollbacks or just during package installation. 4 Improved REG file parser Now import of registry files works more stable and reliably. New and simple Help menu makes it easier to get a help. 5 Improved and re-designed PACE User Manual describes the main workflows of package creation and editing in a step-by-step manner and has a lot of illustrations. Bug fixes Fixed the issues that prevented from building an App-V 5 packagewith the message Some error occurred during creating App-V 5. Fixed inaccurate relative path detection for lower case drive letters (e.g., previously c:\ was not detected as relative paths in App-V 5.0). P a g e

13 Known issues MSI Editor: Renaming the Name value of a Binary or Icon table entry may lead to losing the binary data in some cases. Please avoid such renaming, or export a binary data (using "Save to file" option) prior to renaming and then import it back afterwards. MSI Editor: comparing two MSIs does not catch changes in the Binary table. If you need to compare binary data, please use "Save to file" option and then compare two files. MSI Editor: Features tree on the Features/Components tab gets collapsed after removing or adding components. MSI Editor: Undoing big amount of operations at once could be a reason of crash. Please save your work periodically. P a g e

14 Migration Please review the information below when migrating to MSI Generator (PACE Suite 3.4.0) or newer, from earlier versions. Summary Info data in MSI profiles crated by previous versions of MSI Generator will be ignored by the new version of MSI Generator (see the screenshot below). Please back up this information manually before upgrading MSI Generator, and re-enter it after the upgrade, as shown on the screenshot. Sorry for this inconvenience. 4 3 Location: MSI Generator -> Settings -> General -> default -> Edit -> Summary Info Release notes of the previous versions PACE Suite Release notes PACE Suite Release notes 3 P a g e

PACE Suite. Release Notes. Version 3.3.1

PACE Suite. Release Notes. Version 3.3.1 PACE Suite Release Notes Version 3.3.1 Table of Contents VERSION 3.3.1 (07.11.2014)... 2 New features of MSI Editor... 2 Improvements of MSI Editor... 3 Bug fixes of MSI Editor... 3 VERSION 3.3.0 (03.10.2014)...

More information

RELEASE NOTES. PACE Suite 4.6. Document version

RELEASE NOTES. PACE Suite 4.6. Document version RELEASE NOTES Document version 20180607 Table of Contents 1 PACE Suite Overview... 3 1.1 Key Advantages... 3 1.2 PACE Components... 3 1.3 System Requirements... 4 1.4 Hardware Requirements... 4 2 Release

More information

RELEASE NOTES. PACE Suite 4.4. Document version

RELEASE NOTES. PACE Suite 4.4. Document version RELEASE NOTES Document version 20170925 Table of Contents 1 PACE Suite Overview... 3 1.1 Key Advantages... 3 1.2 PACE Components... 3 1.3 System Requirements... 4 1.4 Hardware Requirements... 4 2 Release

More information

Release Notes RayPack 1.2

Release Notes RayPack 1.2 Release Notes RayPack 1.2 18.09.2014 Copyright Raynet GmbH (Germany, Paderborn HRB 3524). All rights reserved. Complete or partial reproduction, adaptation, or translation without prior written permission

More information

edev Technologies SmartWord4TFS Release Notes

edev Technologies SmartWord4TFS Release Notes edev Technologies SmartWord4TFS Release Notes edev Technologies 3/14/2017 Table of Contents 1. SYSTEM REQUIREMENTS... 2 2. APPLICATION SETUP... 4 3. NEW FEATURES... 5 4. ENHANCED FEATURES... 5 5. KNOWN

More information

RayPack Release Notes 2.0 SP1

RayPack Release Notes 2.0 SP1 RayPack Release Notes 2.0 SP1 12.10.2015 Copyright Raynet GmbH (Germany, Paderborn HRB 3524). All rights reserved. Complete or partial reproduction, adaptation, or translation without prior written permission

More information

Application Packaging Course Content

Application Packaging Course Content Application Packaging Course Content Overview Of Application Packaging Online Training Explanation of Application Packaging / repackaging History of Windows Installer Technology. Why repackaging is required?

More information

Contents 1. Introduction... 8

Contents 1. Introduction... 8 Contents 1. Introduction... 8 1.1 cpet Overview:... 8 1.2 What s New?... 9 1.3 Getting Started... 11 1.3.1 Cost and Software Data Reporting Plans:... 11 1.3.2 Cost and Software Data Reporting: Cost Reports...

More information

Modern Requirements4TFS 2018 Release Notes

Modern Requirements4TFS 2018 Release Notes Modern Requirements4TFS 2018 Release Notes Modern Requirements 3/7/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES... 4 2. ENHANCEMENT...

More information

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS S AND S Implementation of the Google Adwords connection type Implementation of the NetSuite connection type Improvements to the Monarch Swarm Library Column sorting and enhanced searching Classic trapping

More information

Pharos Designer 2. Copyright Pharos Architectural Controls (15/1/2015)

Pharos Designer 2. Copyright Pharos Architectural Controls (15/1/2015) Pharos Designer 2 Welcome Welcome to Pharos Designer 2. We are delighted to introduce you to an entirely new version of the Pharos Designer software that picks up where the venerable and much- loved version

More information

Readme. HotDocs Developer Table of Contents. About This Version. About This Version. New Features and Enhancements

Readme. HotDocs Developer Table of Contents. About This Version. About This Version. New Features and Enhancements HotDocs Developer 11.0.4 Version 11.0.4 - January 2014 Copyright 2014 HotDocs Limited. All rights reserved. Table of Contents About This Version New Features and Enhancements Other changes from HotDocs

More information

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct

More information

Release Notes RayPack 4.0

Release Notes RayPack 4.0 Release Notes RayPack 4.0 12.05.2016 Copyright Raynet GmbH (Germany, Paderborn HRB 3524). All rights reserved. Complete or partial reproduction, adaptation, or translation without prior written permission

More information

1 Assets Manager Pro exoa.fr

1 Assets Manager Pro exoa.fr 1 Assets Manager Pro exoa.fr Table of contents... 2 Tabs... 3 1. Packages Manager... 3 The search feature... 4 Show Content Popup... 4 Asset Store Details Popup... 5 Package renaming and sorting... 5 The

More information

Fixed problem with InfoRecall crashing when Export Merged Documents & Print Merged Documents are chosen when files are closed.

Fixed problem with InfoRecall crashing when Export Merged Documents & Print Merged Documents are chosen when files are closed. WHAT S NEW Build 119 Fixed problem with InfoRecall crashing when Export Merged Documents & Print Merged Documents are chosen when files are closed. Build 118 Swap Source Folder: Disabled Menu and Tool

More information

Release Notes RayPack 1.3

Release Notes RayPack 1.3 Release Notes RayPack 1.3 03.12.2014 Copyright Raynet GmbH (Germany, Paderborn HRB 3524). All rights reserved. Complete or partial reproduction, adaptation, or translation without prior written permission

More information

Modern Requirements4TFS 2018 Update 3 Release Notes

Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements 12/14/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 4 GENERAL... 5 1. FEATURES...

More information

AdminStudio 10.0 ZENworks Edition

AdminStudio 10.0 ZENworks Edition AdminStudio 10.0 ZENworks Edition Release Notes February 22, 2011 Introduction... 1 Getting Started... 2 Components & Editions... 4 ZENworks Limited Editions... 4 Standard, Professional, and Enterprise

More information

The following issues and enhancements have been addressed in this release:

The following issues and enhancements have been addressed in this release: SpiraTest 5.0 Release Notes SpiraTest version 5.0 is the next release of the SpiraTest integrated quality assurance and test management system from Inflectra. These Release Notes cover what issues this

More information

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0 User Manual Administrator s guide for mass managing VirtueMart products using VM Mass Update 1.0 The ultimate product management solution for VirtueMart! Contents Product Overview... 3 Feature List...

More information

You can also check the videos at the bottom of this page:

You can also check the videos at the bottom of this page: This document is provided to give you an idea what R-Tag Version Control can do and how you can use it. If you decide that you need more information or you prefer to see a demo of the software please do

More information

RELEASE NOTES FOR MEDFORCE WINDOWS CLIENT

RELEASE NOTES FOR MEDFORCE WINDOWS CLIENT RELEASE NOTES FOR MEDFORCE WINDOWS CLIENT Release Version: 11.3.0 ABOUT THIS RELEASE This release includes a new activity productivity report and the ability to print from Batch preview. It also includes

More information

M-FILES SETUP: ADVANCED USER'S GUIDE

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

More information

Release Notes. PREEvision. Version 6.5 SP11 English

Release Notes. PREEvision. Version 6.5 SP11 English Release Notes PREEvision Version 6.5 SP11 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 70499 Stuttgart, Germany Vector reserves the right to modify any information and/or data in this

More information

RELEASE NOTES FOR MEDFORCE WINDOWS CLIENT

RELEASE NOTES FOR MEDFORCE WINDOWS CLIENT RELEASE NOTES FOR MEDFORCE WINDOWS CLIENT Release Version: 11.3.0 ABOUT THIS RELEASE This release includes a new activity productivity report and the ability to print from Batch preview. It also includes

More information

Colligo Briefcase for Mac. Release Notes

Colligo Briefcase for Mac. Release Notes Colligo Briefcase for Mac Release Notes Contents Technical Requirements... 3 Release 7.5 06 Oct0ber 2017... 4 New in this Release... 4 Release 7.5 18 May 2017... 4 New in 7.5... 4 Issues 7.5... 5 Known

More information

WinCCU Service Pack 6.04

WinCCU Service Pack 6.04 WinCCU Service Pack 6.04 Warning!!!!!! This WinCCU 6.04 product update is intended to be used with WinCCU32 6.0 or newer software. Do not attempt to update an older version (WinCCU 5.28 or older) of WinCCU.

More information

AccessData AD Lab 6.3 Release Notes

AccessData AD Lab 6.3 Release Notes AccessData AD Lab 6.3 Release Notes Document Date: 11/07/2017 2017 AccessData Group, Inc. All rights reserved Introduction This document lists the new features, fixed issues, and known issues for this

More information

AccessData AD Lab Release Notes

AccessData AD Lab Release Notes AccessData AD Lab 6.3.1 Release Notes Document Date: 6/27/2018 2018 AccessData Group, Inc. All rights reserved Introduction This document lists the new features, fixed issues, and known issues for this

More information

QlikView NPrinting release notes

QlikView NPrinting release notes QlikView NPrinting 16.4.0.0 release notes What s new in this release? QlikView NPrinting is the reporting system for QlikView. Version 16.4.0.0 contains a lot of bug fixes. Support for Office 2016 Starting

More information

User s Guide. Attainment s. GTN v4.11

User s Guide. Attainment s. GTN v4.11 Attainment s User s Guide A printable PDF of this user guide is available from the Attainment Company website: https://www.attainmentcompany.com/gotalk-now Contents 1 Getting Started with GoTalk NOW 1

More information

Alloy Navigator 6 Suite 6 version Release Notes

Alloy Navigator 6 Suite 6 version Release Notes Alloy Navigator 6 Suite 6 version 6.1.1 Release Notes Alloy Software released a new version of Alloy Navigator 6 Suite, an integrated software suite that includes Alloy Navigator 6 (AN6) and Alloy Discovery

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

Cisdem ContactsMate Tutorial

Cisdem ContactsMate Tutorial Cisdem ContactsMate Tutorial 1 Table of Contents I. About Cisdem ContactsMate... 3 II. Activating this Application... 4 III. Application Operating... 5 I. Add and Edit Contacts... 5 II. Create Groups...

More information

Purpose... 1 New Features... 1 Known Issues... 2 Defects Fixed in this Release... 9 Documentation Updates... 11

Purpose... 1 New Features... 1 Known Issues... 2 Defects Fixed in this Release... 9 Documentation Updates... 11 Oracle Enterprise Performance Management Architect, Fusion Edition Release 11.1.1.3.00 Readme [Skip Navigation Links] Purpose... 1 New Features... 1 Known Issues... 2 Defects Fixed in this Release... 9

More information

Digital Data Manager Model 747

Digital Data Manager Model 747 Digital Data Manager Model 747 Staff Guide Version 3.xx Software 3M Library Systems 3M Center, Building 225-4N-14 St. Paul, MN 55144-1000 www.3m.com/library 3M 2011. All rights reserved. Digital Data Manager

More information

Release Notes. CaseWare Working Papers

Release Notes. CaseWare Working Papers Release Notes CaseWare Working Papers 2017.00.225 October 2017 Index 1. Executive summary CaseWare Working Papers 2017... 3 2. Features... 3 2.1. CaseWare Cloud... 3 2.2. Engagement Management... 3 2.3.

More information

MindView Online - Quick Start Guide

MindView Online - Quick Start Guide MindView Online - Quick Start Guide Overview MindView Online is an online concept mapping program that allows users to organize their thoughts visually to create, share, and export mind maps to Microsoft

More information

BI Office. Release Notes 6.41

BI Office. Release Notes 6.41 BI Office Release Notes 6.41 A. Overview... 3 B. Installation... 3 C. New Features... 4 D. Other Releases... 4 E. Issues Addressed... 4 Pyramid Analytics BI Office Release Notes 6.41 Update 2 A. Overview

More information

Kendo UI. Builder by Progress : What's New

Kendo UI. Builder by Progress : What's New Kendo UI Builder by Progress : What's New Copyright 2017 Telerik AD. All rights reserved. July 2017 Last updated with new content: Version 2.0 Updated: 2017/07/13 3 Copyright 4 Contents Table of Contents

More information

AccessData Enterprise Release Notes

AccessData Enterprise Release Notes AccessData Enterprise 6.0.2 Release Notes Document Date: 3/09/2016 2016 AccessData Group, Inc. All rights reserved Introduction This document lists the new features, fixed issues, and known issues for

More information

Contents. Add a Form Element to a Group Box Add a Field to a Form... 22

Contents. Add a Form Element to a Group Box Add a Field to a Form... 22 Workflow Design Guide Version 17 November 2017 Contents About This Guide... 7 Workflows and Forms Overview... 7 Security Permissions for Workflows and Forms... 8 Search for a Workflow Design, Workflow

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, July 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, July 2017 News in RSA-RTE 10.1 updated for sprint 2017.28 Mattias Mohlin, July 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10 and

More information

Upgrading. the Upgrading to Microsoft Dynamics GP 2015 Hot Topic.

Upgrading. the Upgrading to Microsoft Dynamics GP 2015 Hot Topic. Prerequisites Installing Extender 2015 R2 on Microsoft Dynamics GP requires that the Microsoft Dynamics GP version 14.00.0725 or higher. This version is available in the R2 release for Microsoft Dynamics

More information

... 4 Free Signup File Cabinet Selection Access Files & Folders Edit Files & Folders View Files Edit Index Fields

... 4 Free Signup File Cabinet Selection Access Files & Folders Edit Files & Folders View Files Edit Index Fields Dokmee Mobile Table of Contents Getting Started Login... 4 Free Signup... 5 File Cabinet Selection... 6 Access Files & Folders... 7 Edit Files & Folders... 8 View Files... 10 Edit Index Fields... 12 Email

More information

SOASTA CloudTest Release Notes Build Table of Contents. July 21, 2011

SOASTA CloudTest Release Notes Build Table of Contents. July 21, 2011 SOASTA CloudTest Release Notes Build 4855.20 July 21, 2011 Table of Contents Build 4855.20...1 Bugs Fixed...1 Build 4855.15...3 Bugs Fixed...3 Build 4855.12...4 Bugs Fixed...4 Build 4855.9...5 Test Creation...5

More information

AccuRev Plug-In for Visual Studio PE Installation and Release Notes

AccuRev Plug-In for Visual Studio PE Installation and Release Notes AccuRev Plug-In for Visual Studio PE 2018.1 Installation and Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2018.

More information

Release Version: Date: Type: 05/02/2018 FULL. Ticket type Module Summary Change Notes. Build

Release Version: Date: Type: 05/02/2018 FULL. Ticket type Module Summary Change Notes. Build Release Version: 5.50.0230 05/02/2018 DBNull when running Query in web Fix to error in web when running a Query 5.50.0229 Release Version: 5.50.0228 26/01/2018 Dropdowns have no entries apart from 'All'

More information

Sage Estimating (SQL) v18.12

Sage Estimating (SQL) v18.12 Sage Estimating (SQL) v18.12 Release Notes October 2018 This is a publication of Sage Software, Inc. 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

Global Model Workstation Release Log

Global Model Workstation Release Log Global Model Workstation Release Log 2018 OXFORD ECONOMICS LTD ALL RIGHTS RESERVED Reproduction or disclosure to third parties of this document, or any part thereof, is only permitted with the prior and

More information

Quark XML Author September 2016 Update for Platform with Business Documents

Quark XML Author September 2016 Update for Platform with Business Documents Quark XML Author 05 - September 06 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository... Creating a new document from

More information

Contents. Properties: Field Area Fields Add a Table to a Form... 23

Contents. Properties: Field Area Fields Add a Table to a Form... 23 Workflow Design Guide Version 18 February 2018 Contents About This Guide... 7 Workflows and Forms Overview... 7 Security Permissions for Workflows and Forms... 8 Search for a Workflow Design, Workflow

More information

Family Tree Maker Mac 3.1

Family Tree Maker Mac 3.1 Family Tree Maker Mac 3.1 Overview Change Log: FTM Mac 3 (22.2.5.820) FTM Mac 3.1 (22.2.6.950) This document describes fixes and changes that were made in Family Tree Maker 3.1 (version 22.2.6.950) in

More information

Sage Estimating (SQL) v17.12

Sage Estimating (SQL) v17.12 Sage Estimating (SQL) v17.12 Release Notes October 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

FileLoader for SharePoint

FileLoader for SharePoint Administrator s Guide FileLoader for SharePoint v. 2.0 Last Updated 6 September 2012 Contents Preface 3 FileLoader Users... 3 Getting Started with FileLoader 4 Configuring Connections to SharePoint 8

More information

Release Notes. Packaging Suite 4.0 Patch 1

Release Notes. Packaging Suite 4.0 Patch 1 4.0 Patch 1 22.07.2016 Copyright Raynet GmbH (Germany, Paderborn HRB 3524). All rights reserved. Complete or partial reproduction, adaptation, or translation without prior written permission is prohibited.

More information

New in Designer 2.3. Contents. Highlights. Presets, Duplicate, API. pharoscontrols.com

New in Designer 2.3. Contents. Highlights. Presets, Duplicate, API. pharoscontrols.com Presets, Duplicate, API Contents Welcome to Pharos Designer 2.3, which introduces great new workflow and integration features. We've also fixed some bugs. This document contains the following items: Highlights

More information

What s New in Adept 2018

What s New in Adept 2018 Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com Version 08/01/18 INTRODUCTION TO ADEPT 2018 With the release of Adept 2018

More information

CET Designer 9.5 Release Notes

CET Designer 9.5 Release Notes CET Designer 9.5 Release Notes Important Notices Starting from this release, CET Designer is only available in a 64-bit version. For computers with damaged graphics drivers or a graphics unit that does

More information

Migration from Metalogix Archive Manager (MAM) to Enterprise Vault (EV)

Migration from Metalogix Archive Manager (MAM) to Enterprise Vault (EV) Migration from Metalogix Archive Manager (MAM) to Enterprise Vault (EV) FEBRUARY 29, 2016 TECH-ARROW a.s. KAZANSKÁ 5, 821 06 BRATISLAVA, SLOVAKIA All Rights Reserved Contents Source and target environment...

More information

Switch between open apps Close the active item, or exit the active app

Switch between open apps Close the active item, or exit the active app Ctrl + X Ctrl + C (or Ctrl + Insert) Ctrl + V (or Shift + Insert) Ctrl + Z Alt + Tab Alt + F4 L D F2 F3 F4 F5 F6 F10 Alt + F8 Alt + Esc Alt + underlined letter Alt + Enter Alt + Spacebar Alt + Left arrow

More information

Getting started with R-Tag Viewer and Scheduler (R-Tag Report Manager)

Getting started with R-Tag Viewer and Scheduler (R-Tag Report Manager) Contents Getting started with R-Tag Viewer and Scheduler (R-Tag Report Manager)... 2 Reports... 3 Add a report... 3 Run a report...15 Jobs...15 Introduction...15 Simple jobs....15 Bursting jobs....16 Data

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, April 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, April 2017 News in RSA-RTE 10.1 updated for sprint 2017.16 Mattias Mohlin, April 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10 and

More information

PISCES Installation and Getting Started 1

PISCES Installation and Getting Started 1 This document will walk you through the PISCES setup process and get you started accessing the suite of available tools. It will begin with what options to choose during the actual installation and the

More information

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials 2 About the Tutorial With TestComplete, you can test applications of three major types: desktop, web and mobile: Desktop applications - these

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

More information

MET/TEAM README

MET/TEAM README MET/TEAM 2.2.0 README This document includes a list of modifications to MET/TEAM 2.2.0 relative to version 2.1.2. If you are updating from a previous version of MET/TEAM, you must first run the Database

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017 News in RSA-RTE 10.1 updated for sprint 2017.46 Mattias Mohlin, November 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10

More information

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

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

More information

New Service Release Advisor Management Software: SP7

New Service Release Advisor Management Software: SP7 New Service Release Advisor Management Software: SP7 New Features 33144 - Added card details also to the search when the card deck is being searched 32918 - Monitor - Allowing to define keyboard shortcuts

More information

Multi-Find/Change 3.0 Manual

Multi-Find/Change 3.0 Manual Multi-Find/Change 3.0 Manual For Adobe InDesign/InCopy CC 2017 July 2017 2017 Automatication Limited The information in this document is furnished for informational use only, is subject to change without

More information

MockupScreens - User Guide

MockupScreens - User Guide MockupScreens - User Guide Contents 1. Overview...4 2. Getting Started...5 Installing the software... 5 Registering... 9 3. Understanding the Interface...11 Menu Bar... 11 Tool bar... 14 Elements... 14

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

Colligo Engage for Mac. Release Notes

Colligo Engage for Mac. Release Notes Release Notes Technical Requirements Devices Supported Any Mac running OSX 10.8, 10.9, 10.10, or 10.11 Supported Software Microsoft Office 2011 for Mac Microsoft Office 2016 for Mac SharePoint Platforms

More information

Release Version: Date: Type: 14/09/2018 FULL. Ticket type Module Summary Change Notes. Build. DataPA Enterprise, DataPA Reports

Release Version: Date: Type: 14/09/2018 FULL. Ticket type Module Summary Change Notes. Build. DataPA Enterprise, DataPA Reports Release Version: 6.00.0214 14/09/2018 Enhancement, Reports Improved Logging of Report Service Added a New Report Log which shows logging of the report service. Enhanced Logging can be switched on using

More information

InstallShield 2012 Spring

InstallShield 2012 Spring InstallShield 2012 Spring Release Notes originally released May 2012; updated to include SP1, released September 2012 Introduction InstallShield is the industry standard for authoring high-quality Windows

More information

What's New in Laserfiche Rio, Laserfiche Avante, Laserfiche Forms, and Laserfiche Connector White Paper

What's New in Laserfiche Rio, Laserfiche Avante, Laserfiche Forms, and Laserfiche Connector White Paper What's New in Laserfiche Rio, Laserfiche Avante, Laserfiche Forms, and Laserfiche Connector 10.2 White Paper Table of Contents New Features in the Laserfiche Server, Web Client, and Windows Client... 4

More information

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Model Builder User Guide Version 1.3 (24 April 2018) Prepared For: US Army Corps of Engineers 2018 Revision History Model

More information

MindManager Enterprise for Windows Release Notes

MindManager Enterprise for Windows Release Notes MindManager Enterprise for Windows Release Notes February 11, 2016 Release version: 16.1.193 Mindjet Corporation Toll Free: 877-Mindjet 1160 Battery Street East San Francisco CA 94111 USA Phone: 415-229-4200

More information

VisionTools Pro-e v6.1

VisionTools Pro-e v6.1 Page 1 of 11 VisionTools Pro-e v6.1 I. VisionTools Pro-e version history II. Introduction to VisionTools Pro-e III. Regarding the use of foreign-language characters IV. PC requirements and recommendations

More information

CleanMyPC User Guide

CleanMyPC User Guide CleanMyPC User Guide Copyright 2017 MacPaw Inc. All rights reserved. macpaw.com CONTENTS Overview 3 About CleanMyPC... 3 System requirements... 3 Download and installation 4 Activation and license reset

More information

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder.

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder. Performer to DP2 Hot Folder Reference Manual Rev. 07.11.05 Install Files: There is only one file involved with installing the Performer to DP2 Hot Folder. The installer file is named PP2DP2_1.x.x.EXE.

More information

Quark XML Author 2015 September 2016 Update Known and Resolved Issues

Quark XML Author 2015 September 2016 Update Known and Resolved Issues Quark XML Author 2015 September 2016 Update Known and Resolved Issues Contents Quark XML Author 2015 Known and Resolved Issues...1 Known and resolved issues in 5.5...1 Known and resolved issues in 5.2.1...3

More information

How to Mail Merge PDF Documents

How to Mail Merge PDF Documents How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents using AutoMailMerge plug-in for Adobe Acrobat Table of Contents What is a mail merge?...2 What do I need to start?...2

More information

RenameMan User Guide. ExtraBit Software

RenameMan User Guide. ExtraBit Software RenameMan User Guide ExtraBit Software http://www.extrabit.com Version 3.1 August, 2005 Contents Introduction... 5 What does RenameMan do?... 5 Features... 5 Quick tour of RenameMan... 5 Getting started...

More information

Introduction to Autodesk VaultChapter1:

Introduction to Autodesk VaultChapter1: Introduction to Autodesk VaultChapter1: Chapter 1 This chapter provides an overview of Autodesk Vault features and functionality. You learn how to use Autodesk Vault to manage engineering design data in

More information

Software User's Guide

Software User's Guide Software User's Guide Page 1 of 29 APEX Firing System Software User's Guide Software User's Guide Page 2 of 29 Table of Contents 1 Introduction... 3 1.1 Software Features... 3 1.2 System Requirements...

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Product Release Notes

Product Release Notes Symphony (Business App Toolkit) 1.6.5 9/11/2014 2014 ARGUS Software, Inc Release Notes for Symphony (Business App Toolkit) 1.6.5 9/11/2014 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite

More information

Interwrite Response v. 6 with PRS or CPS Pulse

Interwrite Response v. 6 with PRS or CPS Pulse Interwrite Response v. 6 with PRS or CPS Pulse What is PRS/Response?... 2 How PRS/Response Works... 2 Using the PRS/Response Clicker... 2 Using the CPS Pulse/Response Clicker... 3 Response Software...

More information

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

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

More information

Interface Reference. McAfee Application Control Windows Interface Reference Guide. Add Installer page. (McAfee epolicy Orchestrator)

Interface Reference. McAfee Application Control Windows Interface Reference Guide. Add Installer page. (McAfee epolicy Orchestrator) McAfee Application Control 8.1.0 - Windows Interface Reference Guide (McAfee epolicy Orchestrator) Interface Reference Add Installer page Add an existing installer to the McAfee epo repository. Table 1

More information

ABBYY Recognition Server 4 Release 6 Release Notes

ABBYY Recognition Server 4 Release 6 Release Notes ABBYY Recognition 4 Release 6 Release Notes Release Date: 12.12.2017 Part: 1135/24 Build: 4.0.7.575 OCR Technology Build: 13.0.35.70 ABBYY. All rights reserved. Table of Contents INTRODUCTION... 3 About

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

News in RSA-RTE 10.2 updated for sprint Mattias Mohlin, May 2018

News in RSA-RTE 10.2 updated for sprint Mattias Mohlin, May 2018 News in RSA-RTE 10.2 updated for sprint 2018.18 Mattias Mohlin, May 2018 Overview Now based on Eclipse Oxygen.3 (4.7.3) Contains everything from RSARTE 10.1 and also additional features and bug fixes See

More information

vfire Core 9.2 Installation and Upgrade Guide Version 1.1.1

vfire Core 9.2 Installation and Upgrade Guide Version 1.1.1 vfire Core 9.2 Installation and Upgrade Guide Table of Contents Version Details Copyright About this Guide Intended Audience Standards and Conventions vii vii ix ix ix Configuring the Server 11 Before

More information

Argos. Basic Training

Argos. Basic Training Argos Basic Training Student Information Systems Team 2-4-2019 Contents Overview... 2 Sign in... 2 Navigation... 3 Action Area... 3 Navigation Area... 4 Explorer View... 4 Shortcuts View... 6 Help... 9

More information