APPLICATION PACKAGING Interview Questions and Answers

Size: px
Start display at page:

Download "APPLICATION PACKAGING Interview Questions and Answers"

Transcription

1 Success is the sum of small efforts repeated day in and day out Page 1 of Features of the application packaging? Installation and management of assemblies Configure Merge Modules Isolation of program information Enhancement of operating system features Application compatibility infrastructure Digital signature support supports for Transforms and Patches from URL resources Improved terminal server support enhanced logging Application compatibility 2. What is MSI? Advantages of MSI? MSI => Microsoft Installer. It is an installation in the form of a single file. It is actually a Database that contains several tables (80+) each of this table contains instructions and set-up information Self Healing Roll Back Install on Demand Advertisement Source resiliency 3. What is component? Collection of resources that are always installed or removed as a unit from a user system like files and folders and registries 4. What are the component Rules? every component have unique GUI Every Component Should have a key path HKLM&HKCU registries are not present in the same component.exe.dll ocx files should not present in the same component Two components can't install in the same resource all resources of a component must install same directory 5. What is Key path? A Resource in the component which is used to identify whether the component is installed or not 4th MainTulasi Theater RoadMarthalliBangalore visit

2 Success is the sum of small efforts repeated day in and day out Page 2 of What are the Component attributes ? 0 => 0X0000 msidbcomponent attributes local only Component can't run from source. Prevent the feature from being run from my computer. 2 => 0X0002 msidbcomponent Attributes Optional Run locally or from source. 4 => 0X0004\ msidbcomponent Attributes Registry Key-path Key-path column is used as a key-path into the registry table. 8 => 0X0008 msidbcomponent Attributes SharedDLL Count Installer increments the shared dll count in the shared dll registry. If it is not set the installer increments the reference count only if the reference count is already exist. 16 => 0X0010 msidbcomponent Attributes Permanent Installer doesn't remove the component during un-installation. 32 => 0X0020 msidbcomponent Attributes ODBC Data source This bit is set the value in the key-path column a key into the ODBC data source. 64 => 0X0040 msidbcomponent Attributes Transitive Re evaluates the value of the statement. 128 => 0X0080 msidbcomponent Attributes Never Overwrite Installer does not install or reinstall the component if key-path file or key-path registry entry of the component already exists. 256 =>0X0100 4th MainTulasi Theater RoadMarthalliBangalore visit

3 Success is the sum of small efforts repeated day in and day out Page 3 of 10 MsidbComponent Attributes includes both 32-bit&64-bit If the bit is not set the component is registered as a32-bit component. If this is a 64-bit component replacing 32-bit. 512 => 0X0200 MsidbComponent Attributes Disable Registry Reflection Registry disable reflection key on each key being accessed by the component If is available with windows installer version 4.0. The bit is ignored on 32-bit system ignored on the 64-bit version of windows XP.. 7. What are the ODBC Related tables ODBC Data Source Table ODBC Driver Table ODBC Translator Table ODBC Attribute Table ODBC Source Attribute Table 8. Phases of MSI installation? v Acquisition: The Installer installs the feature and then progresses through the action specified in the sequence tables of the installation database. This action query the installation database and generates a script that gives a step by step procedure for performing the installation. v Execution: Install passes the information to process with elevated privileges and run the script. v Rollback: If an installation unsuccessful. The installer restores the original state of the computer it generates the rollback script simultaneously to the script. installer saves a copy of every file it deletes during the installation these files are kept in hidden system directory. Once installation is completed the rollback script and the saved files are deleted. 9. What is Config.msi folder? Rollback script files are stored in the config.msi location. After completion of installation this folder gets deleted. 10. How does ADDLOCAL Property works? 4th MainTulasi Theater RoadMarthalliBangalore visit

4 Success is the sum of small efforts repeated day in and day out Page 4 of 10 When we give feature name to ADDLOCAL property windows installer adds that feature. 11. Why more than one MSIEXEC run in the task manager while installing the MSI? While a MSI getting installed We see 3-4 MSIEXEC running in task manager they are MSI server Client and Services and the 4th one will be seen when a custom action is getting installed 12. What are the Red Components? Why it is appear? Red Components is an error component When components is not satisfied the component rules then we got red component. 13. How to resolve the Red components? when component satisfies the component rules then only we resolve red components. 14. What is per user installation? It gives permission per single user only property is ALLUSERS= What is Per machine installation? It gives permission per all users property is ALLUSERS= What is preferred ALLUSERS=0 or 1 or 2? ALLUSERS=1 For best practice. 17. What are the Merge Modules? Extension of Merge modules? Allows companies to prepackage and share standard components definitions Merge modules are used to deliver shared code files resources registry entries used setup logic to application as a single compound file. Extension of merge modules is.msm. 18. What are the Merge module tables? Module Signature Module Component Module Dependency Module Exclusion Module Sequence Module Ignore Module Sub Situation Module Configuration. Admin UI 19. What is location of Shared DLL Registry? HKCU\Software\Microsoft\Windows\Current Version\"Shared Dll with the path of file " 20. What is a Shared DLL Component? 4th MainTulasi Theater RoadMarthalliBangalore visit

5 Success is the sum of small efforts repeated day in and day out Page 5 of 10 Shared DLL component is a DLL file have common to the similar component/product is known as shared DLL. 21. What is permanent component? If we set component as permanent none of the component data are removed from the target When we un-install the component features. 22. Can a component have sub-component? No. We can't create sub-component. 23. How to suppress reboot of a MSI? From Administration tab we can suppress reboot. 24. What is Source list property? Semi column-decimated list of network or URL source paths to the applications installation package. This list is appended to the end of each users existing source list for the applications. per user installation: HKCU\Software\Microsoft\Installer\Products\Source List. Per Machine Installation: HKLM\Software\Microsoft\Installer\Products\Source List. 25. Can you Create merge modules? Yes We can create merge module through Wise package studio and Installed studio. 26. Where the merge modules stored on your computer? C:\ Wise share point\merge modules\ 27. Difference between MSI and MSM? MSI: Include multiple application allowing you to install a suite of applications in a single step. in this case the installer should include merge modules for all components used any of the included application MSM: Snap Shot of a particular version of component. 28. What is.ini file and its format?.ini file is a text file that contains configuration information. ini ---> Installation. Syntax: [Section] key name = value 29. What is launch condition? 4th MainTulasi Theater RoadMarthalliBangalore visit

6 Success is the sum of small efforts repeated day in and day out Page 6 of 10 Used to check system requirements on the destination computer. Launching Condition: Feature level <= install level 30. What is Environment variable? Where environment variables stored in MSI tables? Environment variables are the variables that are set by the Operating System and application User Variables(Available for that particular user) System Variables (Available for all users) Environment tables following columns environment name environment value environment component. 31. What is Upgrade? Explain different type of upgrades? Create Higher version of the current (existing) version of a product Types of upgrades: Update(Small): Just we can add patches or Hot fix or Quick Fixes engineering. add a few files possibly add some new content. But there is a limitation for the change that can made to the feature component structure for the package. Only the package code has been changed. Minor Update: There is limitation for Changes that change can be made to the feature-component structure for the package. The package code and product version is changed It is also called as "service pack". Major Update: There is no limitation for changes That change can be made feature-component structure for the package The product code product version and package code also changed. 32. What is structure of a MSI? Product (Collection of Features) features (Collections of Components) 4th MainTulasi Theater RoadMarthalliBangalore visit

7 Success is the sum of small efforts repeated day in and day out Page 7 of 10 components (Collection of files and Registries) Products: Product is an application. Features Single installed program (or programs) The product can identified by unique GUID. A product is not same as package. Windows installer configuration command operates only on features(installing uninstalling and advertising) self healing install-on-demand and user profile fix-up operate at the feature level. Components Collection of resources that are always installed or removed as a unit from a user system like files and folders and registries Every Component assigned a unique component GUID. 33. How to change Non-Advertised shortcut to Advertised shortcut? Change the target filed in shortcut table from file path. 34. Where System Variables and User Variables are stored in the registries? System Variables: HKLM\System\Current Control Set\Control\Session Manger\Environment User Variables: HKCU\Environment 35. What are Services & its types? Windows services are a background process which is loaded by the control manager of the OS. Win32Services: Which is running by executable file installed by the application? Kernel Services: Which are used by the OS to communicate to the hardware devices 36. What is ODBC and DSN and its type? ODBC --> Open Data Base Connectivity. Allow the user to access data from any application. The layer between the application and DBMS is called as DSN. o User DSN( Specified User). o System DSN(For all Users). 37. What is property and Types of properties explain them? 4th MainTulasi Theater RoadMarthalliBangalore visit

8 Success is the sum of small efforts repeated day in and day out Page 8 of 10 Properties are global variables Microsoft windows installer uses during an installation. Public: Installer can be use internally and externally (can be changed during Runtime also) Ex: INSTALL LEVEL Private: Installer can be use only internally(can't change in runtime) Ex: Product Code Product Version Manufacture Version Name. Restricted Public: Installer can't be used internally and externally for security purpose. Ex: ALL USERS REMOVE REBOOT REINSTALL MODE How to give the permission to files and folders? Through permission table or Secedit.exe or Subinacl.exe or through VB Script Using the CACLS XCACLS commands Command: "cacls c:\my file.txt /E/G <username> : f" /T --> Specifies files in the current directory and sub directory. /E --> Edit ACL instead of replacing it. /C --> Continue(Ignore) access denied errors /G --> User: permissions for read write full control /R --> User: perm Revoke specified users access right(only availed with /E) /P --> User: Perm Replace Specified user access rights permission can be NRCF(None Read Change Full control) /D --> User Denny Specified User access. 39. What are the types Setup Capture in wise package studio/ Install shield? In wise we have three types of setup captures Virtual capture: Creates clean virtual OS on your Computer and the installation is redirected in the clean Virtual OS. Smart Monitor: Watches the installation and records the changes the installations performs Snap Shot : Scan the computer before and after the installations and records the difference between the first scan and second scan. In Install Shield there are two types Installation Monitor: Repackages watches lower level system activities and records related changes made to the system by the setups programs. Snap Shot: Scan the computer before and after the installations and records the difference between the first scan and second scan. 40. What is transform? A transform is a windows installer file with extension(.mst). It should be used along with a MSI to customize or Change the installation package without modifying the MSI. The installer can only apply 4th MainTulasi Theater RoadMarthalliBangalore visit

9 Success is the sum of small efforts repeated day in and day out Page 9 of 10 transforms during installation Syntax: msiexec /i "path of the MSI" transforms="path of the MST" /Switches. 41. How many transforms we can create for a single MSI? Any number of 42. What is wrapper MSI? It means that the Application(MSI) is packaged by calling the exe(executable file ) inside the MSI 43. What is Patch? Patch is Streaming process for updating earlier versions of a windows installer setup package i.e when you update only files that already exist in your installation package. Only the Package Code is changed. 44. What is product code? The Product Code us a GUID identifying a particular Application or Product. 45. What is Package Code? The Package Code is a GUID identifying a particular Microsoft windows installer package. It associates an.msi file 46. What is app Search? App search action is used to search for existing version of products(files registry ini..) 47. What is use of MSI Assembly tables? It is used for the registration of.net Assembly files. 48. What is File Association? The windows Operating System recognizes file types and associates them with programs based on their files extension. A file that carries no extension or no associated program is called Orphaned. 49. What is Shortcuts & types? Shortcuts are the entry points to the application installed on the system which is normally points to a file Advertised : File Should be installed by the application 4th MainTulasi Theater RoadMarthalliBangalore visit

10 Success is the sum of small efforts repeated day in and day out Page 10 of 10 Non - Advertised : File that is not part of installation. It is called command line shortcuts. 50. What is Custom action? The Microsoft Windows Installer provides many built- in actions for performing the installation process. For some cases the developer writes an action to execute his own installation is called Custom Actions 4th MainTulasi Theater RoadMarthalliBangalore visit

Process of Building up an Application Packaging

Process of Building up an Application Packaging Process of Building up an Application Packaging Trupti M. Hake * M.E. (Computer Engg.,) pursuing, Sinhgad College Pune (M.S.) India * truptihake@yahoo.com Pravin S. Metkewar Assoc Professor, Symbiosis

More information

Understanding Windows Installer

Understanding Windows Installer This paper was originally presented at the Great Lakes Great Database Workshop in Milwaukee, Wisconsin in October, 2003. Understanding Windows Installer Session 8 Rick Borup Information Technology Associates

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Windows Installer Technology

Windows Installer Technology tm realtimepublishers.com tm The Definitive Guide To Windows Installer Technology for System Administrators Darwin Sanoy and Jeremy Moskowitz Chapter 3: Windows Installer Internals...45 Application Management

More information

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION Contents 1. Getting Started... 4 1.1 Specops Deploy Supported Configurations... 4 2. Specops Deploy and Active Directory...5 3. Specops Deploy

More information

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

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

More information

Working with Windows Installer A Practical Guide to MSI. By Nelson Ruest & Danielle Ruest Edited By Bob Kelly

Working with Windows Installer A Practical Guide to MSI. By Nelson Ruest & Danielle Ruest Edited By Bob Kelly Working with Windows Installer A Practical Guide to MSI By Nelson Ruest & Danielle Ruest Edited By Bob Kelly Abstract Windows Installer is a comprehensive application installation system. Because it is

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Witango Application Server 6. Installation Guide for Windows

Witango Application Server 6. Installation Guide for Windows Witango Application Server 6 Installation Guide for Windows December 2010 Tronics Software LLC 503 Mountain Ave. Gillette, NJ 07933 USA Telephone: (570) 647 4370 Email: support@witango.com Web: www.witango.com

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Inteset Secure Lockdown ver. 2.0

Inteset Secure Lockdown ver. 2.0 Inteset Secure Lockdown ver. 2.0 for Windows XP, 7, 8, 10 Administrator Guide Table of Contents Administrative Tools and Procedures... 3 Automatic Password Generation... 3 Application Installation Guard

More information

Tutorial. Patch Management

Tutorial. Patch Management Tutorial Patch Management 2011 DeskCenter Solutions AG Table of Contents 1. Introduction...3 2. Software deployer...4 2.1 Preparing the software deployer...4 2.2 Configuring software deployers...4 3. Central

More information

Dream Report Version 4.5

Dream Report Version 4.5 Dream Report Version 4.5 Project Upgrade Procedure 1 P a g e Contents Introduction... 3 Upgrade Steps... 3 1. Backup of the Existing Project... 3 2. Installation of Dream Report Version 4.5... 3 3. Loading

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

Amadeus Selling Platform 3.1 P120

Amadeus Selling Platform 3.1 P120 Amadeus Selling Platform 3.1 P120 Installation Guide Terminal Server and Citrix Index 1 Introduction... 3 1.1 About this guide... 3 1.2 Intended audience... 3 2 Limitations and requirements... 3 3 Technical

More information

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein PROJECTIONS SUITE Database Setup Utility (and Prerequisites) Installation and General Instructions v0.9 draft prepared by David Weinstein Introduction These are the instructions for installing, updating,

More information

Utolsó módosítás: 2011.03.31.

Utolsó módosítás: 2011.03.31. Utolsó módosítás: 2011.03.31. 1 2 3 Release Management: The Process responsible for Planning, scheduling and controlling the movement of Releases to Test and Live Environments. The primary objective of

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

ControlMaestro Upgrade guide

ControlMaestro Upgrade guide ControlMaestro Upgrade guide From Wizcon to ControlMaestro Version: CM2013 v1.0 Date: 4th July 2013 Redactor: Yves Brunel Validation: Didier Pedreno Table of Contents 1 BEFORE UPGRADING THE APPLICATION...3

More information

VMware vcenter Update Manager Administration Guide

VMware vcenter Update Manager Administration Guide VMware vcenter Update Manager Administration Guide Update 1 vcenter Update Manager 4.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

DisplayLink Corporate Install Guide

DisplayLink Corporate Install Guide This document s classification is: Public This means: It can be freely distributed to Customers without an NDA needing to be in place Document Analysis Title Document number DisplayLink Corporate Install

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Systems, Inc. Notice The information in this publication is subject to change without notice. THIS PUBLICATION IS PROVIDED AS IS WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING ANY

More information

PowerMapper/SortSite Desktop Deployment Guide v2.11. 1. Introduction

PowerMapper/SortSite Desktop Deployment Guide v2.11. 1. Introduction PowerMapper/SortSite Desktop Deployment Guide v2.11 1. Introduction... 1 2. Architecture... 2 3. Independent Certification... 2 4. Setup.exe Command Line... 2 5. Registry Settings... 3 6. Deployment using

More information

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

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

More information

XEROX, The Document Company, the stylized X, and the identifying product names and numbers herein are trademarks of XEROX CORPORATION.

XEROX, The Document Company, the stylized X, and the identifying product names and numbers herein are trademarks of XEROX CORPORATION. Version 9.0 Scan to PC Desktop v9.0 Network Installation Guide Document version 4.0 This document provides instructions for installing the software associated with Scan to PC Desktop in a network environment.

More information

Foxit Reader Deployment and Configuration

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

More information

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31 OneStop Reporting 3.7 Installation Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents System Requirements... 1 Obtaining the Software... 2 Obtaining Your

More information

LANDesk Patch and Compliance. Common Troubleshooting steps for Vulnerability Remediation.

LANDesk Patch and Compliance. Common Troubleshooting steps for Vulnerability Remediation. LANDesk Patch and Compliance Common Troubleshooting steps for Vulnerability Remediation. Contents Introduction... 3 Scope... 3 Assumptions... 3 Logs used in Troubleshooting... 4 Vulscan Switches... 4 The

More information

The Greenshades Center

The Greenshades Center The Greenshades Center Installation Manual Greenshades Software Support Team support@greenshades.com 1-888-255-3815 1 Table of Contents Table of Contents... 2 Install Required Programs... 3 Required Programs...

More information

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

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

More information

XMap 7 Administration Guide. Last updated on 12/13/2009

XMap 7 Administration Guide. Last updated on 12/13/2009 XMap 7 Administration Guide Last updated on 12/13/2009 Contact DeLorme Professional Sales for support: 1-800-293-2389 Page 2 Table of Contents XMAP 7 ADMINISTRATION GUIDE... 1 INTRODUCTION... 5 DEPLOYING

More information

FrontRange Solutions IT Service Management ITSM7.0.2.1 Patch Release Notes Copyright 2011

FrontRange Solutions IT Service Management ITSM7.0.2.1 Patch Release Notes Copyright 2011 FrontRange Solutions IT Service Management ITSM7.0.2.1 Patch Release Notes Copyright 2011 Table of Contents ITSM 7.0.2.1Patch issues... 1 Installing ITSM 7.0.2.1 Patch... 1 Known Issues with workaround...

More information

Ipswitch Client Installation Guide

Ipswitch Client Installation Guide IPSWITCH TECHNICAL BRIEF Ipswitch Client Installation Guide In This Document Installing on a Single Computer... 1 Installing to Multiple End User Computers... 5 Silent Install... 5 Active Directory Group

More information

App-V Deploy and Publish

App-V Deploy and Publish App-V Deploy and Publish Tools from TMurgent Technologies Updated Aug 5, 2010 Version 1.8 Introduction: The deployment of Virtual Applications in the simplest way possible, without the need for complicated

More information

User Guide - English. ServerView Suite. DeskView and ServerView Integration Pack for Microsoft SCCM

User Guide - English. ServerView Suite. DeskView and ServerView Integration Pack for Microsoft SCCM User Guide - English ServerView Suite DeskView and ServerView Integration Pack for Microsoft SCCM Edition June 2010 Comments Suggestions Corrections The User Documentation Department would like to know

More information

Downloading and Mass Deploying Applications

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

More information

PRECISION v16.0 MSSQL Database. Installation Guide. Page 1 of 45

PRECISION v16.0 MSSQL Database. Installation Guide. Page 1 of 45 Installation Guide PRECISION v16.0 MSSQL Database Page 1 of 45 2015 Precision Software, a division of QAD Inc. Precision Software products are copyrighted and all rights are reserved by Precision Software,

More information

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

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

More information

MSI Admin Tool User Guide

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

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

Version 10.0 50-951A-10312

Version 10.0 50-951A-10312 Version 10.0 50-951A-10312 2 of 19 Scan to PC Desktop v10.0 Network Installation Guide Document version 4.0 This document provides instructions for installing the software associated with Scan to PC Desktop

More information

FileMaker Server 15. Getting Started Guide

FileMaker Server 15. Getting Started Guide FileMaker Server 15 Getting Started Guide 2007 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Installing GFI FAXmaker

Installing GFI FAXmaker Installing GFI FAXmaker System Requirements Before you install GFI FAXmaker, please ensure that the following requirements are met. GFI FAXmaker FAX Server: A Windows 2000, 2003, 2008 server or Windows

More information

Install SQL Server 2014 Express Edition

Install SQL Server 2014 Express Edition How To Install SQL Server 2014 Express Edition Updated: 2/4/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders.

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS FREQUENTLY ASKED QUESTIONS Secure Bytes, October 2011 This document is confidential and for the use of a Secure Bytes client only. The information contained herein is the property of Secure Bytes and may

More information

XMailer Reference Guide

XMailer Reference Guide XMailer Reference Guide Version 7.00 Wizcon Systems SAS Information in this document is subject to change without notice. SyTech assumes no responsibility for any errors or omissions that may be in this

More information

System Planning, Deployment, and Best Practices Guide

System Planning, Deployment, and Best Practices Guide www.novell.com/documentation System Planning, Deployment, and Best Practices Guide ZENworks Application Virtualization 9.0 February 22, 2012 Legal Notices Novell, Inc., makes no representations or warranties

More information

Wise Package Studio 5.5 Feature Grid

Wise Package Studio 5.5 Feature Grid WISE PACKAGE STUDIO > Wise Package Studio 5.5 Feature Grid... PACKAGE CREATION INSTALLATION CAPTURE AND CONVERSION STD PRO QA EMS AG Only in Wise! SetupCapture The exclusive combination of snapshot and

More information

Foxit Reader Deployment and Configuration

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

More information

Contents. Chapter 1 Introducing virtualized Microsoft Office 2010... 3. Chapter 2 Packaging Microsoft Office... 5

Contents. Chapter 1 Introducing virtualized Microsoft Office 2010... 3. Chapter 2 Packaging Microsoft Office... 5 Contents Chapter 1 Introducing virtualized Microsoft Office 2010... 3 About virtualized Microsoft Office... 3 Use cases... 3 Chapter 2 Packaging Microsoft Office... 5 About preparing a packaging system...

More information

Shakambaree Technologies Pvt. Ltd.

Shakambaree Technologies Pvt. Ltd. Welcome to Support Express by Shakambaree Technologies Pvt. Ltd. Introduction: This document is our sincere effort to put in some regular issues faced by a Digital Signature and USB Token user doing on

More information

BPM Software Architecture

BPM Software Architecture BPM Software Architecture System Details for bpmtoolbox and bpmmodules Version: v1.2 Author: BPM www.bpmglobal.com Page 1 of 13 Contents 1 Introduction 3 2 Software Components 4 2.1 Overview 4 2.2 BPM

More information

Acronis Backup & Recovery 10 Server for Windows. Installation Guide

Acronis Backup & Recovery 10 Server for Windows. Installation Guide Acronis Backup & Recovery 10 Server for Windows Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent

More information

InstallAware for Windows Installer, Native Code, and DRM

InstallAware for Windows Installer, Native Code, and DRM InstallAware for Windows Installer, Native Code, and DRM Key Objectives Who is InstallAware? Eliminate Bloated MSI Packages One-Click Deployment of Runtimes Improve Customer Relationships Simplify and

More information

VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines

VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines * For actual installation steps, please refer to the VeriCentre 3.0 Installation guide that came with the VeriCentre 3.0 software.

More information

NetIQ Advanced Authentication Framework - Administrative Tools. Installation Guide. Version 5.1.0

NetIQ Advanced Authentication Framework - Administrative Tools. Installation Guide. Version 5.1.0 NetIQ Advanced Authentication Framework - Administrative Tools Installation Guide Version 5.1.0 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 NetIQ Advanced Authentication

More information

Contents. 1 Introduction 3 1.1 Purpose... 3 1.2 Target audience... 3 1.3 Overview... 3

Contents. 1 Introduction 3 1.1 Purpose... 3 1.2 Target audience... 3 1.3 Overview... 3 Contents 1 Introduction 3 1.1 Purpose............................................ 3 1.2 Target audience........................................ 3 1.3 Overview...........................................

More information

PMOD Installation on Linux Systems

PMOD Installation on Linux Systems User's Guide PMOD Installation on Linux Systems Version 3.7 PMOD Technologies Linux Installation The installation for all types of PMOD systems starts with the software extraction from the installation

More information

FileMaker Pro 13. Network Install Setup Guide

FileMaker Pro 13. Network Install Setup Guide FileMaker Pro 13 Network Install Setup Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of

More information

Appendix B How To: Wise for Windows Installer

Appendix B How To: Wise for Windows Installer Appendix B: How To: Wise for Windows Installer 369 Appendix B How To: Wise for Windows Installer Wise for Windows Installer is a powerful tool for creating Windows Installer-based setup packages. This

More information

Eylean server deployment guide

Eylean server deployment guide Eylean server deployment guide Contents 1 Minimum software and hardware requirements... 2 2 Setting up the server using Eylean.Server.Setup.exe wizard... 2 3 Manual setup with Windows authentication -

More information

Installation Instruction STATISTICA Enterprise Small Business

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

More information

Wise Package Studio 8.0 MR1 Release Notes

Wise Package Studio 8.0 MR1 Release Notes Wise Package Studio 8.0 MR1 Release Notes Wise Package Studio 8.0 MR1 Release Notes The software described in this book is furnished under a license agreement and may be used only in accordance with the

More information

Das AdminStudio beinhaltet eine ganze Reihe von Tools zum Thema Anwendungspaketierung- und Virtualisierung, die wir ihnen nachfolgend zeigen wollen:

Das AdminStudio beinhaltet eine ganze Reihe von Tools zum Thema Anwendungspaketierung- und Virtualisierung, die wir ihnen nachfolgend zeigen wollen: Das AdminStudio beinhaltet eine ganze Reihe von Tools zum Thema Anwendungspaketierung- und Virtualisierung, die wir ihnen nachfolgend zeigen wollen: Managing Your Application Portfolio You use Application

More information

ArcGIS 10.3 Enterprise Deployment. An Esri Technical Paper December 2014

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

More information

All rights reserved. Trademarks

All rights reserved. Trademarks 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 the terms of such license. The content of this manual

More information

Known Issues and Work Around

Known Issues and Work Around Known s and Work Around During Compass 2.0 installation, sometimes you may get a popup message.net framework/sqlexpress could not be installed. Install.Net framework/sqlexpress manually. Sometimes, migration

More information

Troubleshooting BPMS Errors

Troubleshooting BPMS Errors BPMS SOFTWARE bpms@bpms.net 877-250-2698 Troubleshooting BPMS Errors Last Updated: 5 June 2015 Table of Contents ERROR #2501 THE OPENFORM ACTION WAS CANCELLED... 5 APPLIES TO... 5 SYMPTOMS... 5 CAUSE...

More information

SPSS. Resolve common problems when installing SPSS. Document Purpose. IT Services. www.le.ac.uk/its

SPSS. Resolve common problems when installing SPSS. Document Purpose. IT Services. www.le.ac.uk/its IT Services SPSS Resolve common problems when installing SPSS Document Purpose This guide will show you how to fix some common problems when installing SPSS. Version number: R01.1 www.le.ac.uk/its UNIVERSITY

More information

Migrating TimeForce To A New Server

Migrating TimeForce To A New Server Rev. 4/28/14 Migrating TimeForce To A New Server Table of Contents 1. Installation Prerequisites... 2 Required... 2 Recommended... 3 2. Update to a Migration Compatible Version... 3 Determine the Database

More information

Installation Manual v2.0.0

Installation Manual v2.0.0 Installation Manual v2.0.0 Contents ResponseLogic Install Guide v2.0.0 (Command Prompt Install)... 3 Requirements... 4 Installation Checklist:... 4 1. Download and Unzip files.... 4 2. Confirm you have

More information

Logitech for Business Webcam Software

Logitech for Business Webcam Software Logitech for Business Webcam Software June 18 2009 Logitech, Inc. Copyright/trademark notice (c) 2009 Logitech Inc. All rights reserved. Logitech, the Logitech logo and other Logitech marks are owned by

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

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

More information

How To Deploy Lync 2010 Client Using SCCM 2012 R2

How To Deploy Lync 2010 Client Using SCCM 2012 R2 prajwaldesai.com http://prajwaldesai.com/how-to-deploy-lync-2010-client-using-sccm-2012-r2/ How To Deploy Lync 2010 Client Using SCCM 2012 R2 Prajwal Desai In this post we will see how to deploy Lync 2010

More information

FileMaker Server 13. Getting Started Guide

FileMaker Server 13. Getting Started Guide FileMaker Server 13 Getting Started Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

webkpi SaaS ETL Connector Installation & Configuration Guide

webkpi SaaS ETL Connector Installation & Configuration Guide webkpi SaaS ETL Connector Installation & Configuration Guide SaaS ETL Version 2.5.0.12 Version 1.6 September 2013 webkpi SaaS ETL Connector Version 2.5.0.12 V 1.6 Page 1 Table of Contents Table of Contents

More information

How To Install Outlook Addin On A 32 Bit Computer

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

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows : Managing, Maintaining, and Troubleshooting, 5e Chapter 3 Installing Windows Objectives How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows

More information

1. TIB388 about the Windows compatibility of all Mutoh devices subdivided in

1. TIB388 about the Windows compatibility of all Mutoh devices subdivided in WINDOWS Windows compatibility COMPATIBILITY overview OVERVIEW Dear Customer, The questions are rising regarding the compatibility of our Mutoh products with Windows 7. We would like to take the advantage

More information

Sharpdesk V3.5. Push Installation Guide for system administrator Version 3.5.01

Sharpdesk V3.5. Push Installation Guide for system administrator Version 3.5.01 Sharpdesk V3.5 Push Installation Guide for system administrator Version 3.5.01 Copyright 2000-2015 by SHARP CORPORATION. All rights reserved. Reproduction, adaptation or translation without prior written

More information

Vector Asset Management User Manual

Vector Asset Management User Manual Vector Asset Management User Manual This manual describes how to set up Vector Asset Management 6.0. It describes how to use the: Vector AM Console Vector AM Client Hardware Inventory Software Inventory

More information

Milestone Systems Software Manager 1.5. Administrator's Manual

Milestone Systems Software Manager 1.5. Administrator's Manual Milestone Systems Software Manager 1.5 Contents INTRODUCTION... 4 PREREQUISITES... 5 SUPPORTED OPERATING SYSTEMS... 5 PREREQUISITES FOR ALL REMOTE SERVERS... 5 IMPORTANT INFORMATION... 5 VERSION SPECIFIC

More information

1 Intel Smart Connect Technology Installation Guide:

1 Intel Smart Connect Technology Installation Guide: 1 Intel Smart Connect Technology Installation Guide: 1.1 System Requirements The following are required on a system: System BIOS supporting and enabled for Intel Smart Connect Technology Microsoft* Windows*

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Installation Instruction STATISTICA Enterprise Server

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

More information

STATISTICA 10 MSI SILENT INSTALLER INSTALLATION INSTRUCTIONS

STATISTICA 10 MSI SILENT INSTALLER INSTALLATION INSTRUCTIONS STATISTICA 10 MSI SILENT INSTALLER INSTALLATION INSTRUCTIONS Products Supported Single-User and Workstation installs can be deployed silently. Server installs cannot be deployed silently. These must be

More information

GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1

GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1 GO!NotifyLink Database Maintenance GO!NotifyLink Database Maintenance 1 Table of Contents Database Maintenance 3 Database Cleanup... 3 Database Backups... 3 Database Configuration... 4 The Procedure via

More information

Ad Hoc Transfer Plug-in for Outlook Installation Guide

Ad Hoc Transfer Plug-in for Outlook Installation Guide IPSWITCH TECHNICAL BRIEF Ad Hoc Transfer Plug-in for Outlook Installation Guide In This Document Installing the Ad Hoc Transfer Plug-in for Outlook...1 Silent Install for Ad Hoc Transfer Plug-in for Outlook...3

More information

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later Copyright 2015, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

FileMaker Server 10 Help

FileMaker Server 10 Help FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

IT Administrator Guide for Mass Deployment of WebEx Productivity Tools. Installation Guide for Administrators

IT Administrator Guide for Mass Deployment of WebEx Productivity Tools. Installation Guide for Administrators IT Administrator Guide for Mass Deployment of WebEx Productivity Tools Installation Guide for Administrators COPYRIGHT 1997-2015. Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx,

More information

Administrator s Guide

Administrator s Guide Attachment Save for Exchange Administrator s Guide document version 1.8 MAPILab, December 2015 Table of contents Intro... 3 1. Product Overview... 4 2. Product Architecture and Basic Concepts... 4 3. System

More information

SEER-HD Database Administrator s Guide

SEER-HD Database Administrator s Guide SEER-HD Database Administrator s Guide Rev. April 30, 2010-1 - Contents Introduction... 3 How SEER-HD Works... 4 Interaction of SEER-HD with Other SEER Programs... 5 Database Platforms... 6 Getting Started...

More information

Deploying Software with Group Policy Whitepaper

Deploying Software with Group Policy Whitepaper Deploying Software with Group Policy Whitepaper Written by Darren Mar-Elia Chief Technology Officer Microsoft Group Policy MVP SDM Software, Inc. Abstract Group Policy is the feature in Microsoft Windows

More information

ACTIVE DIRECTORY DEPLOYMENT

ACTIVE DIRECTORY DEPLOYMENT ACTIVE DIRECTORY DEPLOYMENT CASAS Technical Support 800.255.1036 2009 Comprehensive Adult Student Assessment Systems. All rights reserved. Version 031809 CONTENTS 1. INTRODUCTION... 1 1.1 LAN PREREQUISITES...

More information

Installing Crystal Reports XI. Installing Crystal Reports XI

Installing Crystal Reports XI. Installing Crystal Reports XI Installing Crystal Reports XI Installing Crystal Reports XI Installing Crystal Reports XI The Crystal Reports Installation Wizard works with Microsoft Windows Installer to guide you through the installation

More information

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

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

More information

Install Guide Housatonic Project Plan for PC. Housatonic Software - Project Plan 365 App

Install Guide Housatonic Project Plan for PC. Housatonic Software - Project Plan 365 App Install Guide Housatonic Project Plan for PC Housatonic Software - Project Plan 365 App 2014 Contents 1. Introduction... 3 2. Workstation Requirements... 4 3. Install... 5 4. Uninstall... 7 www.projectplan365.com

More information