Tune your ZCM Bundles with Bundle Commander

Size: px
Start display at page:

Download "Tune your ZCM Bundles with Bundle Commander"

Transcription

1 24 Issue 17, Q OPEN HORIZONS MAGAZINE Tune your ZCM Bundles with Bundle Commander by Roel van Bueren When it comes to Windows application deployment the typical ZENworks administrator has to go through a couple of steps. Firstly determine the installer type of the application you need to deploy and then determine its unattended/ silent installation and configuration switches. Basically two types of installers are known in the Windows application space today: Windows Installer (MSI) based setups and Non Windows Installer (MSI) based setups, also known as legacy setups Windows Installer based setups Windows Installer based setups are much more flexible compared to legacy setups. For every Windows Installer setup you can basically use the same switches as MSIexec. exe, which is the Windows Installer command utility: /i to install the product /x to uninstall the product /q to set the user interface level during install /f to repair a product This is why in a typical Install MSI Action of a Windows Bundle, you see these default parameters Install Parameters : /i whatever-product.msi /qn Uninstall Parameters : /x whatever-product.msi /qn Repair Parameters : /f whatever-product.msi /qn One of the other benefits of using Windows Installer setups is the ability to customise the installation, without changing the base MSI, using one or more transform files (.mst). These transform files can be created using a vendor provided Tuner, like the Adobe Custom Wizard X for Adobe Reader and Acrobat, Microsoft Orca or by using the Tuner utility which is part of the Flexera AdminStudio ZENworks Edition product shipped with ZCM. Instead of using a transform file, for simple adjustments you can also use public properties as a command line parameter to MSIexec.exe. Legacy setups Legacy setups are basically non-msi setups. Most of the time it s hard to tell which installer system has been used by the manufacturer. Whether the setup supports an unattended or silent installation, most of the time is a big question mark. Feeding it a /S or /s parameter might trigger a silent installation. But unless the manufacturer has made proper installation documentation for the typical desktop administrator, you re on your own here. A few resources like installers.php and can help you out here to determine which silent or unattended switches can be used. The alternative for legacy setups is to repackage (convert) them using the Repackager Wizard of AdminStudio, by capturing the installation in a clean Virtual Machine, using either the Monitor feature or Snapshot feature. Not every legacy setup is easy to repackage though. Repackaging takes good testing, patience and skill. Unattended/silent and configuration Switches A lot of setups use different switches (legacy setups) or public properties (MSI setup) in order to configure either which application components should be installed in what way, but also how the application behaves on and after initial start-up. Sometimes you have to tweak a bit further by adding or changing specific registry settings or by adding configuration files. A good example here is Apple s itunes. Although with the introduction of ios5 and icloud the requirement to install itunes to activate an ipad has been taken away, many businesses still want to deploy itunes. When downloading itunes from Apple s website, we end up with a setup called itunessetup.exe for x86 systems and itunes64setup.exe for x64 systems. These setups basically are compressed 7zip archives as I explain in a blog about itunes on my website MSIwisdom ( With WinRAR for example you can extract the MSI packages from these setups in order to tune and then deploy them individually. ROEL VAN BUEREN works as senior consultant, trainer and developer for ROVABU NetWorks BV. His company is a Novell Partner and ENGL Integration Partner in the Netherlands. Roel is a specialist using Novell ZCM and Windows deployment using ENGL Imaging Toolkit, Software packaging using AdminStudio and.net development using c#. Roel has been a speaker at Brainshare, GWAVAcon and the Dutch Packaging Event. His latest project is Bundle Commander for Novell ZCM which provides a new way of creating Windows Bundles in a faster, more consistent and intuitive way.

2 OPEN HORIZONS MAGAZINE Issue 17, Q The main MSI package is itunes.msi for which you can use several public properties to customise the installation: REGSRCH_DESKTOP_SHORTCUTS=0 By setting this public property to 0, we tell the installer not to put the itunes shortcut on the desktop. For ZCM environments this is a necessity, since this is a non managed shortcut where we want to provide a managed shortcut by using a Launch Bundle. NO_BONJOUR=1 Setting NO_BONJOUR to 1 we tell the installer not to install Bonjour. Bonjour provides zero-configuration network discovery of printers, shared itunes libraries, and other services. From a security perspective, but also a bandwidth perspective, this is a feature most enterprises want to disable. SCHEDULE_ASUW=0 Setting this to 0 means the AppleSoftwareUpdate.msi will not be installed during the installation of itunes. Effectively the the Automatic Software Update task is not added to the Windows Task Scheduler. Most enterprises want to disable this right away, because this notifies the end user not only of new versions of itunes, but also of other Apple products like QuickTime, Safari and the icloud Control Panel. Regardless whether they are already installed or not. which shows you both your file system as well as the bundle folders and bundles in your ZCM environment. From the file system, you re able to select either software setups and/or executables from which you can create Install and Launch bundles. After downloading, installing and launching Bundle Commander you can log-in to your ZCM zone by clicking the Connect button on the ribbon bar. In the left panel you can select a drive by clicking one of the Drive icons in the ribbon bar and files by selecting a file in the grid. In this example we re showing the directory in which the MSI s of the itunessetup. exe have been extracted: The right panel shows all Bundle Figure 1: The extracted MSI s of itunessetup.exe ZENworks itunes offers enterprise controls which give system administrators the ability to set content restrictions. Knowledgebase article HT2102 ( com/kb/ht2102) Windows OS Managed Client: How to manage itunes control features is a great resource which explains in detail how to use the AdminFlags key in the registry to disable and then lock certain features. This registry key can be added to the installation by importing it in a transform file by either using Orca or AdminStudio s Tuner. Bundle Commander for ZCM Gluing this all together requires some significant work. I have already taken away a bit of the pain by pointing out some resources you can use. You can save yourself a lot of time and effort by using a new product called Bundle Commander for ZCM. Bundle Commander is a Windows desktop application which has an inbuilt knowledgebase for most common applications from vendors like Adobe, Apple, Citrix, Microsoft, Novell and Vmware and legacy setups made with install systems like InnoSetup, NSIS, Wise and InstallShield. Bundle Commander has all kind of best practice features which enable the ZCM administrator to create Windows Bundles in a more simple and intuitive way. It has a split screen Commander Style User Interface Figure 2: All Bundles in the Installation Bundle folder Folders and Bundles inside the selected Bundle folder. With the Bundles related buttons on the ribbon bar, you re able to create Bundles, Bundle Folders and Bundle Groups : Figure 3: Select the itunes.msi setup and Create Bundle

3 26 Issue 17, Q OPEN HORIZONS MAGAZINE ZENworks Figure 4: The itunes Configuration Wizard When we select the itunes.msi from the file system, right click and opt for Create Bundle(s) or click the Create Bundle(s) ribbon button on the ribbon bar: Bundle Commander detects that itunes.msi is the setup for itunes and prompts an Apple itunes Configuration Wizard. With this wizard we can configure the settings we ve discussed in the beginning of this article. When you click Ok, the settings will be stored in a MSI Transform file (.mst). The transform file is then saved and uploaded to the ZCM content repository, after which it will be used in the Create Windows Bundle (MSI) screen which is shown in figure 3. In the Create Windows Bundle (MSI) window, Bundle Commander comes up with a Bundle Name and Display Name which has been derived from the Product Name and Product Version property values of the MSI package. These have been set in the Property table of the MSI package during the creation of this MSI by the vendor and most of the time provide the best unique and Figure 5: Creating a Windows Bundle based on the selected itunes.msi setup consistent name for a Windows Bundle. The icon of the selected file has been extracted automatically and will be used for the Windows Bundle s icon. The User Interface, Executable Security Level and Architecture have been set to a default value. Under the Transforms tab, a transform file has been added, which contains the settings which we selected using the Configuration Wizard. to the Content System. Optionally you can assign the bundle to selected users and devices by using the User Assignments and Device Assignments tabs. The architecture can be set to All, x86 or x64. Setting it to x86 means an Architecture requirement will be added to the Windows Bundle: When you click OK, the Windows Bundle is now created. In ZCC and you will see a newly created Windows Bundle, based on the selections you ve made in Bundle Commander. One of the details you will notice is that under the Install tab the Install Actions have a more sensible naming than provided in ZCC by default, which is Install MSI. This naming is based on the selected file. To succesfully deploy itunes you need to install more than only itunes.msi. You also need to install AppleApplicationSupport.msi and Figure 6: The itunes.mst transform file has been uploaded Figure 7: The Architecture requirement has been set to 32 which means this bundle is only available on Windows x86 systems Figure 8: The Install MSI action has been named Install itunes.msi

4 OPEN HORIZONS MAGAZINE Issue 17, Q ZENworks Figure 9: Multi-select the additional MSI s needed to install itunes AppleMobileDeviceSupport.msi. In order to create Windows Bundles for these, you can multi-select the MSI s and opt to create Windows Bundles for them as well. Figure 11: Create Launch Bundle for itunes.exe We can assign these Windows Bundles to devices or users and opt to either install these on demand or by default after e.g. logging in to a device, but we re still missing a Launch Bundle here to provide a shortcut in either NAL, the Start Menu or the Desktop for the end user. To create a Launch Bundle select the itunes.exe on a machine which already has itunes installed and select Create Bundle(s) : Figure 12: Install actions of the itunes Launch Bundle Figure 10: Select itunes.exe The name of the Windows Bundle is again derived from the selected file. The icon is automatically extracted too. After reviewing the Creating Windows Bundle screen, click Ok and a Launch Bundle itunes will be created: Now, in ZCC, we can add three Install Bundles actions, which refer to the Install Bundles we ve created earlier on, to this bundle:bundle Commander added a Launch Executable action to this bundle, which executes C:\ Program Files\iTunes\iTunes.exe when the user launches this bundle. When the end user now clicks the itunes bundle, the Install Actions will be executed. Putting the Install and Launch logic in different bundles allows you to be more flexible managing your bundles and your Figure 13: Launch action of the itunes Launch Bundle applications. You re able for example to add Uninstall Bundle actions to the Launch Bundle s Install actions, which allows you to uninstall older versions first when needed. This is a just a brief introduction to Bundle Commander and how it can improve your standard ZCM environment. Bundle Commander is currently in beta and scheduled to be released later this year. Bundle Commander will be made available in three versions: a Standard Edition, a Professional and an Enterprise Edition. A license for the Standard Edition is available for free. You can register for this free license on the Bundle Commander website: The beta version has no restrictions except for the Enterprise features.

5 New Releases: A Year Of Expectation Issue 17, Q ZENworks Application Virtualization I Mobile Device Management I GroupWise 2012 I Bundle Commander I Success Story I MS-Office Add-In for Novell Vibe I Introducing OES11 I Service Management I ZCM 11 SP2 I Giving Customers A Voice I Ask the Experts

6 4 Issue 17, Q OPEN HORIZONS MAGAZINE Contents 3 Editorial: Re:Launch 5 ZENworks Application Virtualization 9 Mobile Device Management: Is ActiveSync The Complete Solution 13 Groupwise 2012: Roam Productively 16 Giving Customers A Voice In The Future Of Groupwise 18 ITs Perfect Storm - Time For Change Or Be Changed 20 Introducing OES11 24 Tune Your ZCM Bundles With Bundle Commander 28 Success Story: Kent And Medway Health Informatics Service 30 First Look: The Microsoft Office Add-In for Novell Vibe 34 Ask The Experts: ZENworks 11.2 Is Coming 36 Ask The Experts: GroupWise 37 Ask The Experts: Vibe 39 Community News: Bringing Novell Collaboration To A Language Near You! Cover image: Copyright istockphoto/teekid Open Horizons Magazine Editorial Team Chief Editor Robin Redgrave robin@open-horizons.net Editorial Team Sander van Vugt sander@open-horizons.net Corne Groesbeek corne@open-horizons.net John Ellis john@open-horizons.net Production Control & Layout John Ellis john@open-horizons.net Open Horizons Magazine is distributed free of charge to members. For further information on how to become a member of Open Horizons go to LEGAL NOTE: Entire contents copyright. All rights reserved. No part of this publication may be reproduced in any form without prior written permission of the magazine s editorial team or the author. This publication is provided as is. All the information provided is for general discussion only. The views expressed are solely those of the authors and do not reflect the views of their firm, any of their clients, or officials of the Open Horizons community. The publisher is not responsible for any errors, inadequacies, misuse, or the consequences of using any of the information provided. Open Horizons Magazine is published independently of Novell, which is not responsible in any way for its content. The rights of Novell Inc with respect to all their trademarks and registered trademarks is recognised. All other trademarks and registered trademarks are the property of their owners and are used for editorial or identification purposes. Open Horizons Magazine is published quarterly by the Open Horizons Community -

7 Available Now: Novell Open Enterprise Server 11 Now on the latest SUSE Linux Enterprise platform Featuring: Enhanced virtualization options (VMware/XEN) Cross-Platform Client Support Centralized Server Deployment Dynamic Storage Technology Microsoft Active Directory Authentication Novell, Inc. All rights reserved. Novell and the Novell logo are registered trademarks of Novell, Inc. in the United States and other countries.

Bundle Commander. Administration Guide Copyright 2013, ROVABU Software B.V. Version Page 1

Bundle Commander. Administration Guide Copyright 2013, ROVABU Software B.V. Version Page 1 Bundle Commander Administration Guide 1.2.0 Copyright 2013, ROVABU Software B.V. Version 1.2.0. Page 1 Copyright, Trademarks, and Legal ROVABU Software B.V. www.bundlecommander.com January 28, 2013 Copyright

More information

Setup Commander for ZENworks

Setup Commander for ZENworks Setup Commander for ZENworks Administration Guide 2.5.0 Copyright 2017, ROVABU Software B.V. Version 2.5.0 Page 1 Copyright, Trademarks, and Legal ROVABU Software B.V. www.setupcommander.com October 15,

More information

AdminStudio 10.0 ZENworks Edition

AdminStudio 10.0 ZENworks Edition AdminStudio 10.0 ZENworks Edition Installation Guide Version 10.0 Legal Information Book Name: AdminStudio 10.0 ZENworks Edition Installation Guide Part Number: ADS-1000-IGZ0 Product Release Date: February

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

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

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

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

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

More information

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

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

Novell ZENworks GETTING STARTED GUIDE. February 11, 2005

Novell ZENworks GETTING STARTED GUIDE. February 11, 2005 Novell ZENworks 6.5 February 11, 2005 GETTING STARTED GUIDE www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and

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

Migrating Novell ZENworks 7 to Novell ZENworks 10 Configuration Management SP3

Migrating Novell ZENworks 7 to Novell ZENworks 10 Configuration Management SP3 Migration Guide ZENWORKS Migrating Novell ZENworks 7 to Novell ZENworks 10 Configuration Management SP3 Migrating Novell ZENworks 7 to Novell SP3 Table of Contents: 2..... Your Guide to Easy Migration

More information

Novell ZENworks Application Virtualization

Novell ZENworks Application Virtualization Integration Guide AUTHORIZED DOCUMENTATION Novell ZENworks Application Virtualization 7.3 January 29, 2010 www.novell.com Novell ZENworks Application Virtualization 7.3 Integration Guide Legal Notices

More information

Packaging in Existing and Emerging Options

Packaging in Existing and Emerging Options Packaging in 2009 Existing and Emerging Options Bob Kelly Author Deploying and Administering Windows Vista Start to Finish Guide to Scripting with KiXtart The Definitive Guide to Desktop Administration

More information

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements.

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect 9.7 Release Notes Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect is a web conferencing solution for web meetings,

More information

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

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

More information

INTEGRATING WITH DELL CLIENT COMMAND SUITE: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

INTEGRATING WITH DELL CLIENT COMMAND SUITE: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE SEPTEMBER 2018 PRINTED 4 MARCH 2019 INTEGRATING WITH DELL CLIENT COMMAND SUITE: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Purpose Audience

More information

Open a command prompt window and change to the directory containing the file just downloaded. Run this command:

Open a command prompt window and change to the directory containing the file just downloaded. Run this command: Deploying Apple QuickTime The Third Party Software Deployment feature of SyAM Management Utilities can be used to perform a silent deployment of Apple QuickTime to Windows machines. Requirements: This

More information

Laserform. Installation and Upgrade Guide. Version 9.7.3

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

More information

Exclaimer Mail Archiver

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

More information

SQL Optimizer for Oracle Installation Guide

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

More information

AUTHORIZED DOCUMENTATION. Using ZENworks with Novell Service Desk Novell Service Desk February 03,

AUTHORIZED DOCUMENTATION. Using ZENworks with Novell Service Desk Novell Service Desk February 03, AUTHORIZED DOCUMENTATION Using ZENworks with Novell Service Desk 6.5.4 Novell Service Desk 6.5.4 February 03, 2012 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with

More information

Quest Code Tester for Oracle 3.1. Installation and Configuration Guide

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

More information

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018 ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk November 2018 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions,

More information

Snagit Deployment Tool

Snagit Deployment Tool Snagit Deployment Tool Version 2018 July 2018 Copyright 2018 TechSmith Corporation. All rights reserved All rights reserved This manual, as well as the software described in it, is furnished under license

More information

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

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

More information

Snagit 12. Snagit Deployment Tool Guide. Version October TechSmith Corporation

Snagit 12. Snagit Deployment Tool Guide. Version October TechSmith Corporation 12 Version 12.2.1 October 2014 2014 TechSmith Corporation All rights reserved This manual, as well as the software described in it, is furnished under license and may be used or copied only in accordance

More information

Deployment Tool Guide

Deployment Tool Guide Deployment Tool Guide Version 2018.0.0 October 2017 All rights reserved This manual, as well as the software described in it, is furnished under license and may be used or copied only in accordance with

More information

Symantec pcanywhere 12.5 SP4 Release Notes

Symantec pcanywhere 12.5 SP4 Release Notes Symantec pcanywhere 12.5 SP4 Release Notes Symantec pcanywhere 12.5 SP4 Release Notes The software described in this book is furnished under a license agreement and may be used only in accordance with

More information

WHITE PAPER. How AdminStudio Helps IT Migrate to Windows Vista 5x Faster

WHITE PAPER. How AdminStudio Helps IT Migrate to Windows Vista 5x Faster WHITE PAPER How AdminStudio Helps IT Migrate to Windows Vista 5x Faster How AdminStudio Helps IT Migrate to Windows Vista 5x Faster Executive Summary With the Microsoft release of Service Pack 1 (SP1)

More information

ViewNow X Server Setup Guide

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

More information

Toad for Oracle 2018 Editions. Installation Guide

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

More information

ZENworks Linux Management Migration Guide

ZENworks Linux Management Migration Guide www.novell.com/documentation ZENworks Linux Management Migration Guide ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents

More information

Deploying Adobe Acrobat or Reader using SyAM Management Utilities

Deploying Adobe Acrobat or Reader using SyAM Management Utilities using SyAM Management Utilities The Third Party Software Deployment feature of SyAM Management Utilities can be used to perform a silent installation of Adobe Acrobat or Reader across your network to managed

More information

Preo Printelligence Unattended Installation Guide

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

More information

Symantec ediscovery Platform

Symantec ediscovery Platform Symantec ediscovery Platform Native Viewer (ActiveX) Installation Guide 7.1.5 Symantec ediscovery Platform : Native Viewer (ActiveX) Installation Guide The software described in this book is furnished

More information

Toad Edge Installation Guide

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

More information

Infinity Management Guide

Infinity Management Guide Infinity Management Guide 1. What is Infinity Management? Infinity Management is a deployment tool offered by Heimdal Security that will provide you the ability to deploy software within your organization

More information

Symantec Ghost Solution Suite Web Console - Getting Started Guide

Symantec Ghost Solution Suite Web Console - Getting Started Guide Symantec Ghost Solution Suite Web Console - Getting Started Guide Symantec Ghost Solution Suite Web Console- Getting Started Guide Documentation version: 3.3 RU1 Legal Notice Copyright 2019 Symantec Corporation.

More information

McAfee Data Loss Prevention Endpoint

McAfee Data Loss Prevention Endpoint Release Notes Revision A McAfee Data Loss Prevention Endpoint 9.3.200 For use with epolicy Orchestrator 4.6-5.1 Software Contents About this release Enhancements Resolved issues Installation instructions

More information

ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options

ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options July 2017 The information in this document helps you to quickly and easily find the information related to various bundle features and

More information

Parallels Remote Application Server

Parallels Remote Application Server Parallels Remote Application Server Parallels Client for Windows User's Guide v16.1 Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright

More information

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0.

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0. PDF SHARE FORMS Online, Offline, OnDemand PDF forms and SharePoint are better together PDF Share Forms Enterprise 3.0 Install Guide SharePoint 2013 Contents Disclaimer...3 Copyright...3 About this guide...3

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Perceptive Enterprise Deployment Suite

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

More information

Using ZENworks with Novell Service Desk

Using ZENworks with Novell Service Desk www.novell.com/documentation Using ZENworks with Novell Service Desk Novell Service Desk 7.1 April 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or

More information

SAP Jam add-in for Microsoft Office Outlook Administration Guide and Release Notes

SAP Jam add-in for Microsoft Office Outlook Administration Guide and Release Notes PUBLIC SAP Jam Collaboration 2018-07-25 SAP Jam add-in for Microsoft Office Outlook Administration Guide and Release Notes 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content

More information

Dell EMC OpenManage Installation and Management Release Notes

Dell EMC OpenManage Installation and Management Release Notes 2018-05 Dell EMC OpenManage Installation and Management Release Notes This document describes the new features, enhancements, and fixed issues in OpenManage Installation and Management 9.1.1 Topics: Release

More information

Skynax. Remote Assist Console. User Guide

Skynax. Remote Assist Console. User Guide Skynax Remote Assist Console User Guide Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and other information contained in this document without prior

More information

Altiris Software Management Solution 7.1 from Symantec User Guide

Altiris Software Management Solution 7.1 from Symantec User Guide Altiris Software Management Solution 7.1 from Symantec User Guide Altiris Software Management Solution 7.1 from Symantec User Guide The software described in this book is furnished under a license agreement

More information

SAP Jam Application Launcher for Microsoft Windows Reference Guide

SAP Jam Application Launcher for Microsoft Windows Reference Guide PUBLIC SAP Jam Application Launcher for Microsoft Windows 2018-07-25 SAP Jam Application Launcher for Microsoft Windows Reference Guide 2018 SAP SE or an SAP affiliate company. All rights reserved. THE

More information

Image-In Connect v1.0 Installation Guide

Image-In Connect v1.0 Installation Guide Image-In Connect v1.0 Installation Guide For AccuRoute v3.01 Feature Pack 1 March 2, 2011 Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: +1/1 978 327 5700 Toll-free in the US: +1/1 800 886 7845

More information

Installation and Deployment

Installation and Deployment Deployment and Installation Workflow, on page 1 Install the Components Workflow, on page 2 Set up the Hosted Virtual Desktops Workflow, on page 3 Download the Cisco JVDI Client, on page 3 Download the

More information

ZENworks 2017 Update 2 ZENworks Agent Reference. February 2018

ZENworks 2017 Update 2 ZENworks Agent Reference. February 2018 ZENworks 2017 Update 2 ZENworks Agent Reference February 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

GWCommander V3.x. Administrators Guide

GWCommander V3.x. Administrators Guide GWCommander V3.x Administrators Guide OpenNet Software Ltd., January 2006 OpenNet Software Ltd. GWCommander v.3 Admin Guide, Page 1 Table of Contents 1. Introduction...2 1.1 Requirements...3 2. Setting

More information

DEPLOY PERSYSTENT AGENT

DEPLOY PERSYSTENT AGENT Persystent Suite 6.0 DEPLOY PERSYSTENT AGENT Best Practices Persystent Suite supports no-touch installation for existing client computers. Installing Persystent Suite on your existing computers will help

More information

VMware App Volumes Installation Guide. VMware App Volumes 2.13

VMware App Volumes Installation Guide. VMware App Volumes 2.13 VMware App Volumes Installation Guide VMware App Volumes 2.13 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

OSComponentCleanup Add-on for Windows 10 IoT Enterprise Redstone 1

OSComponentCleanup Add-on for Windows 10 IoT Enterprise Redstone 1 Rev. A00 2018-11 OSComponentCleanup Add-on for Windows 10 IoT Enterprise Redstone 1 Software releases are created to correct defects, make enhancements, or add new features. These releases are tested on

More information

NetWrix VMware Change Reporter Version 3.0 Enterprise Edition Administrator s Guide

NetWrix VMware Change Reporter Version 3.0 Enterprise Edition Administrator s Guide NetWrix VMware Change Reporter Version 3.0 Enterprise Edition Administrator s Guide Table of Contents NetWrix VMware Change Reporter Concepts... 1 Product Editions... 1 How It Works... 2 Deploying Product...

More information

Application Profiler Administrator s Guide

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

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Dell SupportAssist for PCs and Tablets. Deployment Guide for Managing Business Systems

Dell SupportAssist for PCs and Tablets. Deployment Guide for Managing Business Systems Dell SupportAssist for PCs and Tablets Deployment Guide for Managing Business Systems Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Corona SDK Device Build Guide

Corona SDK Device Build Guide Corona SDK Device Build Guide November 29, 2009 2009 ANSCA Inc. All Rights Reserved. 1 ANSCA Inc. 2009 ANSCA Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired...

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired... WEB MESSAGE CENTER END USER GUIDE The Secure Web Message Center allows users to access and send and receive secure messages via any browser on a computer, tablet or other mobile devices. Introduction...

More information

Installation and Deployment

Installation and Deployment Deployment and Installation Workflow, page 1 Install Cisco VXME Components Workflow, page 2 Set up the Hosted Virtual Desktops Workflow, page 3 Download Cisco VXME Client, page 4 Download Cisco VXME Agent,

More information

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide Note Before using this information and the product it supports,

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

Performing Silent Installations and Uninstallations

Performing Silent Installations and Uninstallations Performing Silent Installations and Uninstallations By Robert Dickau Principal Technical Training Writer Abstract A silent, or unattended, installation is one that displays no feedback to the end user.

More information

Dell SupportAssist for PCs and Tablets Deployment Guide for Managing Business Systems

Dell SupportAssist for PCs and Tablets Deployment Guide for Managing Business Systems Dell SupportAssist for PCs and Tablets Deployment Guide for Managing Business Systems Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Write Filter update for Windows 10 IoT Enterprise Threshold and Redstone Operating System

Write Filter update for Windows 10 IoT Enterprise Threshold and Redstone Operating System 2018-02 Write Filter update for Windows 10 IoT Enterprise Threshold and Redstone Operating System Software releases are created to correct defects, make enhancements, or add new features. These releases

More information

SAP Jam for Microsoft Office integration Reference Guide THE BEST RUN

SAP Jam for Microsoft Office integration Reference Guide THE BEST RUN PUBLIC SAP Jam for Microsoft Office integration Reference Guide Document Version: May 2016 2018-12-12 SAP Jam for Microsoft Office integration Reference Guide 2018 SAP SE or an SAP affiliate company. All

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Print It Right, Right Away

Print It Right, Right Away - Océ Windows Printer Driver 2 Print It Right, Right Away o User guide Océ WPD2 Application Copyright 2012, Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted

More information

Centrix WorkSpace Discovery Installation Guide. Version 1.0

Centrix WorkSpace Discovery Installation Guide. Version 1.0 Centrix WorkSpace Discovery Installation Guide Version 1.0 The latest software version and documentation for this product can be downloaded here: http://www.centrixsoftware.com/downloads/discovery If you

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

All other products, brands, names or trademarks mentioned in this document may be trademarks or registered trademarks of their respective owners.

All other products, brands, names or trademarks mentioned in this document may be trademarks or registered trademarks of their respective owners. Update Instructions Perspective by PPM 2000 Version 3.3 Printed April 2013 Copyright 2013 PPM 2000 Inc. and its licensors. All rights reserved. PPM 2000, the PPM 2000 logo, Perspective by PPM 2000, the

More information

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

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

More information

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

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

More information

ZENworks 2017 What s New Reference. December 2016

ZENworks 2017 What s New Reference. December 2016 ZENworks 2017 What s New Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

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

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

More information

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1 Aspera Connect 2.6.3 Windows XP, 2003, Vista, 2008, 7 Document Version: 1 2 Contents Contents Introduction... 3 Setting Up... 4 Upgrading from a Previous Version...4 Installation... 4 Set Up Network Environment...

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

QuickBooks 2008 Software Installation Guide

QuickBooks 2008 Software Installation Guide 12/11/07; Ver. APD-1.2 Welcome This guide is designed to support users installing QuickBooks: Pro or Premier 2008 financial accounting software, especially in a networked environment. The guide also covers

More information

VMware User Environment Manager SyncTool Administration Guide. VMware User Environment Manager 9.1

VMware User Environment Manager SyncTool Administration Guide. VMware User Environment Manager 9.1 VMware User Environment Manager SyncTool Administration Guide VMware User Environment Manager 9.1 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/

More information

McAfee File and Removable Media Protection Installation Guide

McAfee File and Removable Media Protection Installation Guide McAfee File and Removable Media Protection 5.0.8 Installation Guide COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator,

More information

Citrix administator guide

Citrix administator guide Dragon speech recognition Enterprise solution Guide Citrix administator guide For: Copyright 2017 Dragon Professional Group/Dragon Legal Group/Dragon Law Enforcement, v15. This material may not include

More information

VMware Horizon Client v4.8 Release Notes

VMware Horizon Client v4.8 Release Notes 2018-07 Software releases are created to correct defects, make enhancements, or add new features. These releases are tested on all current, actively shipping platforms and operating systems, as applicable.

More information

incontact On-Demand User Guide for Premises 16.2

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

More information

SDL AuthorAssistant. Installation Guide

SDL AuthorAssistant. Installation Guide SDL AuthorAssistant Installation Guide OPYRIGHT SDL AUTHORASSISTANT 2010 SP3 INSTALLATION GUIDE opyright 2005-2012 SDL plc. All rights reserved. No part of this documentation may be duplicated in whole

More information

UPDATE GUIDE V4.5 TO V4.6

UPDATE GUIDE V4.5 TO V4.6 UPDATE GUIDE V4.5 TO V4.6 Perspective by PPM Version 4.6 Printed June 2015 Copyright 2015 PPM 2000 Inc. and its licensors. All rights reserved. PPM 2000, the PPM 2000 logo, Perspective by PPM 2000, the

More information

Dragon Medical Network Edition

Dragon Medical Network Edition Dragon Medical Network Edition Version 2.7.1 Minitracker Release Notes 1 Dragon Medical Network Edition Release Notes Copyright Copyright 2002-2017 Nuance Communications, Inc. All rights reserved. Nuance,

More information

Table Of Contents INTRODUCTION... 6 USER GUIDE Software Installation Installing MSI-based Applications for Users...9

Table Of Contents INTRODUCTION... 6 USER GUIDE Software Installation Installing MSI-based Applications for Users...9 Table Of Contents INTRODUCTION... 6 USER GUIDE... 8 Software Installation... 8 Installing MSI-based Applications for Users...9 Installing EXE-based Applications for Users...10 Installing MSI-based Applications

More information

Using Dell Repository Manager to Manage Your Repositories Efficiently

Using Dell Repository Manager to Manage Your Repositories Efficiently Using Dell Repository Manager to Manage Your Repositories Efficiently A Dell Technical White Paper Dell Inc. Dell Repository Manager Team i THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY

More information

Copyright Jetro Platforms, Ltd. All rights reserved.

Copyright Jetro Platforms, Ltd. All rights reserved. Important Notice Copyright 2001 2009 Jetro Platforms, Ltd. All rights reserved. This document is furnished by Jetro Platforms for information purposes only to licensed users of the Jetro COCKPIT product.

More information

Downloading and Mass Deploying Applications

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

More information

Parallels Software International, Inc. Parallels Compressor. Installation Guide. Server

Parallels Software International, Inc. Parallels Compressor. Installation Guide. Server Parallels Software International, Inc. Parallels Compressor Installation Guide Server (c) 2005-2007 Copyright 2006-2007 by Parallels Software International Inc. All rights reserved. Parallels, Parallels

More information

NexentaStor VVOL

NexentaStor VVOL NexentaStor 5.1.1 VVOL Admin Guide Date: January, 2018 Software Version: NexentaStor 5.1.1 VVOL Part Number: 3000-VVOL-5.1.1-000065-A Table of Contents Preface... 3 Intended Audience 3 References 3 Document

More information

Novell. Mobility Solutions. Joe Marton Sales Engineer Novell North America

Novell. Mobility Solutions. Joe Marton Sales Engineer Novell North America Novell Mobility Solutions Joe Marton Sales Engineer Novell North America jmarton@novell.com The Good Old Days IT Standardization 2 Trending Now I want you to give me this. Now make me productive on it.

More information

About Toad for Oracle 2017 Editions 2. Product release notes 4. Installation 5

About Toad for Oracle 2017 Editions 2. Product release notes 4. Installation 5 Revised 5/26/2017 Contents About 2 Product release notes 4 Installation 5 System requirements 6 Hardware requirements 6 Database requirements 7 Network 8 Additional requirements 8 Virtualization support

More information

Virtuozzo Automator 6.1

Virtuozzo Automator 6.1 Virtuozzo Automator 6.1 Installation Guide for Windows April 18, 2016 Copyright 1999-2016 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH. c/o Parallels International

More information