ITE 370. Deployment Deployment is the process used to distribute a finished application (or component) to be installed on other computers.

Slides:



Advertisements
Similar presentations
Packaging a Presentation on a CD, using PowerPoint 2003 Multimedia Services at The Citadel Updated
Advertisements

XP Tutorial 9 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Exploring Your Network Tutorial 9.
11 CONFIGURING AND MANAGING SHARED FOLDER SECURITY Chapter 8.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Site Production Installation. Navigate to location of the install package Important – Launch the e-ISuite Installer using your agency’s install protocol.
11.1 © 2004 Pearson Education, Inc. Exam Planning, Implementing, and Maintaining a Microsoft Windows Server 2003 Active Directory Infrastructure.
PowerPoint 2002 Linking Video in Presentation and Delivering Presentation on the Road.
Hands-On Microsoft Windows Server 2003 Administration Chapter 5 Administering File Resources.
Lesson 19 – ADMINISTERING WINDOWS 2000 SERVER : THE BASICS.
1 of 7 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Lesson 18: Configuring Application Restriction Policies
Installation Requirements. Agenda Installation requirements Installation options Installing to correct folder locations Installing Windows resources Creating.
Performing Software Installation with Group Policy
Advanced Deployment Topics – MSI Enhancements Om Sharma Program Manager, Windows Installer Microsoft Corporation.
Installing a New Windows Server 2008 Domain Controller in a New Windows Server 2008 R2.
Configuring Active Directory Certificate Services Lesson 13.
Windows Tutorial 9 Maintaining Hardware and Software
Module 15 Configuring and Deploying Windows Client Applications.
Guide to MCSE , Enhanced 1 Activity 10-1: Restarting Windows Server 2003 Objective: to restart Windows Server 2003 Start  Shut Down  Restart Configure.
Working with Drivers and Printers Lesson 6. Skills Matrix Technology SkillObjective DomainObjective # Understanding Drivers and Devices Install and configure.
Windows XP 101: Using Windows XP Professional in the Classroom.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
McGraw-Hill© 2007 The McGraw-Hill Companies, Inc. All rights reserved. 1-1.
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Two Deploying Windows Servers.
Module 8: Managing Client Configuration and Connectivity.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 15 Installing and Using Windows XP Professional.
70-294: MCSE Guide to Microsoft Windows Server 2003 Active Directory Chapter 12: Deploying and Managing Software with Group Policy.
Microsoft Confidential Office as a Development Platform Tim Heuer
COMPREHENSIVE Windows Tutorial 9 Maintaining Hardware and Software.
IT 211 Project Integration and Deployment Lab #11.
Creating a Web Site to Gather Data and Conduct Research.
Section 1: Introducing Group Policy What Is Group Policy? Group Policy Scenarios New Group Policy Features Introduced with Windows Server 2008 and Windows.
The Microsoft Baseline Security Analyzer A practical look….
11 MANAGING AND DISTRIBUTING SOFTWARE BY USING GROUP POLICY Chapter 5.
DEV325 Deploying Visual Studio.NET Applications Billy Hollis Author / Consultant.
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Four Windows Server 2008 Remote Desktop Services,
®® Microsoft Windows 7 for Power Users Tutorial 4 Creating and Customizing Shortcuts.
Performing Software Installation with Group Policy Lesson 9.
1 Chapter Overview Publishing Resources in Active Directory Service Redirecting Folders Using Group Policies Deploying Applications Using Group Policies.
Performing Software Installation with Group Policy BAI516.
Guide to MCSE , Enhanced 1 Activity 12-1: Backing Up Files and Folders Using the Backup Utility Objective: To explore the use of Windows Server 2003.
Project Deployment IT [211 CAP] How to convert your project to a full application.
Installing MDT 2010 on Windows Server 2008 R2 This guide assumes you are installing MDT 2010 on a Windows Server 2008 R2 server with the Windows Deployment.
Section 9: Configuring Roaming Profiles and Folder Redirection Managing User Profiles Configuring Folder Redirection Using Folder Redirection and Roaming.
Module 5: Configuring Internet Explorer and Supporting Applications.
CN2140 Server II Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Troubleshooting Security Issues Lesson 6. Skills Matrix Technology SkillObjective Domain SkillDomain # Monitoring and Troubleshooting with Event Viewer.
5 Lesson 5: Installing and Configuring Desktop Applications and Windows Store Apps MOAC : Configuring Windows 8.1.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
Package & Deploy. OBJECTIVES Package Deploy Way to package.
How to create a SharePoint site MICROSOFT OFFICE SHAREPOINT DESIGNER.
IT1001 – Personal Computer Hardware & System Operations Week5- Installation and configuration of driver software.
1 Active Directory Administration Tasks And Tools Active Directory Administration Tasks Active Directory Administrative Tools Using Microsoft Management.
Understand Click Once Deployment Windows Development Fundamentals LESSON 5.1B.
Install a Windows Service Application Windows Development Fundamentals LESSON 3.2.
Create Windows Setup and Deployment Projects Windows Development Fundamentals LESSON 5.2.
Microsoft ® Official Course Module 6 Managing Software Distribution and Deployment by Using Packages and Programs.
1 Introduction to Shared Folders Shared folders provide network users access to files. Users connect to the shared folder over the network. Users must.
CACI Proprietary Information | Date 1 PD² SR13 Client Upgrade Name: Semarria Rosemond Title: Systems Analyst, Lead Date: December 8, 2011.
/alexwaston14/fix-pc-error u/0/b/ /pages/Fix-PC- Error/
ClickOnce Deployment (One-click Deployment)
Packaging and Deploying Windows Applications
Dynamic Web Page A dynamic web page is a kind of web page that has been prepared with fresh information (content and/or layout), for each individual viewing.
Contact QuickBooks File Doctor
How to install the Enterprise Agent using Active Directory
Windows XP 101: Using Windows XP Professional in the Classroom
Windows Tutorial 9 Maintaining Hardware and Software
Planning a Group Policy Management and Implementation Strategy
ClickOnce Deployment (One-click Deployment)
Presentation transcript:

ITE 370

Deployment Deployment is the process used to distribute a finished application (or component) to be installed on other computers

Deployment Projects What to Deploy Where to Deploy It How to Deploy It

Deployment Strategies ClickOnce Technology Windows Installer Deployment – Traditional Setup Selecting a Strategy – Type of Application – Type and Location of Users – Frequency of Updates – Installation Requirements

ClickOnce Technology Publish Wizard to package the application Publish it to a web site or network drive User installs and launches application from the file location (single step) You (programmer) creates application and deployment instructions and publish them with the files for the user to install

ClickOnce Technology Typically provides a better installation Easier for End User Less Effort for the Developer Simplifies the process of installing and updating an application Self-Updating (with Network Connectivity) Self-Contained Applications Uses 2 XML Manifest Files Application Manifest (about the application) Deployment Manifest (about the installation)

ClickOnce Technology Not as flexible as Windows Installer Must have Network Connectivity for Updates Security Issues may require advanced computer knowledge by the users May require elevated permissions

Windows Installer Add a Setup Project to your Solution Creates a Setup file for users Wizard for user to run for installation You (programmer) creates the installer package which the user runs and steps through a wizard

Windows Installer Updates require reinstall of entire application Rely on Shared Components Requires Administrator Permissions

Creating ClickOne Project Application Manifest Created with Publish Wizard Required Administrative Privileges Copied to Deployment Location Deployment Manifest Created with Publish Wizard Copied to Deployment Location Web Server Network Share File Media (CD, DVD) Downloaded and Installed by the End User

Windows Installer Project Create Windows Project Visual Basic Project in Project Types Pane Windows Application in Template Pane Name the Project (example: MySample) Event Handling: Shell (“MySample.exe”, AppWinStyle.NormalFocus) Build Menu  Build MySample

Windows Installer Project Build Deployment Project File Menu  Add Project  New Project Project Types  Setup and Deployment Projects Templates  Setup Project Name  MySample Installer OK Solution Explorer MySample Installer ProductName Property MySample

Windows Installer Project Add the Windows Application to the Installer Solution Explorer  MySample Installer File System Editor  Application Folder Node Action Menu  Add  Project Output Add Project Output Group MySample from Project drop-down list OK Build Menu Build MySample Installer

Windows Installer – Additional Capabilities Creating a Shortcut Creating File Associations Adding Registry Entries Custom Install Dialog Boxes