Packaging and Deploying Windows Applications

Slides:



Advertisements
Similar presentations
17 Copyright © 2005, Oracle. All rights reserved. Deploying Applications by Using Java Web Start.
Advertisements

MySQL Installation Guide. MySQL Downloading MySQL Installer.
You’ve Got a Cloud- Familiar Tools to Manage IT Bob Hunt Sr. IT Pro Evangelist
1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
WSUS Windows Update Services
Microsoft Windows Server 2008 Software Deployment Chris Rutherford EKU Technology: CEN/CET.
Module 5: Creating and Configuring Group Policy
CSLA Presenter Sergey Barskiy, senior consultant at Magenic Technologies your questions Send an in order.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 9: Implementing and Using Group Policy.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Terminal Server © N. Ganesan, Ph.D.. Reference Thin-Client Concept Thin-Client concept tutorial.
Patch Management Module 13. Module You Are Here VMware vSphere 4.1: Install, Configure, Manage – Revision A Operations vSphere Environment Introduction.
OnBase Module Deployment
Module 16: Software Maintenance Using Windows Server Update Services.
16.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 16: Examining Software Update.
Deploying and Managing Software by Using Group Policy.
Linux Operations and Administration
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 Applications Lesson 7. Objectives Administer Internet Explorer Secure Internet Explorer Configure Application Compatibility Configure Application.
ITE 370. Deployment Deployment is the process used to distribute a finished application (or component) to be installed on other computers.
Module 10: Designing an AD RMS Infrastructure in Windows Server 2008.
ASU Information Technologies presents U-DESK A Virtual Desk top experience.
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Two Deploying Windows Servers.
By: Paul Hill Technology Coordinator Gwinn Area Community Schools.
© 2010 VMware Inc. All rights reserved Patch Management Module 13.
Microsoft Internet Security and Acceleration (ISA) Server 2004 is an advanced packet checking and application-layer firewall, virtual private network.
11 MANAGING AND DISTRIBUTING SOFTWARE BY USING GROUP POLICY Chapter 5.
Course ILT Internet/intranet support Unit objectives Use the Internet Information Services snap-in to manage IIS, Web sites, virtual directories, and WebDAV.
Managing User Desktops with Group Policy
CN1176 Computer Support Kemtis Kunanuraksapong MSIS with Distinction MCT, MCTS, MCDST, MCP, A+
By Rashid Khan Lesson 10-From Here to There: Remote Installation of the Windows XP Professional Client.
DEV325 Deploying Visual Studio.NET Applications Billy Hollis Author / Consultant.
Module 2: Installing and Maintaining ISA Server. Overview Installing ISA Server 2004 Choosing ISA Server Clients Installing and Configuring Firewall Clients.
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Four Windows Server 2008 Remote Desktop Services,
1 Chapter Overview Publishing Resources in Active Directory Service Redirecting Folders Using Group Policies Deploying Applications Using Group Policies.
Module 6: Configuring User Environments Using Group Policy.
Module 7: Managing the User Environment by Using Group Policy.
Module 7 Configure User and Computer Environments By Using Group Policy.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Module 5: Configuring Internet Explorer and Supporting Applications.
Section 11: Implementing Software Restriction Policies and AppLocker What Is a Software Restriction Policy? Creating a Software Restriction Policy Using.
CN2140 Server II Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
Module 6: Deploying and Managing Software by Using Group Policy.
Module 8: Managing Software Distribution. Collections Packages Programs Advertisements Collections Packages Programs Advertisements How Software.
Deploying Software with Group Policy Chapter Twelve.
Package & Deploy. OBJECTIVES Package Deploy Way to package.
11 IMPLEMENTING AND MANAGING SOFTWARE UPDATE SERVICES Chapter 7.
What is MySQL? MySQL is a relational database management system (RDBMS) based on SQL (Structured Query Language). First released in January, Many.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Module 1: Introduction to Microsoft SQL Server Reporting Services
Microsoft ® Official Course Module 6 Managing Software Distribution and Deployment by Using Packages and Programs.
Maintaining and Updating Windows Server 2008 Lesson 8.
ClickOnce Deployment (One-click Deployment)
Managing User Desktops with Group Policy
Fundamental of Databases
MANAGING SOFTWARE Chapter 9
Patch Management Module 13.
What are they? The Package Repository Client is a set of Tcl scripts that are capable of locating, downloading, and installing packages for both Tcl and.
Creating a Basic Form Module
Utilize Group Policy Terminal Server Settings
Lesson #7 MCTS Cert Guide Microsoft Windows 7, Configuring Chapter 7 Configuring Devices and Updates.
Module 11: Application Settings and Deployment
Getting Started.
Configuring Internet-related services
Getting Started.
Configuration Of A Pull Network.
Introduction to Group Policy
ClickOnce Deployment (One-click Deployment)
Preparing for the Windows 8.1 MCSA
Presentation transcript:

Packaging and Deploying Windows Applications Lesson 7

Objectives This

Setup and Deployment Template Project Types The different Setup and Deployment template project types: Setup Wizard Setup Project Merge Module Project Cab Project Web Setup Project ClickOnce Deployment Windows Service Application Installer Table 4-1 shows common Windows Form Events

Setup Wizard Setup Wizard is the easiest option to create a Setup Project. The Setup Wizard has five steps that walk you through the Setup Project creation process. If you want to create a Setup Project quickly and with the most common configurations, then use the Setup Wizard template.

Setup Wizard steps include: Welcome Choose a project type Choose project outputs to include Choose files to include Create project

Setup Project The Setup Project template creates a default Setup Project. Unlike the Setup Wizard template, the Setup Project template does not walk you through the creation process. You will need to manually configure each aspect of the Setup Project. The Setup Project template is a more advanced option for getting your Setup Project created, but because the Setup Project is not automatically configured, you have more control.

Setup and Deployment Project Configurable Components File System Editor Registry Editor File Types Editor User Interface Editor Common Actions Editor Launch Conditions Editor

Merge Module Project The Merge Module Project template creates a Setup Project that creates Windows Installer Merge Modules (MSI) files. A Merge Module is a setup and deployment file that can be included in other Setup Projects and does not have a UI. You create a Merge Module when you have a set of installation functionality that is common to several Setup Projects. You move the common functionality to a Merge Module, and then you can include the Merge Module in several Setup Projects. Merge Modules enable your Setup Projects output to be more modular and maintainable.

Cab Project Cab Project creates an install for ActiveX components. An ActiveX component can be an OCX UI control or a Component Object Model (COM) DLL. The Cab Project is intended for web-server-based installations where you need to download an ActiveX component from the Web server to the Web browser for installation on the client machine.

Web Setup Project Web Setup Project is an installer for web server based applications on a web server. Use the Web Setup Project when you need to install the application into a Virtual Root directory on a web server. The Web Setup Project is not for installing applications over the web or for installing web applications on a client machine.

ClickOnce Deployment ClickOnce Deployment is a new technology for WPF, Windows Forms, and Windows Services/Console applications that enables the creation of an application that is self-updating. Once the application is published using ClickOnce Deployment, it will check for newer versions as they become available and automatically update newer files.

Project Properties Expanders and ClickOnce Deployment Configurations Publish Signing Security

Windows Server Application Installer Windows Service Application Installer is an installation package created for Windows Services applications. The Windows Service Application Installer can be used only for installing Windows Services applications.

Summary You learned how to use the Windows Application distribution options and the differences between each. You learned how to create a Setup Project using the Setup Wizard and Setup Project components. You learned how to create a ClickOnce Deployment installation and configure the ClickOnce Deployment options.