Recertifying a Customized Driver Package (WLK)

Size: px
Start display at page:

Download "Recertifying a Customized Driver Package (WLK)"

Transcription

1 Recertifying a Customized Driver Package (WLK) UPDATED: May 7, 2012 The driver certification process is always changing; if you want to ensure proper certification please read the documentation at Silicon Labs is not responsible for failing submissions due to changes in Microsoft s submission process. OVERVIEW This document explains in detail the process to recertify a customized Silicon Labs CP210x or USBXpress device driver through the Windows Dev Center. Below is a brief description of the entire process. First, you will need to buy a code signing certificate from Verisign and create a Windows Live account (you can also link an existing live account to the Windows Dev Center). Then you will need to accept the reseller submission of the original device driver granted by Silicon Labs (there is a single flat fee for accepting this). Next, you will download the Winqual Tools needed to create and submit your updated driver package. Once these tools are installed you should download the WST file from the reseller submission. This WST file is an XML file that contains description of the driver set. Using the Winqual Submission Tool you will modify this file to point to your updated submission package, which then can be submitted to the Windows Dev Center as a Driver Update Acceptable. Driver Update Acceptable is a term used by Microsoft to describe a driver update in which binaries do not change. In this case, your customized submission only includes an INF change and changes to the Driver Installer INI file (the Driver Installer is optional and does not affect the submission). After your submission is complete and reviewed you can then download your signed catalog files to be included in your custom driver installation (there is a fee for each OS you will support for the update submission). *For the latest fees see and or whqlbill@microsoft.com. Silicon Labs itself does not charge or collect any fee for this process. Note: The submission process is always changing. If what you see in this document does not match up with the options in the tools or on the Winqual website please visit and open a support request to notify that an update is needed to this document. Note: During the submission process Microsoft might require you to accept multiple agreements before allowing you to continue with the submission. You must sign all required agreements to fully certify your driver. These agreements are specific to Microsoft, so questions on them should be directed to sysdev@microsoft.com. Note: This process may require that you have as a trusted website in your browser in order to upload your submission package. Note: This document assumes that you have already created and tested your customized driver package using the Driver Customization Wizard available in the software package for AN220. AN220 Links are provided below: AN220 Documentation: AN220 Software:

2 1. OBTAIN VERISIGN AND WINDOWS LIVE LOGIN The first step requires buying a code signing certificate from Verisign. This can be purchased at The certificate that should be obtained is the Code Signing Certificate for Microsoft Authenticode. To be a reseller you must also have an account with Windows Live, visit and apply for an account (you can also link an existing Windows Live account if you have one). Then contact Silicon Labs customer support and ask to become a reseller for the driver you want to recertify. This can be done on the Silicon Labs website, Provide Silicon Labs with: the name of your company that you registered your Windows Live and Windows Dev Center account the type of driver (VCP or USBXpress) the driver version and they will specify you as a reseller for your driver. Next you will need to accept the granted reseller submission. After you obtain your Verisign certificate you will need to notify Dev Center of your certificate. This is done by signing a simple EXE file from the Dev Center using your new digital certificate. To do this go to Administration->Upload a New Digital Certificate and follow the instructions there.

3 2. ACCEPT RESELLER SUBMISSION Login to your Windows Live Account at the Windows Dev Center and go to Hardware Logo->Manage Logo to view and accept the reseller submission. The current pricing for the reseller submission can be found on the Dev Center ( or the Windows Hardware Developer Central ( sites. If you get an Alert! No submissions were found message change the Submitted By section to Entire Company and the Period Section to More Than 1 Year, then click the Apply button.

4 3. DOWNLOAD WINQUAL TOOLS AND WINDOWS UPDATES You will need to download and install the following tool: Winqual Submission Tool To download this, log in to Windows Dev Center and go to Hardware Logo- >Create Logo and the download link will appear. Once you have installed the above tool, go to Windows Update to ensure that you have all of the latest updates for your computer. It is recommended to obtain all critical and security updates and service packs. The following are specifically recommended for Windows XP users: Windows XP Update for Microsoft Core XML Services (MSXML) 6.0 Service Pack 1 (KB934268) Windows XP Microsoft.NET Framework 3.0: x86 (KB928416) Windows XP Update for Windows XP (KB920342) Windows XP Update for Windows XP (KB904942)

5 4. DOWNLOAD THE WST FILE Login to Windows Dev Center, and go to your newly accepted reseller submission (See step 2 for instructions on how to get back to the reseller submission. On the Summary & Tasks tab, find the WST File link under the Download section. Click this link to download the WST file (which is in an XML format) and save it. This will be used with the Winqual Submission Tool in the next steps to create your updated driver submission package.

6 5. CREATE YOUR UPDATED DRIVER SUBMISSION PACKAGE Follow these steps to create your updated driver submission package: Launch the Winqual Submission Tool, and in the Submission Type drop down at the top choose "Driver Update Submission".

7 Go to Submission->Open... and open the WST file that you downloaded above. Look at the list of supported operating systems (currently Windows XP, Server 2003 and Vista x86/x64 and Windows 7 x86/x64 are now supported during the submission process see the note below for more information). If you do not want support for one of the currently supported operating systems, then click corresponding line and select "Remove". NOTE: There is a charge for each individual OS that you will support. The current pricing for the each OS can be found on the Dev Center ( or the Windows Hardware Developer Central ( sites. NOTE: Windows XP is now allowed a complimentary signature by Dev Center and therefore might not show up in this list of Operating Systems, depending on when the submission was placed. To include a signature for XP Check the box during the submission process online as instructed in the steps for Section 6.

8 Once you have a list of all OS's you would like to support, you will need to update the driver package that each of them points to: o Click on an OS line and select "Edit" and a dialog box will come up. o In the Edit Drivers section browse to your customized driver package directory created from AN220 and click OK. o Repeat the above steps for each OS line.

9 When you have targeted the customized driver for all of the OS's, click "Create Package". This will produce a CAB file along side your WST file that you downloaded before.

10 6. SIGNING YOUR CAB FILE WITH VERISIGN For submission to Windows Dev Center, Microsoft requires that the CAB file be signed. The Verisign certificate obtained in step one will provide you with the PFX file needed to sign the CAB file: At the command prompt, navigate to the directory that contains signtool.exe. If you do not already have signtool.exe it is available in the Microsoft Platform SDK or the Windows Driver Kit. Run the following command: signtool sign /f <PFX file path> /p <PFX file password> <CAB file path> where o PFX file path is the location of your PFX file from Verisign o PFX file password is the password for your PFX file o CAB file path is the location of your CAB file created with the Winqual Submission Tool in step 5

11 7. SUBMIT THE CREATED PACKAGE Login to Windows Dev Center and go to Hardware Logo->Manage Logo. Click on the previously accepted reseller submission. Click Upload Driver Update.

12 Click the Choose File button to the location of the downloaded your WST XML file, called WQReady.xml by Dev Center (WQReady.xml is just the numbered submission file downloaded in step 4). Then click Next. This page requires the following entries: o Select your billing group and provide the Purchase Order number (optional). o Check Signature only for OS s that you want to sign, but doesn t necessarily require testing. Any OS that was tested and specified in the Winqual Submission Tool will already be checked by default. o Supply your specific Product Name. o Firmware version can be set to whatever you desire, or N/A. The next page will allow signing of several WHQL exhibits and policies if they are required. If you agree with them, sign and click Next (Microsoft requires that they be signed in order to continue with the submission). Finally, review your submission and click Submit. It s possible you will need to install SilverLight to upload your submission. NOTE: If there are problems uploading the file ensure that you have as a trusted site in your browser.

13 8. DOWNLOADING THE SIGNED CATALOG FILES You will be notified upon approval of the submission. When your submission is approved, login to Dev Center to download the signed CAT (catalog) files to include with your driver package. This can be done as follows: Login to Dev Center and go to Hardware Logo->Manage Logo. Click on your customized submission (not your original reseller submission). Click Signed Catalog File on the right to download the CAB file that contains signed CAT files. Extract the CAT files from this CAB file to your customized driver package and it is ready for distribution. NOTE: The CAT files are needed by the driver installation to remove "Windows Hardware Warnings". The CAT files are required by 64 bit operating systems, or the drivers will not install even with a warning.

WINQUAL HELP... 1 TABLE OF CONTENTS... 2 INTRODUCTION... 6

WINQUAL HELP... 1 TABLE OF CONTENTS... 2 INTRODUCTION... 6 Winqual Help Page 1 Table of Contents WINQUAL HELP... 1 TABLE OF CONTENTS... 2 INTRODUCTION... 6 WELCOME TO WINQUAL HELP... 6 LANGUAGES... 6 PRIVACY & SECURITY... 6 WINQUAL REQUIREMENTS... 6 System Requirements...

More information

Important notice regarding accounts used for installation and configuration

Important notice regarding accounts used for installation and configuration System Requirements Operating System Nintex Reporting 2008 can be installed on Microsoft Windows Server 2003 or 2008 (32 and 64 bit supported for both OS versions). Browser Client Microsoft Internet Explorer

More information

AN220 USB DRIVER CUSTOMIZATION

AN220 USB DRIVER CUSTOMIZATION USB DRIVER CUSTOMIZATION Relevant Devices This application note applies to the following devices: CP2101/2/3/4/5, C8051F320/1/6/7, C8051F340/1/2/3/4/5/6/7/8/9/A/B/C/D, C8051F380/1/2/3/4/5/6/7, C8051T320/1/2/3/6/7,

More information

RB Digital Signature Proxy Guide for Reporters

RB Digital Signature Proxy Guide for Reporters RB Digital Signature Proxy Guide for Reporters Table of Contents RB-DSP registration workflow.... 1 Obtaining your certificate.... 2 Using Firefox to obtain your certificate.... 2 Using Internet Explorer

More information

MSEDCL e-tendering Help-Contractor. MSEDCL e-tendering Contractor s Guide

MSEDCL e-tendering Help-Contractor. MSEDCL e-tendering Contractor s Guide MSEDCL e-tendering Contractor s Guide 1 Table Of Contents Getting Started... 3 Getting Started... 3 Understanding MSEDCL e-tendering System... 3 Logging in... 4 Messages... 5 Sending Reply... 5 Tenders...

More information

Cash Manager Installation Guide

Cash Manager Installation Guide Cash Manager Installation Guide Contents Minimum Requirements... 3 Supported Operating Systems... 3 Other Requirements... 3 Installation... 4 Configuration Sybiz or Evolution... 7 Configuration Ostendo...

More information

Policy Settings for Windows Server 2003 (including SP1) and Windows XP (including SP2)

Policy Settings for Windows Server 2003 (including SP1) and Windows XP (including SP2) Web 2 Policy Settings for (including SP1) and XP (including SP2) This document was written by Conan Kezema. and XP together introduce more than 270 new administrative template policy settings for you to

More information

Eforms Full Application Guide New Contractor

Eforms Full Application Guide New Contractor Eforms Full Application Guide New Contractor 1 Completing a Full application form (Pages 2-6) 1.1 Initial application screen (Page 2) 1.2 Assessment scope (Page 3) 1.3 Declaration and fees (Page 3) 1.4

More information

erequest How to apply guide

erequest How to apply guide Overview is an application that assists UCB in request life cycle management. UCB has clear guidance in place on what they can support or sponsor. Online requests will go through an internal review and

More information

Eforms Full Application Guide Returning Contractor

Eforms Full Application Guide Returning Contractor Eforms Full Application Guide Returning Contractor 1 Completing a Full application form (Pages 2-6) 1.1 Login to Eforms system (Page 2) 1.2 Assessment scope (Page 3) 1.3 Declaration and fees (Page 3) 1.4

More information

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association IMEI Database Manufacturer / Brand Owner User Guide Version 4.0 01 September 2015 Copyright Notice Copyright 2015 GSM Association GSM and the GSM logo are registered and owned by the GSM Association. Antitrust

More information

STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS Pre-requisites: STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Monitoring And Alerting Server (MAS) network version

More information

RSA WebCRD Getting Started

RSA WebCRD Getting Started RSA WebCRD Getting Started User Guide Getting Started with WebCRD Document Version: V8.1-3 Software Version: WebCRD V8.1.3 June 2011 2001-2011 Rochester Software Associates, Inc. All Rights Reserved. AutoFlow,

More information

Lasso Continuous Data Protection Lasso CDP Client Guide August 2005, Version Lasso CDP Client Guide Page 1 of All Rights Reserved.

Lasso Continuous Data Protection Lasso CDP Client Guide August 2005, Version Lasso CDP Client Guide Page 1 of All Rights Reserved. Lasso CDP Client Guide August 2005, Version 1.6.8 Lasso CDP Client Guide Page 1 of 32 Copyright Copyright 2005 Lasso Logic, LLC. All Rights Reserved. No part of this publication may be reproduced, stored

More information

AN220 USB DRIVER CUSTOMIZATION. Relevant Devices This application note applies to the following devices: CP2101, CP2102, CP2103, C8051F320, C8051F321

AN220 USB DRIVER CUSTOMIZATION. Relevant Devices This application note applies to the following devices: CP2101, CP2102, CP2103, C8051F320, C8051F321 USB DRIVER CUSTOMIZATION Relevant Devices This application note applies to the following devices: CP2101, CP2102, CP2103, C8051F320, C8051F321 1. Introduction The information in this document and the associated

More information

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link.

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link. How to Order a Four Panel Brochure through Print Services Go to the Print Services Web Page and select the Online Store link. 1 Enter your Username and Password on the Print Services Online Ordering home

More information

VMware Plugin Installation for Windows 8.1 or newer

VMware Plugin Installation for Windows 8.1 or newer VMware Plugin Installation for Windows 8.1 or newer Table of Contents Access vlab and Install Plugin... 1 Firefox Settings... 5 Internet Explorer 11 Settings... 6 Installing Firefox ESR v52... 8 Access

More information

Testing and Debugging

Testing and Debugging Testing and Debugging 17 Testing and Debugging Tools In addition to the chip-specific development boards and debugging software described in Chapter 6, a variety of other hardware and software tools can

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide 1 Document Versions: Date Version Description June 14, 2014 1.0 Initial Release March 14, 2016 1.1 Minor Changes June 21, 2017 1.2 Added Trusted Publishers 2 Installing

More information

WebPrint Quick Start User Guide

WebPrint Quick Start User Guide WebPrint Quick Start User Guide Getting Started Accessing Print Center Navigate your Web browser to Print Center Log in page. If you do not have an acocunt, you will need to create a new User account.

More information

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

GraffixPro Studio Getting Started Guide

GraffixPro Studio Getting Started Guide GraffixPro Studio Getting Started Guide The GraffixPro Studio Software is comprised of a set of linked applications: the Administrator, the Library, and the design software. This guide outlines the procedures

More information

Energy Trading System (ETS) Training Environment User Access Enrolment Procedures

Energy Trading System (ETS) Training Environment User Access Enrolment Procedures Energy Trading System (ETS) Training Environment User Access Enrolment Procedures Participants that require access to the Energy Trading System (ETS) Training Environment will need to apply for a digital

More information

OASYS OASYS WORKSTATION INSTALLATION GUIDE

OASYS OASYS WORKSTATION INSTALLATION GUIDE OASYS OASYS WORKSTATION INSTALLATION GUIDE VERSION 8.0 DECEMBER 21, 2017 Copyright 2017 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation and design)

More information

Avalanche Remote Control User Guide. Version 4.1

Avalanche Remote Control User Guide. Version 4.1 Avalanche Remote Control User Guide Version 4.1 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

Appendix A: Courseware setup

Appendix A: Courseware setup Training Course System Requirements This class requires the following minimal machine configuration: Single-Core CPU, 2Ghz+ 2GB RAM 5 GB Free hard disk space Microsoft Windows XP or Vista Firefox 3.x or

More information

Practice and Review Activities Software

Practice and Review Activities Software Practice and Review Activities Software Installation and Setup Procedure Reading Mastery Signature Edition Corrective Reading Installation Insert the Practice and Review Activities CD-ROM into the CD/DVD

More information

Welcome to Shopfront. Your distributor will supply your user name, password, and the website address for your login page.

Welcome to Shopfront. Your distributor will supply your user name, password, and the website address for your login page. User Guide Table of Contents Login... 3 Choose a Location... 4 Home Page... 5 Header Bar... 6 My Catalog... 6 Menu Bar... 7 My Profile... 8 Contact Us... 9 Change Location... 10 Shopping Lists... 11 Quick

More information

Kaseya 2. Installation guide. Version R8. English

Kaseya 2. Installation guide. Version R8. English Kaseya 2 Kaseya Server Setup Installation guide Version R8 English October 24, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Converged Network Adapter NDIS Miniport Driver for Windows. Table of Contents

Converged Network Adapter NDIS Miniport Driver for Windows. Table of Contents Converged Network Adapter NDIS Miniport Driver for Windows 1. Package Contents 2. OS Support 3. Supported Features 4. Using the Driver 4.1 Creating the Driver Disk 4.2 Installing the Driver 4.3 Removing

More information

Fibre Channel Adapter STOR Miniport Driver for Windows. Table of Contents

Fibre Channel Adapter STOR Miniport Driver for Windows. Table of Contents Fibre Channel Adapter STOR Miniport Driver for Windows QLogic Corporation All rights reserved Table of Contents 1. Package Contents 2. OS Support 3. Supported Features 4. Using the Driver 4.1 Creating

More information

Use a class C setting for maximum security. The class C setting is Click RoomWizard Setup.

Use a class C setting for maximum security. The class C setting is Click RoomWizard Setup. Use a class C setting for maximum security. The class C setting is 255.255.255.0. 2 Click RoomWizard Setup. The Default Gateway is the IP address of the router or gateway that provides internet access.

More information

Document Signing Certificate Getting Started Guide

Document Signing Certificate Getting Started Guide Certificate Services Document Signing Certificate Getting Started Guide Using the SafeNet Authentication Client: 8.3 Document issue: 1.0 Date of issue: March 2017 For software release 12.1 Document Signing

More information

RSA WebCRD Getting Started

RSA WebCRD Getting Started RSA WebCRD Getting Started User Guide Getting Started With WebCRD Document Version: V9.2.2-1 Software Version: WebCRD V9.2.2 April 2013 2001-2013 Rochester Software Associates, Inc. All Rights Reserved.

More information

Listing Centre 1 / 14

Listing Centre 1 / 14 Listing Centre 1 / 14 Contents Introduction... 3 How to Submit Compliance?... 4 How to Search Compliance?... 5 How to Register a Digital Certificate?... 6 How to Digitally Sign a PDF?... 10 Pre-requisites

More information

Comodo IT and Security Manager Software Version 6.6

Comodo IT and Security Manager Software Version 6.6 Comodo IT and Security Manager Software Version 6.6 End User Guide Guide Version 6.6.053117 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Comodo IT

More information

CollabNet SourceForge Office Plug-in

CollabNet SourceForge Office Plug-in CollabNet SourceForge Office Plug-in Introduction CollabNet SourceForge Office Plug-in is developed using Microsoft Windows.NET application that allows users to browse and edit the contents of their SourceForge

More information

C5100 Computer Connections & Software Install Guide

C5100 Computer Connections & Software Install Guide C5100 Computer Connections & Software Install Guide Installation Checklist Network Install: Hardware...4 Connect to the Network Port...4 Network Install: Software...5 TCP/IP...5 Local Install: USB, Hardware...7

More information

10GbE Converged Network Adapter NDIS Miniport Driver for Windows. Table of Contents

10GbE Converged Network Adapter NDIS Miniport Driver for Windows. Table of Contents 10GbE Converged Network Adapter NDIS Miniport Driver for Windows QLogic Corporation. All rights reserved. Table of Contents 1. Package Contents 2. OS Support 3. Supported Features 4. Using the Driver 4.1

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide 1 Document Versions: Date Version Description June, 14, 2014 1.0 Initial Release March, 14, 2016 1.1 Minor Changes 2 Installing SCUP 2011: Install WSUS (If needed).

More information

SnapShot Installation Guide

SnapShot Installation Guide SnapShot Installation Guide Contents Minimum Requirements... 3 Supported Operating Systems... 3 Other requirements... 3 Installation... 4 Configuration... 7 Licensing... 10 Linking SnapShot to Business

More information

3.1 Getting Software and Certificates

3.1 Getting Software and Certificates 3 Configuring the Remote Client On the remote client you have to download the Sophos SSL VPN Client software including configuration data from the UTM User Portal. Then you install the software package

More information

Catalog Management Tool (CMT) Reference Guide

Catalog Management Tool (CMT) Reference Guide Catalog Management Tool (CMT) Reference Guide The Catalog Management Tool (CMT) provides data on items listed on the Portal s e-catalog. The CMT offers contracted vendors advanced item submission and catalog

More information

Comodo IT and Security Manager Software Version 6.9

Comodo IT and Security Manager Software Version 6.9 Comodo IT and Security Manager Software Version 6.9 End User Guide Guide Version 6.9.072817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Comodo IT

More information

User Manual. QUIC Web-based Qualification Tool

User Manual. QUIC Web-based Qualification Tool ACR IMAGING CORE LABORATORY PET and PET/CT Scanner Qualification Program User Manual QUIC Web-based Qualification Tool Version 2 April 15, 2013 CONTENTS Overview... 2 Availability... 2 System Requirements...

More information

Portal/Extranet User Guide for Clients

Portal/Extranet User Guide for Clients Portal/Extranet User Guide for Clients Welcome to the ichannel Portal/Extranet. This guide will walk you through logging into your personalized, secure portal/extranet site. It will also show you how to

More information

Using ZENworks with Novell Service Desk

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

More information

GP-N100 Utility Software Manual

GP-N100 Utility Software Manual System Requirements En Thank you for your purchase of a GP-N100. This manual describes how to use the GP-N100 Utility to download the latest assisted GPS data from Nikon servers to your GP-N100. To ensure

More information

HOW TO SUBMIT A TENDER/Quotation

HOW TO SUBMIT A TENDER/Quotation HOW TO SUBMIT A TENDER/Quotation 1 1. Tender Submission Process 1.1. Please visit www.procurement.petrosa.com, then click Login. 1.2. Please enter your login details - username (ZAH number), user code

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate Quick Reference Guide Getting Started Log in to FedEx Office Print Online Corporate 1. Open your browser and navigate to: https://printonline.fedex.com/nextgen/abbott-amo 2. Input User ID and Password

More information

Connect to Wireless, certificate install and setup Citrix Receiver

Connect to Wireless, certificate install and setup Citrix Receiver Connect to Wireless, certificate install and setup Citrix Receiver This document explains how to connect to the Wireless Network and access applications using Citrix Receiver on a Bring Your Own Device

More information

Telecom Systems Billing Application User Guide

Telecom Systems Billing Application User Guide Michigan State University Telecom Systems, Physical Plant Division Document updated: 9/6/07 Table of Contents: About the Telecom Billing Application...3 Gaining access to the Telecom Billing Application...3

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

Proposal Approver Addendum COEUS LITE V Proposal Development: The Proposal Approver Addendum

Proposal Approver Addendum COEUS LITE V Proposal Development: The Proposal Approver Addendum COEUS LITE V4.4.4.1 Proposal Development: The Proposal Approver Addendum Table of Contents Knowing When a Proposal is Available for Review... 3 Notifications in the COEUS Inbox... 3 Emailed Notification...

More information

Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) CHAPTER 2 Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) This chapter contains information on the following topics: HTTPS Overview, page 2-1 HTTPS for Cisco Unified IP Phone Services,

More information

Remote Access Installation

Remote Access Installation Remote Access Installation Getting Started with Remote Access If you re on a desktop or laptop, open your browser and go to http://remote.palmettohealth.org. You may want to create an internet shortcut

More information

Virtual COM Port Driver Installation Manual

Virtual COM Port Driver Installation Manual Virtual COM Port Driver Installation Manual Installing the virtual COM port driver software on a computer makes possible CAT communication via a USB cable to the FTDX3000 series transceiver. This will

More information

Online Reporting and Information Management System (ORIMS) Manage Financial Returns User Guide for Banks & Trust Companies

Online Reporting and Information Management System (ORIMS) Manage Financial Returns User Guide for Banks & Trust Companies (ORIMS) Manage Financial Returns User Guide for Banks & Trust Companies March 31, 2015 Version 1.0 Version History Version Changes Date 1.0 Original release March 31, 2015 2 Table of Contents 1. Introduction...

More information

VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ

VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ 1. FREQUENTLY ASKED QUESTIONS 1.1. TABLE OF CONTENTS 1. Frequently Asked Questions... 1 1.1. Table of Contents... 1 1.2. How to Open or Search for a Saved Application...

More information

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 Reconfiguring VMware vsphere Update Manager 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Dell OpenManage Mobile Version 1.0 User s Guide

Dell OpenManage Mobile Version 1.0 User s Guide Dell OpenManage Mobile Version 1.0 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

FedLine Web Certificate Retrieval Procedures

FedLine Web Certificate Retrieval Procedures Version 2.0 Contents Federal Reserve Bank Certificate Retrieval Overview and Preparation Procedures... 2 Certificate Creation Procedures... 3 Installing the Federal Reserve Banks Certificate Authority

More information

Setup. About Window. About

Setup. About Window. About About Window, page 1 Dashboard View s, page 2 Licenses View s, page 3 License Usage Page s, page 3 License Planning Page s, page 5 License Fulfillment Page s, page 6 Product Instances View s, page 15 Administration

More information

AN721 CP21XX DEVICE CUSTOMIZATION GUIDE. 1. Introduction USB Logos and Certification Testing USB Vendor IDs and Product IDs

AN721 CP21XX DEVICE CUSTOMIZATION GUIDE. 1. Introduction USB Logos and Certification Testing USB Vendor IDs and Product IDs CP21XX DEVICE CUSTOMIZATION GUIDE Relevant Devices This application note applies to the following devices:, CP2110, CP2112, CP2114, CP2130 1. Introduction This document explains the steps required to customize

More information

NBC-IG Installation Guide. Version 7.2

NBC-IG Installation Guide. Version 7.2 Installation Guide Version 7.2 2017 Nuance Business Connect 7.2 Installation Guide Document Revision History Revision Date August 8, 2017 Revision List Updated supported SQL Server versions June 14, 2017

More information

Downloading Driver Files

Downloading Driver Files The following instructions are for all DPAS supported Intermec printers. The Intermec InterDriver EasyCoder PD42 (203 dpi) - IPL driver has been tested and recommended for DPAS use. This driver will support

More information

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

Aventail Connect Client with Smart Tunneling

Aventail Connect Client with Smart Tunneling Aventail Connect Client with Smart Tunneling User s Guide Windows v8.9.0 1996-2007 Aventail Corporation. All rights reserved. Aventail, Aventail Cache Control, Aventail Connect, Aventail Connect Mobile,

More information

Access ACS. Administrator s User Guide

Access ACS. Administrator s User Guide Access ACS Administrator s User Guide Copyright Copyright 2009 ACS Technologies Group, Inc. All rights reserved. Reproduction of any part of this publication by mechanical or electronic means, including

More information

TABLE OF CONTENTS 1.OVERVIEW 2.PREREQUISITES AT USER SIDE 3.INTRODUCTION TO THE BROWSER 4.REGISTRATION PROCESS 5.LOGIN PROCEDURE 6.

TABLE OF CONTENTS 1.OVERVIEW 2.PREREQUISITES AT USER SIDE 3.INTRODUCTION TO THE BROWSER 4.REGISTRATION PROCESS 5.LOGIN PROCEDURE 6. 1 TABLE OF CONTENTS 1.OVERVIEW 2.PREREQUISITES AT USER SIDE 3.INTRODUCTION TO THE BROWSER 4.REGISTRATION PROCESS 5.LOGIN PROCEDURE 6.MODIFY PERSONAL DETAILS 7.REQUEST FOR TENDER 8.SUBMISSION FOR TENDER

More information

TELCOware Administration Manual Bicom Systems

TELCOware Administration Manual Bicom Systems I Table of Contents Part I Introduction 1 Part II Setup Wizard 1 1 EULA... 1 2 Server... Details 2 3 Administrator... Details 3 4 Licensing... 4 5 Currency... 5 6 Payment... Methods 6 7 Payment... Settings

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

More information

RLink360. Webinar Training

RLink360. Webinar Training RLink360 Webinar Training What s New 1 st Term Direct Billing Online credit card payments for direct billed policies PDF Documents can be accessed through the Documents tab Business Requests can now be

More information

Installation and Upgrade Instructions DDM 2016

Installation and Upgrade Instructions DDM 2016 DDM 2016 Contents Introduction... 3 Pre-Requisites... 3 Software and Hardware Requirements - Server... 3 Software and Hardware Requirements - Clients... 3 Microsoft SQL Server Notes... 4 DDM Server Installation...

More information

500 Series Installation Guide

500 Series Installation Guide 500 Series Installation Guide Revision 1.9 September, 2010 Disclaimer: The specifications in this document are subject to change without notice. All trademarks mentioned in this document are the property

More information

Table of Contents. Section 1: DocSTAR WebView v1.0 Requirements & Installation CD... 1 Section 2: DocSTAR WebView v1.

Table of Contents. Section 1: DocSTAR WebView v1.0 Requirements & Installation CD... 1 Section 2: DocSTAR WebView v1. WebView v1.0 Installation Guide Revision 3 7/29/2003 WebView v1.0 Installation GuG ide Revision 3 7/29/2003 u Introduction Table of Contents Section 1: DocSTAR WebView v1.0 Requirements & Installation

More information

Abila Nonprofit Online. Connection Guide

Abila Nonprofit Online. Connection Guide Abila Nonprofit Online This is a publication of Abila, Inc. Version 1.x 2014 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names

More information

EDI Agreement Process Creating and Submitting the Agreement

EDI Agreement Process Creating and Submitting the Agreement EDI Agreement Process Creating and Submitting the Agreement Objective: This section will take you through the Agreement Process for an EDI worksheet/grant in CTIMS. The Agreement is the working copy of

More information

Johns Hopkins

Johns Hopkins Wireless Configuration Guide: Windows Vista Additional hopkins wireless network instructions and requirements for Windows XP, Mac OS X, and Linux can be found at: http://www.it.jhu.edu/networking/wireless/

More information

Introduction to application management

Introduction to application management Introduction to application management To deploy web and mobile applications, add the application from the Centrify App Catalog, modify the application settings, and assign roles to the application to

More information

FIS and DCS User Guide - Supplement

FIS and DCS User Guide - Supplement FIS and DCS User Guide - Supplement Adobe Acrobat and Adobe Reader Configuration How to Digitally Sign PDF Documents with Adobe Acrobat and Adobe Reader Version 1.0 Exostar LLC September 2016 1 Table of

More information

Client Proxy interface reference

Client Proxy interface reference Reference Guide McAfee Client Proxy 2.3.2 Client Proxy interface reference These tables provide information about the settings found in the Client Proxy UI. Policy Catalog On the McAfee Client Proxy page

More information

LAB MANAGER/ASSISTANT

LAB MANAGER/ASSISTANT LAB MANAGER/ASSISTANT The Lab Manager/Assistant can perform tasks in the name of a Principal Investigator who has granted him/her designate rights. This role is primarily used for ordering, distributing

More information

This Quick Start describes how to use Bocconi Cloud Service, called Filr in the rest of the document, from your Windows desktop.

This Quick Start describes how to use Bocconi Cloud Service, called Filr in the rest of the document, from your Windows desktop. Quick Start Bocconi Cloud Service, based on Novell Filr, allows you to easily access all your files and folders from your desktop, browser, or a mobile device. In addition, you can promote collaboration

More information

Drexel University. Version April Page 1 of 23. Version April agf

Drexel University. Version April Page 1 of 23. Version April agf Drexel University Page 1 of 23 TABLE OF CONTENTS Getting Started 3 IRB Protocol Committee Member Reviewer..4 Review IRB Protocol Submission..6 Enter Reviewer Comments... 7 Upload Reviewer Attachments......9

More information

AMS Device View Installation Guide. Version 2.0 Installation Guide May 2018

AMS Device View Installation Guide. Version 2.0 Installation Guide May 2018 AMS Device View Installation Guide Version 2.0 Installation Guide May 2018 Disclaimer The contents of this publication are presented for informational purposes only, and while every effort has been made

More information

PeopleSoft Financials 9.2 Upgrade Candyse Edwards Health eshop Administrator. How to Create a Health eshop Requisition

PeopleSoft Financials 9.2 Upgrade Candyse Edwards Health eshop Administrator. How to Create a Health eshop Requisition PeopleSoft Financials 9.2 Upgrade Candyse Edwards Health eshop Administrator How to Create a Health eshop Requisition Upon logging into PeopleSoft, click on the Navigation/Compass Symbol and then Navigator.

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

More information

License Server

License Server License Server 11.13.0.2 Installation Guide Isograph Copyright 2015 Isograph Limited. All rights reserved. This document and the associated software contains proprietary information which is protected

More information

KingStar Motion 2.1 SDK and Runtime Installation Guide

KingStar Motion 2.1 SDK and Runtime Installation Guide KingStar Motion 2.1 SDK and Runtime Installation Guide This guide describes system requirements and provides installation and setup instructions for the KingStar Motion SDK and Runtime. KS-DOC-X64-0003-R6

More information

Product Release Notes for Avaya Proactive Contact Supervisor

Product Release Notes for Avaya Proactive Contact Supervisor Product Release Notes for Avaya Proactive Contact 4.1.2 Supervisor Page 1 Notice: While reasonable efforts were made to ensure that the information in this document was complete and accurate at the time

More information

SCCM Plug-in User Guide. Version 3.0

SCCM Plug-in User Guide. Version 3.0 SCCM Plug-in User Guide Version 3.0 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave

More information

Dell Repository Manager Business Client Version 2.0 User s Guide

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

More information

Dell OpenManage Mobile Version 1.0 User s Guide

Dell OpenManage Mobile Version 1.0 User s Guide Dell OpenManage Mobile Version 1.0 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

How to Use imageprograf Firmware Update Tool (Version or later) (Mac OS) Canon Inc.

How to Use imageprograf Firmware Update Tool (Version or later) (Mac OS) Canon Inc. How to Use imageprograf Firmware Update Tool (Version 24.00 or later) (Mac OS) Canon Inc. 1. Introduction 1.1 imageprograf Firmware Update Tool Features The imageprograf Firmware Update Tool (hereinafter

More information

USER GUIDE for Simon Malls On-Line Resource Center. SimonResourceCenter.com

USER GUIDE for Simon Malls On-Line Resource Center. SimonResourceCenter.com USER GUIDE for Simon Malls On-Line Resource Center SimonResourceCenter.com Welcome to the Online Resource Center for printing and fulfillment. You have access to this site 24 hours a day, 7 days a week.

More information

Manual. bintec elmeg GmbH. Manual. bintec elmeg Dime Manager. Copyright Version 1.3.8, 2013 bintec elmeg GmbH

Manual. bintec elmeg GmbH. Manual. bintec elmeg Dime Manager. Copyright Version 1.3.8, 2013 bintec elmeg GmbH Manual Manual Copyright Version 1.3.8, 2013 1 Manual Legal Notice Warranty This publication is subject to change. offers no warranty whatsoever for information contained in this manual. is not liable for

More information

Web Suite Time Billing and Business Management Software

Web Suite Time Billing and Business Management Software Web Suite Time Billing and Business Management Software Built With Your Industry Knowledge Web Suite 2012 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support:

More information

Update Tool Instructions for Use

Update Tool Instructions for Use Update Tool Welcome... 3 What is the Dexcom Update Tool?... 3 Update in 2 Steps... 3 What Do I Need to Use This Tool?... 3 Indications and Precautions... 4 Indications for Use... 4 Precautions... 4 System

More information

WAVELINK AVALANCHE REMOTE CONTROL 3.0 QUICK START GUIDE

WAVELINK AVALANCHE REMOTE CONTROL 3.0 QUICK START GUIDE This document provides information about using Remote Control to connect to mobile devices. OVERVIEW This document contains the following sections: Overview Installing the Remote Control Setup Kit Activating

More information