Create Windows Setup and Deployment Projects 98-362 Windows Development Fundamentals LESSON 5.2.

Slides:



Advertisements
Similar presentations
1 After completing this lesson, you will be able to: Search for information on the Web. Create a favorites list. Use and modify your History folder.
Advertisements

Step-by-Step: Set Margins Before you begin these steps, be sure to launch Word. 1.OPEN the proposal file for this lesson. 2.Delete the extra blank lines.
1 After completing this lesson, you will be able to: Specify options. Customize the appearance of messages. Add a signature to an .
MS Access 2003 Tutorial By: Juan GUANTENG!!! Y7. Step 1 Launch the Microsoft Access 2003 program. This can be done by clicking an icon on the desktop.
Microsoft Office 2007 Excel Web Feature Creating Web Pages Using Excel.
Microsoft Office 2007 Excel Web Feature Creating Web Pages Using Excel.
Hands On: Configuring Windows XP Home for Networking Chapter 1b Panko’s Business Data Networks and Telecommunications, 6 th edition Copyright 2007 Prentice-Hall.
Windows XP Home Networking. 2 Windows XP The dominant client operating system from Microsoft today Strong security features make it a wise upgrade for.
COMPREHENSIVE Windows Tutorial 3 Personalizing Your Windows Environment.
®® Microsoft Windows 7 Windows Tutorial 3 Personalizing Your Windows Environment.
Chapter 1 Databases and Database Objects: An Introduction
Integrating Access with the Web and with Other Programs.
Structured Problem Solving The Smalltalk Environment.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Word Web Feature Creating Web Pages Using Word.
E.1 Eclipse. e.2 Installing Eclipse Download the eclipse.installation.exe from the course web site to your computer and execute it. Keep the destination.
Microsoft Windows Vista Chapter 6 Customizing Your Computer Using the Control Panel.
PowerPoint 2002 Linking Video in Presentation and Delivering Presentation on the Road.
1 After completing this lesson, you will be able to: Start Outlook. Navigate within Outlook. Use the Outlook Bar. Use the Folder List. Use the Office Assistant.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 1 Creating and Using a Database.
Access Tutorial 4 Creating Forms and Reports
Performing Software Installation with Group Policy
COMPREHENSIVE PowerPoint Tutorial 3 Adding Special Effects to a Presentation.
Ch 9 Managing Active Directory User Accounts. Objectives Create Organizational Unit Creating User Accounts in Active Directory Disabling, Enabling, and.
®® Microsoft Windows 7 for Power Users Tutorial 2p2 Customizing Microsoft Windows 7.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Access Tutorial 10 Automating Tasks with Macros
Working with Drivers and Printers Lesson 6. Skills Matrix Technology SkillObjective DomainObjective # Understanding Drivers and Devices Install and configure.
Microsoft Visual Basic 2005 CHAPTER 12 Cell Phone Applications and Web Services.
ITE 370. Deployment Deployment is the process used to distribute a finished application (or component) to be installed on other computers.
SQL Maestro Hello World IQ Associates. Contents Initial setup Hello World.
Chapter 2 Querying a Database MICROSOFT ACCESS 2010.
Chapter 1 Databases and Database Objects: An Introduction
1/28/2010 Network Plus Windows Networking Network Identification Identifies name and type of network. Installed adapters –Performed during Windows installation.
IT 211 Project Integration and Deployment Lab #11.
Creating a Web Site to Gather Data and Conduct Research.
Microsoft Office 2007 PowerPoint Web Feature Creating Web Pages Using PowerPoint.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Web Feature Data Access Pages.
Alice 2.0 Introductory Concepts and Techniques Project 1 Exploring Alice and Object-Oriented Programming.
Project Deployment IT [211 CAP] How to convert your project to a full application.
CPSC 233 Run graphical Java programs remotely on Mac and Windows.
Using Microsoft Visual Studio 2005 Original by Suma Rao Revised by John G. McMahon ( 9/6/2008 )
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 8 Debugging, Creating Executable Files, and Distributing a Windows Application.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
1 After completing this lesson, you will be able to: Create and run a query. Specify criteria in a query. Create a calculated field. Create a multiple-table.
By the end of this lesson, learners should be able to: Discuss the parts of the Windows XP desktop Discuss the parts of the Start menu Restart and Turn.
® Microsoft Office 2010 Exploring the Basics of Microsoft Windows 7.
Chapter 13: AutoCAD DesignCenter. After completing this Chapter, you will be able to use the following: Overview of DesignCenter Container, Content Type.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
® Microsoft Office 2010 Exploring the Basics of Microsoft Windows 7.
Create Windows-based Applications by Using Visual Studio Windows Development Fundamentals LESSON 1.3.
Understand Click Once Deployment Windows Development Fundamentals LESSON 5.1B.
Install a Windows Service Application Windows Development Fundamentals LESSON 3.2.
Adding Shortcuts Topic 8 7/28/2010. What is a Shortcut? A shortcut offers a way of doing a task more quickly such as starting a program or accessing a.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Access 2002 Advanced Form Design.
1 After completing this lesson, you will be able to: Create a form using AutoForm. Create a form using the Form Wizard. Add controls to a form. Modify.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
Understand Windows Forms Inheritance Windows Development Fundamentals LESSON 2.2.
Data-information stored in files on the disks and CDs in your computer system Why should we save a file when we create it on the computer?
Customizing Menus and Toolbars CHAPTER 12 Customizing Menus and Toolbars.
Creating SQL Database file And Displaying a Database Table in a DataGridView.
An Introduction to Programming with C++1 An Introduction to Control Structures Tutorial 1.
CSIT 230 (Blum)1 Zipping. CSIT 230 (Blum)2 Start/All Programs/WinZip/WinZip 8.1.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 1 Creating and Using a Database.
Using a template to create a document
Microsoft Excel 2003 Illustrated Complete
Exploring the Basics of Microsoft Windows 7
Presentation transcript:

Create Windows Setup and Deployment Projects Windows Development Fundamentals LESSON 5.2

Windows Development Fundamentals LESSON 5.2 Lesson Overview How do you deploy an application using Windows ® Installer? In this lesson, you will learn about:  Creating setup files  Customizing an installation

Windows Development Fundamentals LESSON 5.2 Anticipatory Set 1. Create a simple “Hello, World” application. Name the solution HelloWorld. 2. Put a single Button on a form. When clicked, the application should display the text “Hello, World” in a Label or in a MessageBox. 3. Build and run the application to ensure that it works. 4. Create a text file explaining what your application does. Name the file ReadMe.txt.

Windows Development Fundamentals LESSON 5.2 Setup Projects  A setup project creates the setup files necessary to install your application on a target computer  It is added to the solution that contains the application(s) to be installed Create a setup project as follows: 1. In Solution Explorer, right-click on the solution and select Add, New Project. 2. Select Setup and Deployment Projects in the Other Project Types category and Setup Project; give the project a name, such as MySetup. 3. In Solution Explorer, right-click the new project’s name (“MySetup”), select Add, and choose Project Output. 4. In the Add Project Output Group dialog box, select the application that you want to deploy from the Project list. 5. Select Primary Output and choose (Active) from the Configuration box. 6. Click OK.

Windows Development Fundamentals LESSON 5.2 Testing Your Setup Project 1. With your setup project (“MySetup”) selected in Solution Explorer, build the project from the Build menu. 2. From the Build menu, click Install.  —This will run your installer (it will appear as a Setup Wizard) and install your application on your development computer.

Windows Development Fundamentals LESSON 5.2 Custom Actions  Though the standard actions of Windows Installer are sufficient, there may be times when setup requires additional (“custom”) actions to take place.  A custom action is an additional action performed on the target computer at the end of an installation.  Examples of custom actions:  —Display a “read me” or “additional information” dialog box after installation.  —Run an executable program after installation.  —Create a database necessary for the installed application to function.  Custom actions are implemented through the use of installer classes.

Windows Development Fundamentals LESSON 5.2 File System Editor  Allows the developer to add files to a deployment project, to specify the locations where files will be installed on a target computer, and to create shortcuts on a target computer.  The File System Editor is accessed by right-clicking the setup project in Solution Explorer, selecting View, and clicking File System. To create a new folder on the target computer, perform the following steps: 1. In the File System Editor, right-click File System on Target Machine. 2. Select Add Special Folder to get a list of system-related folders. 3. Select the folder that you want to add to, or select Custom Folder to create your own.  Files that you add to the folders in the File System Editor will be installed in their respective folders on the target computer during installation.

Windows Development Fundamentals LESSON 5.2 Lesson Review  Ticket out the door:  —Create two quiz questions about today’s lesson.  —Write the questions—including the answers—on a sheet of paper with your name at the top.  —Turn in the paper as you leave the room.  Note: If you are confused or need clarification on anything from the lesson, use the ticket out the door to ask for additional help on the topic.