Favorite Views for Microsoft Dynamics CRM 4.0

Size: px
Start display at page:

Download "Favorite Views for Microsoft Dynamics CRM 4.0"

Transcription

1 Favorite Views for Microsoft Dynamics CRM 4.0 Setup Guide, Version August 6, 2009 Copyright Stunnware GmbH 2009 Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 1

2 This document guides you through the steps required to successfully install and configure the Favorite Views for Microsoft Dynamics CRM 4.0 add-on. CONTENTS Download the setup files... 3 Installation... 3 Installing the Favorite Views Web... 3 Adding additional languages... 3 Installing the Configuration Tools... 4 Installing on the Offline Client... 4 Configuring an organization... 5 Importing Customizations... 5 Registering the Favorite Views Plug-In... 7 Adjusting the CRM security to allow access to the Favorite Views custom entity... 9 Importing licenses Updating installations Updating the Favorite Views Web Updating the Plug-In Updating Customizations Removing the Favorite Views add-on from an organization Removing the Favorite Views Plug-In Removing Customizations Uninstalling the add-on Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 2

3 DOWNLOAD THE SETUP FILES If you haven't done so already go to the Stunnware web site at and download the latest setup packages. There are two separate downloads and you need both of them to continue: The Favorite Views.zip file contains the setup for the Favorite Views Web. It has to be installed on each CRM application server. The Favorite Views Configuration.zip file contains the CRM customizations that have to be added to any organization where you want to enable the add-on. It also contains commandline tools for automated configurations. INSTALLATION Installation is supported on the CRM Server and the CRM Outlook Offline Client. Please read the information carefully if you plan to deploy the add-on to the clients though, as you need to change some configuration settings. The add-on is designed to run on-premise, in hosted installations accessed over the Internet and offline. CRM Online is not supported. Installing the Favorite Views Web The Favorite Views Web is an add-on that integrates into the ISV folder of the CRM Application Server. If you have multiple CRM Application Servers then you must install it on each of them separately. Extract the Favorite Views.zip file into a directory on the CRM Application Server. There are three files contained therein: setup.exe contains the code to start the installation on a 32-bit machine. setup64.exe contains the code to start the installation on a 64-bit machine. Stunnware Favorite Views.msi is the installer package. Start setup64.exe when installing on a 64-bit CRM Application Server. Use setup.exe on a 32-bit CRM Application Server. The setup procedure consists of a few dialogs. Just accept the default values to install the application. To verify a successful installation, please open the CRM Web after setup has finished. You should see the Stunnware.Crm4.FavoriteViews.Web.dll file in the bin folder and the Stunnware/FavoriteViews folder structure beneath the ISV folder. If you don't see these files, then you can manually copy these files. They are located in the CrmWeb folder of the installation folder, usually C:\Program Files\Stunnware\Favorite Views for Microsoft Dynamics CRM 4.0\CrmWeb. Adding additional languages The Favorite Views Web supports multiple languages, but only German (locale identifier 1031) and US English (locale identifier 1033) are included in the product. To add additional languages do the following: Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 3

4 1. Open the /ISV/stunnware/FavoriteViews/resources folder. Create a copy of one of the existing XML files and rename it to <Locale Id>.xml, where "Local Id" is the locale identifier of the language. Please refer to for a complete list. 2. Open the file in a text editor and translate the strings. The language file used by the Favorite Views add-on is based on the user's language settings in CRM. We welcome any translated files to include them in an update. Feel free to send them to michael.hoehne@stunnware.com. Installing the Configuration Tools The configuration tools can be installed on any machine having the Microsoft.NET Framework 3.0 installed. They can be used to configure any CRM organization in your local environment. Internet connections and the HTTPS protocol are not supported in the command line tools, but you can still configure these systems manually. Extract the Favorite Views Configuration.zip file into a directory on the machine you want to use to configure the Favorite Views add-on. There are two files contained in the zip package: setup.exe contains the code to start the installation. Stunnware Favorite Views Configuration.msi is the installer package. Start setup.exe to install the configuration tools. Installing on the Offline Client You can install the Favorite Views Web on machines running the Microsoft CRM Outlook Offline client to let users change their settings in offline mode. The installation process is identical to the server installation. To show the Favorite Views menu in the Workplace area you have to change the sitemap though. <SubArea Id="navSwFavoriteViewsWeb" Url="/isv/stunnware/favoriteviews/settingsFrame.aspx" Icon="/isv/stunnware/favoriteviews/img/favoriteViews.png" PassParams="1" Client="Web,OutlookWorkstationClient"> Change Client="Web,OutlookWorkstationClient" to Client="All" if you want to use the Favorite Views web offline. The plug-in (see next chapter) is registered to run online only by default. Be sure to read the Notes section in the Registering the Favorite Views Plug-In chapter if you are planning to use the plug-in offline. Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 4

5 CONFIGURING AN ORGANIZATION The tasks in this chapter have to be performed per CRM organization where you want to use the Favorite Views add-on. Importing Customizations The Favorite Views add-on needs a custom entity to store the user settings. You also need to make the Favorite Views Web accessible to the user in an easy way. Both actions can be done manually or with a command line tool. All files mentioned in this chapter are located in installation folder of the Configuration Tools, usually C:\Program Files (x86)\stunnware\favorite Views for Microsoft Dynamics CRM 4.0 Configuration. Manual Import Importing the Favorite Views custom entity Open the Microsoft Dynamics CRM 4.0 Web Client and navigate to the Settings area, then click Import Customizations. Select the FavoriteViewsCustomizations.zip file from the Configuration Tools folder. Upload the import file and import the Favorite View entity. In the Microsoft Dynamics CRM 4.0 Web Client navigate to the Settings area, then click Customize Entities. Select the Favorite View entity and publish it. Modifying the Sitemap to display the Favorite Views Settings page Navigate to the Configuration Tools folder and open the Sitemap.xml file: <SiteMap> <Area Id="Workplace" ResourceId="Area_Workplace" ShowGroups="true" Icon="/_imgs/workplace_24x24.gif" DescriptionResourceId="Workplace_Description"> <Group Id="Extensions" ResourceId="Group_Extensions"> <SubArea Id="navSwFavoriteViewsWeb" Url="/isv/stunnware/favoriteviews/settingsFrame.aspx" Icon="/isv/stunnware/favoriteviews/img/favoriteViews.png" PassParams="1" Client="Web,OutlookWorkstationClient"> <Titles> <Title LCID="1033" Title="Favorite Views"/> </Titles> <Privilege Entity="sw_favoriteview" Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 5

6 Privilege="Create,Read,Write"/> </SubArea> </Group> </Area> </SiteMap> The framed part defines a new subarea displaying the Favorite Views menu. The above sample places it into the Extensions section of the user's workplace, but you can put it wherever it makes sense. For more information on how to edit the CRM Sitemap please refer to the Microsoft Dynamics CRM SDK documentation. The Client="Web,OutlookWorkstationClient" value in the SubArea node enables the new item only when online. Set it to Client="All" if you plan to install the Favorite Views Web on the offline clients. Using the ImportCustomizations command-line tool Open a Command Window and change the directory to the folder containing the Configuration Tools. Run the following command to import the custom entity, add the sitemap extensions and publish the changes: ImportCustomizations mode=import server=crmserver:5555 org=crm Modify the server name, port and organization as needed. Note that the server must point to a CRM Platform Server. You can specify additional parameters, which are described in the console when starting the ImportCustomizations tool without or with wrong or insufficient parameters: ============================================================================= Usage: ImportCustomizations parameters Parameters Parameters are specified in the following format: key=value Sample: org=crm server=crmserver:5555 Mandatory Parameters org: Unique name of the CRM organization server: Name and Port of the CRM Platform Server mode: Either Import or Remove. Optional Parameters user: The account to use. If not specified the currently logged on user is used. password: The password of the user account specified in the user parameter. Ignored when the user parameter is not specified. sitemap: Specify Yes to change the sitemap or No to leave it unchanged. The default is Yes. Sample Import Command Line ImportCustomizations mode=import server=crmserver:5555 org=crm Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 6

7 Sample Remove Command Line ImportCustomizations mode=remove server=crmserver:5555 org=crm Registering the Favorite Views Plug-In A plug-in is required to filter the available views based on the user settings. It can be registered manually or with a command line tool. All files mentioned in this chapter are located in installation folder of the Configuration Tools, usually C:\Program Files (x86)\stunnware\favorite Views for Microsoft Dynamics CRM 4.0 Configuration. Manual Registration Start the Plugin Registration Tool from the Microsoft Dynamics CRM 4.0 SDK and connect to the organization you want to configure. Click on the Import Solution button and select the Favorite Views Registration.xml file from the Configuration Tools folder and import the file. Using the InstallPlugin command-line tool Open a Command Window and change the directory to the folder containing the Configuration Tools. Run the following command to register the plug-in in the CRM database: InstallPlugin mode=register server=crmserver:5555 org=crm Modify the server name, port and organization as needed. Note that the server must point to a CRM Platform Server. You can specify additional parameters, which are described in the console when starting the InstallPlugin tool without or with wrong or insufficient parameters: ============================================================================= Usage: InstallPlugin parameters Parameters Parameters are specified in the following format: key=value Sample: org=crm server=crmserver:5555 Mandatory Parameters org: Unique name of the CRM organization server: Name and Port of the CRM Platform Server mode: Either Register, Unregister or Update. Optional Parameters user: The account to use. If not specified the currently logged on user is used. password: The password of the user account specified in the user parameter. Ignored when the user parameter is not specified. deployment: Database (default), Disk or GAC. When choosing Disk, you have to Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 7

8 clients: copy the stunnware.crm4.favoriteviews.dll assembly into the server/bin/assembly subfolder of the Microsoft Dynamics CRM installation directory. Use the database deployment to support offline clients. Online (default), Offline or Both. Online enables the Favorite views only when connected to the CRM Server, while Offline enables it only in the Outlook Offline Client. Both enables it online and offline. Sample Register Command Line InstallPlugin mode=register server=crmserver:5555 org=crm Sample Update Command Line InstallPlugin mode=update server=crmserver:5555 org=crm Sample Unregister Command Line InstallPlugin mode=unregister server=crmserver:5555 org=crm Notes Microsoft has implemented a special offline security for plug-ins. If you want to use the plug-in offline then you have to add the registry key HKCU\Software\Microsoft\MSCRMClient\AllowList\1a5ae06f73e74860 to the client machines, as shown in this picture: CRM will not function properly if register the plug-in for offline use but don't add this key. CRM will deny loading the plug-in and throw an exception, causing the CRM views to fail loading. Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 8

9 Adjusting the CRM security to allow access to the Favorite Views custom entity To use the Favorite Views add-on, a user must have read, create and write privileges on the Favorite Views entity and read access to the CRM Metadata. Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 9

10 IMPORTING LICENSES You need a license for each CRM Application Server hosting the Favorite Views Web and for each CRM Platform Server running the Favorite Views Plug-in. If your CRM Server has both the Application Server and Platform Server role then only a single license file is required. If you don't have a license file then you can request a 60-day evaluation. Please visit the product page on the Stunnware web site at for more information. Open a Command Window and change the directory to the folder containing the Configuration Tools. Run the following command to import the license: ImportLicense "Path to license file" Don't forget to put quotes around the filename if it contains spaces. The license is validated during the import process and any problems are written to the console window. Licenses are not required in offline mode. Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 10

11 UPDATING INSTALLATIONS New versions of the Favorite Views add-on may be made available by Stunnware. Follow these instructions to apply them to your system. Also look for additional information on the Stunnware web site. Updating the Favorite Views Web Download the Favorite Views setup package from the Stunnware web site and follow the instructions in the Installation is supported on the CRM Server and the CRM Outlook Offline Client. Please read the information carefully if you plan to deploy the add-on to the clients though, as you need to change some configuration settings. The add-on is designed to run on-premise, in hosted installations accessed over the Internet and offline. CRM Online is not supported. Installing the Favorite Views Web chapter. The installer will update an existing installation automatically. Updating the Plug-In Download the Favorite Views Configuration setup package from the Stunnware web site and follow the instructions in the Installing the Configuration Tools chapter. The installer will update an existing installation automatically. For a manual update please follow the steps to remove the plug-in from an organization and configure the plug-in as described in the Registering the Favorite Views Plug-In chapter. We recommend using the Configuration Tools to perform the update though. Open a Command Window and change the directory to the folder containing the Configuration Tools. Run the following command to update the plug-in in the CRM database: InstallPlugin mode=update server=crmserver:5555 org=crm Modify the server name, port and organization as needed. Note that the server must point to a CRM Platform Server. You can specify additional parameters, which are described in the console when starting the InstallPlugin tool without or with wrong or insufficient parameters. For more information about the parameters please refer to the Configuring an organization chapter. Updating Customizations Newer customizations are imported in the same way as described in the Importing Customizations chapter. There is no update switch in the ImportCustomizations command-line tool. Just use the same command line as used when configuring the organization for the first time. Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 11

12 REMOVING THE FAVORITE VIEWS ADD-ON FROM AN ORGANIZATION Remove the customizations from an organization can be done manually or by using the Configuration Tools. Removing the Favorite Views Plug-In All files mentioned in this chapter are located in installation folder of the Configuration Tools, usually C:\Program Files (x86)\stunnware\favorite Views for Microsoft Dynamics CRM 4.0 Configuration. Manual Removal Start the Plugin Registration Tool from the Microsoft Dynamics CRM 4.0 SDK and connect to the organization you want to configure. From the list of registered plug-ins select the Stunnware.Crm4.FavoriteViews.Plugin assembly and click the Unregister button. Using the InstallPlugin command-line tool Open a Command Window and change the directory to the folder containing the Configuration Tools. Run the following command to register the plug-in in the CRM database: InstallPlugin mode=unregister server=crmserver:5555 org=crm Modify the server name, port and organization as needed. Note that the server must point to a CRM Platform Server. You can specify additional parameters, which are described in the console when starting the InstallPlugin tool without or with wrong or insufficient parameters. For more information about the parameters please refer to the Configuring an organization chapter. Removing Customizations All files mentioned in this chapter are located in installation folder of the Configuration Tools, usually C:\Program Files (x86)\stunnware\favorite Views for Microsoft Dynamics CRM 4.0 Configuration. Note: Removing the entity will also remove stored user settings. Manual Removal Removing the Favorite Views custom entity Open the Microsoft Dynamics CRM 4.0 Web Client and navigate to the Settings area, then click Customizations. Select the Favorite View entity and delete it. Modifying the Sitemap to display the Favorite Views Settings page Export the sitemap and open the exported XML file in a text editor. Remove the extensions you made when configuring the organization. Upload and import the modified sitemap. For more information on how to edit the CRM Sitemap please refer to the Microsoft Dynamics CRM SDK documentation. Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 12

13 Using the ImportCustomizations command-line tool Open a Command Window and change the directory to the folder containing the Configuration Tools. Run the following command to import the custom entity, add the sitemap extensions and publish the changes: ImportCustomizations mode=remove server=crmserver:5555 org=crm Modify the server name, port and organization as needed. Note that the server must point to a CRM Platform Server. You can specify additional parameters, which are described in the console when starting the ImportCustomizations tool without or with wrong or insufficient parameters. For more information about the parameters please refer to the Configuring an organization chapter. UNINSTALLING THE ADD-ON Follow these steps to completely remove the Favorite Views add-on from your environment: 1. Remove the customizations from all organizations. Please refer to the Removing the Favorite Views add-on from an organization chapter for more information. 2. Remove the Favorite Views Web on the CRM Application Server. Open the Control Panel and select Add/Remove Programs or Programs and Features. Select the Favorite Views for Microsoft Dynamics CRM 4.0 and click the Uninstall button. Repeat this step on all CRM Application Servers where you have installed the add-on. 3. Remove the Favorite Views Configuration Tools. They can also be uninstalled through the Control Panel. Favorite Views for Microsoft Dynamics CRM 4.0 P a g e 13

Filtered Lookup for Microsoft Dynamics CRM 2011

Filtered Lookup for Microsoft Dynamics CRM 2011 Filtered Lookup for Microsoft Dynamics CRM 2011 Please visit the product home page for updated information first. It is available from the Donaubauer AG homepage www.donaubauer.com NOTE: This release (version

More information

4cast Client Specification and Installation

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

More information

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

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

Item Audit Log 2.0 User Guide

Item Audit Log 2.0 User Guide Item Audit Log 2.0 User Guide Item Audit Log 2.0 User Guide Page 1 Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected

More information

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

More information

DocumentsCorePack for MS CRM 2011 Implementation Guide

DocumentsCorePack for MS CRM 2011 Implementation Guide DocumentsCorePack for MS CRM 2011 Implementation Guide Version 5.0 Implementation Guide (How to install/uninstall) The content of this document is subject to change without notice. Microsoft and Microsoft

More information

SAS 9.3 Foundation for Microsoft Windows

SAS 9.3 Foundation for Microsoft Windows Software License Renewal Instructions SAS 9.3 Foundation for Microsoft Windows Note: In this document, references to Microsoft Windows or Windows include Microsoft Windows for x64. SAS software is licensed

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

DriveLock Quick Start Guide

DriveLock Quick Start Guide Be secure in less than 4 hours CenterTools Software GmbH 2012 Copyright Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise

More information

Capture Pro Software FTP Server System Output

Capture Pro Software FTP Server System Output Capture Pro Software FTP Server System Output Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

RecoveryVault Express Client User Manual

RecoveryVault Express Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

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

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

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

TeamViewer 9 Manual MSI

TeamViewer 9 Manual MSI TeamViewer 9 Manual MSI Rev 9.0-12/2013 TeamViewer GmbH Kuhnbergstraße 16 D-73037 Göppingen www.teamviewer.com Table of Contents 1 Installation overview... 3 2 Create a Group Policy Object and Deploy TeamViewer

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

Online Backup Linux Client User Manual

Online Backup Linux Client User Manual Online Backup Linux Client User Manual Software version 4.0.x For Linux distributions August 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might

More information

Online Backup Client User Manual

Online Backup Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Rogue Wave HostAccess 7.40J Installation Guide... 1

Rogue Wave HostAccess 7.40J Installation Guide... 1 Rogue Wave HostAccess 7.40J Installation Guide... 1 Rogue Wave HostAccess 7.40J Installation Guide... 1 HostAccess Installations... 2 Standard Installation - Desktop and Windows Terminal Server/Citrix

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

DocAve Upgrade Guide. From Version 4.1 to 4.5

DocAve Upgrade Guide. From Version 4.1 to 4.5 DocAve Upgrade Guide From Version 4.1 to 4.5 About This Guide This guide is intended for those who wish to update their current version of DocAve 4.1 to the latest DocAve 4.5. It is divided into two sections:

More information

SharePoint List Filter Favorites Installation Instruction

SharePoint List Filter Favorites Installation Instruction SharePoint List Filter Favorites Installation Instruction System Requirements Microsoft Windows SharePoint Services v3 or Microsoft Office SharePoint Server 2007. License Management Click link in Organize

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

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

SharePoint Password Reset 1.0 User Guide

SharePoint Password Reset 1.0 User Guide SharePoint Password Reset 1.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright Law and no part

More information

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual TIBCO Spotfire Automation Services 6.5 Installation and Deployment Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

c360 Advanced Quote and Order Processing for Microsoft Dynamics CRM 4.0 Installing Guide

c360 Advanced Quote and Order Processing for Microsoft Dynamics CRM 4.0 Installing Guide c360 Advanced Quote and Order Processing for Microsoft Dynamics CRM 4.0 Installing Guide Rev. 4.5.1 Contents Components Installed During Server Setup... 1 c360 Advanced Quote and Order Processing Installed

More information

PowerSearch for MS CRM 2011

PowerSearch for MS CRM 2011 PowerSearch for MS CRM 2011 Version 5.0 Installation Guide (How to install/uninstall PowerSearch for MS CRM 2011) The content of this document is subject to change without notice. Microsoft and Microsoft

More information

Installation Guide: Delta Module Manager Launcher

Installation Guide: Delta Module Manager Launcher Installation Guide: Delta Module Manager Launcher Overview... 2 Delta Module Manager Launcher... 2 Pre-Installation Considerations... 3 Hardware Requirements... 3 Software Requirements... 3 Virtualisation...

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

Polar Help Desk Installation Guide

Polar Help Desk Installation Guide Polar Help Desk Installation Guide Copyright (legal information) Copyright Polar 1995-2005. All rights reserved. The information contained in this document is proprietary to Polar and may not be used or

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

LexisNexis CaseMap-WorkSite Plug-In ReadMe

LexisNexis CaseMap-WorkSite Plug-In ReadMe LexisNexis CaseMap-WorkSite Plug-In ReadMe Version Number 2.0 (Build 1) ReadMe updated March 27, 2007 CONTENTS 1. System Requirements 2. Installing CaseMap-WorkSite Plug-In 3. Uninstalling CaseMap-WorkSite

More information

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected (

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected ( Avaya one X Portal 1.1.3 Lightweight Directory Access Protocol (LDAP) over Secure Socket Layer (SSL) Configuration This document provides configuration steps for Avaya one X Portal s 1.1.3 communication

More information

NetWrix Password Manager. Quick Start Guide

NetWrix Password Manager. Quick Start Guide NetWrix Password Manager Quick Start Guide Contents Overview... 3 Setup... 3 Deploying the Core Components... 3 System Requirements... 3 Installation... 4 Windows Server 2008 Notes... 4 Upgrade Path...

More information

Colligo Email Manager 6.2. Offline Mode - User Guide

Colligo Email Manager 6.2. Offline Mode - User Guide 6.2 Offline Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 3 Checking for Updates 4 Updating Your License

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

Online Backup Client User Manual

Online Backup Client User Manual For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.

More information

Installing and Configuring Microsoft Dynamics Outlook Plugin to Use with ipipeline MS CRM

Installing and Configuring Microsoft Dynamics Outlook Plugin to Use with ipipeline MS CRM Installing and Configuring Microsoft Dynamics Outlook Plugin to Use with ipipeline MS CRM Downloading 1. Download zip file for your version of Outlook (32-bit or 64-bit) and save to computer. (This is

More information

Colligo Contributor File Manager 4.6. User Guide

Colligo Contributor File Manager 4.6. User Guide Colligo Contributor File Manager 4.6 User Guide Contents Colligo Contributor File Manager Introduction... 2 Benefits... 2 Features... 2 Platforms Supported... 2 Installing and Activating Contributor File

More information

Outpost Office Firewall

Outpost Office Firewall Technical Reference Outpost Office Firewall Office Firewall Software from Agnitum Abstract This document provides advanced technical information on administering Outpost Office Firewall in a corporate

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Juris Installation / Upgrade Guide

Juris Installation / Upgrade Guide Juris Installation / Upgrade Guide Version 2.7 2015 LexisNexis. All rights reserved. Copyright and Trademark LexisNexis, Lexis, and the Knowledge Burst logo are registered trademarks of Reed Elsevier Properties

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

Access It! Universal Web Client Integration

Access It! Universal Web Client Integration Page 1 of 6 Last Updated: Friday, November 16, 2012 Access It! Universal Web Client Integration Overview This document outlines the steps needed to setup the Access It! Universal Web Client. The following

More information

Archive Attender Version 3.5

Archive Attender Version 3.5 Archive Attender Version 3.5 Getting Started Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com Page 1 Under the copyright laws, neither the documentation nor the software can be copied, photocopied,

More information

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers Installation guide for administrators and developers Table of Contents Chapter 1 Introduction... 2 1.1 Preparing to Install Sitecore Ecommerce Enterprise Edition... 2 1.2 Required Installation Components...

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com SSO Plugin Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier J System Solutions JSS SSO Plugin Upgrading 3x to 4x Introduction... 3 [Prerequisite] Generate a new license... 4 [Prerequisite] Download

More information

TeamViewer MSI - Installation instructions to deploy. TeamViewer to your network. Revision TeamViewer 6.0 10194b

TeamViewer MSI - Installation instructions to deploy. TeamViewer to your network. Revision TeamViewer 6.0 10194b TeamViewer MSI - Installation instructions to deploy TeamViewer to your network Revision TeamViewer 6.0 10194b Table of Contents Table of Contents 1 Installation overview... 1 2 Create a Group Policy Object

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

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Filtered Views for Microsoft Dynamics CRM

Filtered Views for Microsoft Dynamics CRM Filtered Views for Microsoft Dynamics CRM Version 4.2.13, March 5, 2010 Copyright 2009-2010 Stunnware GmbH - 1 of 32 - Contents Overview... 3 How it works... 4 Setup... 5 Contents of the download package...

More information

Distributing EmailSMS v2.0

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

More information

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7...

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7... 1 2 Copyright JAVS 1981-2010 Contents Scheduled Publishing... 4 Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7... 12 Copyright JAVS

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

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

Installation and Upgrade Guide

Installation and Upgrade Guide ControlPoint for Office 365 Publication Date: January 12, 2016 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of

More information

TIBCO Spotfire Automation Services Installation and Configuration

TIBCO Spotfire Automation Services Installation and Configuration TIBCO Spotfire Automation Services Installation and Configuration Software Release 7.0 February 2015 Updated March 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide Insight Video Net. LLC. CMS 2.0 Quick Installation Guide Table of Contents 1. CMS 2.0 Installation 1.1. Software Required 1.2. Create Default Directories 1.3. Create Upload User Account 1.4. Installing

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

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation

TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation Software Release 6.0 November 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS

More information

SQL Server 2008 R2 Express Edition Installation Guide

SQL Server 2008 R2 Express Edition Installation Guide Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details

More information

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative

More information

Ekran System Help File

Ekran System Help File Ekran System Help File Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating Ekran to version 4.1... 13 Program Structure... 14 Getting Started... 15 Deployment Process... 15

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

Microsoft Dynamics GP Release

Microsoft Dynamics GP Release Microsoft Dynamics GP Release Workflow Installation and Upgrade Guide February 17, 2011 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.

More information

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015 Connector for SharePoint Administrator s Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents

More information

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

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

More information

Windows Server Update Services 3.0 SP2 Step By Step Guide

Windows Server Update Services 3.0 SP2 Step By Step Guide Windows Server Update Services 3.0 SP2 Step By Step Guide Microsoft Corporation Author: Anita Taylor Editor: Theresa Haynie Abstract This guide provides detailed instructions for installing Windows Server

More information

Colligo Engage Windows App 7.0. Administrator s Guide

Colligo Engage Windows App 7.0. Administrator s Guide Colligo Engage Windows App 7.0 Administrator s Guide Contents Introduction... 3 Target Audience... 3 Overview... 3 Localization... 3 SharePoint Security & Privileges... 3 System Requirements... 4 Software

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

ZeroTurnaround License Server User Manual 1.4.0

ZeroTurnaround License Server User Manual 1.4.0 ZeroTurnaround License Server User Manual 1.4.0 Overview The ZeroTurnaround License Server is a solution for the clients to host their JRebel licenses. Once the user has received the license he purchased,

More information

MICROSOFT STEP BY STEP INTERACTIVE VERSION 3.0 ADMINISTRATION GUIDE

MICROSOFT STEP BY STEP INTERACTIVE VERSION 3.0 ADMINISTRATION GUIDE MICROSOFT STEP BY STEP INTERACTIVE VERSION 3.0 ADMINISTRATION GUIDE Part 1: Network Installation Guide Introduction Part 1 of this document provides instructions for installing Microsoft Interactive Training

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

OSF INTEGRATOR for. Integration Guide

OSF INTEGRATOR for. Integration Guide OSF INTEGRATOR for DEMANDWARE and MICROSOFT DYNAMICS CRM 2013 Integration Guide Table of Contents 1 Summary... 3 2 Component Overview... 3 2.1 Functional Overview... 3 2.2 Integration components... 3 2.3

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

More information

Upgrade Guide BES12. Version 12.1

Upgrade Guide BES12. Version 12.1 Upgrade Guide BES12 Version 12.1 Published: 2015-02-25 SWD-20150413111718083 Contents Supported upgrade environments...4 Upgrading from BES12 version 12.0 to BES12 version 12.1...5 Preupgrade tasks...5

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

DocumentsCorePack Client

DocumentsCorePack Client DocumentsCorePack Client for MS CRM 2015 v.7.3 - January 2015 Client Installation Guide (How to install and configure DocumentsCorePack Client for MS CRM 2015) The content of this document is subject to

More information

System Center 2012 R2 SP1 Configuration Manager & Microsoft Intune

System Center 2012 R2 SP1 Configuration Manager & Microsoft Intune 2015 System Center 2012 R2 SP1 Configuration Manager & Microsoft Intune DEPLOYING MICROSOFT OFFICE 365 PROFESSIONAL PLUS RONNI PEDERSEN & HANS CHRISTIAN ANDERSEN RONNIPEDERSEN.COM Microsoft MVP: Enterprise

More information

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved.

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved. Version 3.2 User Guide Copyright 2002-2009 Snow Software AB. All rights reserved. This manual and computer program is protected by copyright law and international treaties. Unauthorized reproduction or

More information

How To Install The Snow Active Directory Discovery Service On Windows 7.5.1 (Windows) (Windows 7) (Powerbook) (For Windows) (Amd64) (Apple) (Macintosh) (Netbook) And (Windows

How To Install The Snow Active Directory Discovery Service On Windows 7.5.1 (Windows) (Windows 7) (Powerbook) (For Windows) (Amd64) (Apple) (Macintosh) (Netbook) And (Windows USER GUIDE Product Snow Active Directory Discovery Version 1.0 Release date 2014-04-29 Document date 2015-02-09 CONTENT ABOUT THIS DOCUMENT... 3 SNOW ACTIVE DIRECTORY DISCOVERY... 3 PREREQUISITES... 4

More information

Out n About! for Outlook Electronic In/Out Status Board. Administrators Guide. Version 3.x

Out n About! for Outlook Electronic In/Out Status Board. Administrators Guide. Version 3.x Out n About! for Outlook Electronic In/Out Status Board Administrators Guide Version 3.x Contents Introduction... 1 Welcome... 1 Administration... 1 System Design... 1 Installation... 3 System Requirements...

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

Matisse Installation Guide for MS Windows. 10th Edition

Matisse Installation Guide for MS Windows. 10th Edition Matisse Installation Guide for MS Windows 10th Edition April 2004 Matisse Installation Guide for MS Windows Copyright 1992 2004 Matisse Software Inc. All Rights Reserved. Matisse Software Inc. 433 Airport

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

Secret Server Installation Windows Server 2008 R2

Secret Server Installation Windows Server 2008 R2 Table of Contents Introduction... 2 ASP.NET Website... 2 SQL Server Database... 2 Administrative Access... 2 Prerequisites... 2 System Requirements Overview... 2 Additional Recommendations... 3 Beginning

More information

Reconfiguring VMware vsphere Update Manager

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

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

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

More information

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide Direct Storage Access Using NetApp SnapDrive Installation & Administration Guide SnapDrive overview... 3 What SnapDrive does... 3 What SnapDrive does not do... 3 Recommendations for using SnapDrive...

More information

Hands-On Lab: WSUS. Lab Manual Expediting WSUS Service for XP Embedded OS

Hands-On Lab: WSUS. Lab Manual Expediting WSUS Service for XP Embedded OS Lab Manual Expediting WSUS Service for XP Embedded OS Summary In this lab, you will learn how to deploy the security update to your XP Pro or XP embedded images. You will also learn how to prepare the

More information

Comodo LoginPro Software Version 1.5

Comodo LoginPro Software Version 1.5 Comodo LoginPro Software Version 1.5 User Guide Guide Version 1.5.030513 Comodo Security Solutions 1255 Broad Street STE 100 Clifton, NJ 07013 Table of Contents 1.Introduction to Comodo LoginPro... 3 1.1.System

More information